I hate working with python on my local machine. Conflicting versions are a pain in the ass. When I learned…
Hiring Manager How do you see this role growing in the next 2-3 years? What makes someone successful on your…
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…