Skip to content
Jonathan Meier
Exploring Best Practices for Software and Life
  • About
  • Articles

Author: jonathan

Replacing Virtualenv with Docker

July 27, 2022 jonathan Leave a comment

I hate working with python on my local machine. Conflicting versions are a pain in the ass. When I learned…

Continue Reading →

Posted in: Uncategorized

Questions I Ask As An Interviewee

June 29, 2022 jonathan Leave a comment

Hiring Manager How do you see this role growing in the next 2-3 years? What makes someone successful on your…

Continue Reading →

Posted in: Uncategorized

How To See A Physical Therapist in the US

July 16, 2021 jonathan Leave a comment

As an avid runner involved in the NYC running community I tell people to see a Physical Therapist a lot.…

Continue Reading →

Posted in: Uncategorized

How To Do Hard Things For A Long Time

June 19, 2020 jonathan Leave a comment

The Challenge Accomplishing big things in the world takes time. Months, years, even decades. From what I’ve gathered, building an…

Continue Reading →

Posted in: Uncategorized

How to Query Drive API with Python (Including Authorization)

June 15, 2020 jonathan Leave a comment

In this tutorial I will show you how to create a google drive application, authorize it to access your account,…

Continue Reading →

Posted in: Uncategorized

Advantages of Pipfile.lock Over requirements.txt

May 5, 2020 jonathan Leave a comment

What is requirements.txt The requirements.txt file is the way python developers have specified their dependencies for a long time. It…

Continue Reading →

Posted in: Uncategorized

Why I Use Multi Stage Builds for Python Containers

May 4, 2020 jonathan Leave a comment

Although multi stage builds are most commonly used when building containers for compiled languages like go because you can throw…

Continue Reading →

Posted in: Uncategorized

Django Project with Docker, Pipenv, Pre-Commit, and a Dockerized Postgres

April 11, 2020 jonathan Leave a comment

Configure Pipenv and Pre-Commit init project repo Create a project directory and initialize a git repository in it. Create a…

Continue Reading →

Posted in: Uncategorized

Using Pipenv with Docker

jonathan Leave a comment

In this tutorial I’ll show you how to use pipenv and Pipfile.lock file in your docker containers. You can see…

Continue Reading →

Posted in: Uncategorized

Containerize a Python Web Server with Docker

March 14, 2020 jonathan Leave a comment

Why Use Containers? When I was first learning software engineering, one of the most frustrating barriers to learning was setting…

Continue Reading →

Posted in: Uncategorized

Post navigation

Page 1 of 3
1 2 3 Next →

Sign Up for Weekly Updates

Recent Posts

  • Replacing Virtualenv with Docker
  • Questions I Ask As An Interviewee
  • How To See A Physical Therapist in the US
  • How To Do Hard Things For A Long Time
  • How to Query Drive API with Python (Including Authorization)
Copyright © 2026 Jonathan Meier