As an avid runner involved in the NYC running community I tell people to see a Physical Therapist a lot.…
The Challenge Accomplishing big things in the world takes time. Months, years, even decades. From what I’ve gathered, building an…
In this tutorial I will show you how to create a google drive application, authorize it to access your account,…
What is requirements.txt The requirements.txt file is the way python developers have specified their dependencies for a long time. It…
Although multi stage builds are most commonly used when building containers for compiled languages like go because you can throw…
Configure Pipenv and Pre-Commit init project repo Create a project directory and initialize a git repository in it. Create a…
In this tutorial I’ll show you how to use pipenv and Pipfile.lock file in your docker containers. You can see…
Why Use Containers? When I was first learning software engineering, one of the most frustrating barriers to learning was setting…
A few weeks ago I was looking into authentication and authorization architecture patterns for microservice ecosystems and found this lonely,…
Imagine you, like me, have several important cron jobs running on remote servers. While it’s important to you that these…