Skip to content

Jonathan Meier

Exploring Best Practices for Software and Life
  • About
  • Articles

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

Authentication & Authorization in Microservice Architectures

February 15, 2020 jonathan Leave a comment

A few weeks ago I was looking into authentication and authorization architecture patterns for microservice ecosystems and found this lonely,…

Continue Reading →

Posted in: Uncategorized

Dead Simple cron Monitoring With Sentry; Avoiding the “Oh S$%T” Moments

September 21, 2019 jonathan Leave a comment

Imagine you, like me, have several important cron jobs running on remote servers. While it’s important to you that these…

Continue Reading →

Posted in: Uncategorized

Post navigation

Page 1 of 3
1 2 3 Next →

Sign Up for Weekly Updates

Recent Posts

  • 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)
  • Advantages of Pipfile.lock Over requirements.txt
  • Why I Use Multi Stage Builds for Python Containers
Copyright © 2022 Jonathan Meier