Michael Herman
@MikeHerman
Followers
3K
Following
15K
Media
143
Statuses
29K
Engineer @MonitaurAI. Founder and author @TestDrivenio.
Denver, CO
Joined February 2012
best Guide for this topic i've found. thanks Mike! Dockerizing Django with Postgres, Gunicorn, and Nginx from @TestDrivenio by @mikeherman
testdriven.io
0
4
11
I always felt that kids being homeschooled lose out on socialization and recess. What I’ve realized is socialization at school is a bug and not a feature - teenage yrs are spent playing zero sum status games. There are ways to build productive social programs.
21
12
119
I would recommend @testdrivenio courses to anyone . It’s the best resource I have seen for micro-services so far . Kudos to @MikeHerman and the team who put this together .
1
5
13
Dockerizing Django with Postgres, Gunicorn, and Nginx from @TestDrivenio by @mikeherman
testdriven.io
0
3
11
Developing a Single Page App with Flask and Vue.js from @TestDrivenio by @mikeherman
testdriven.io
0
3
10
Coupling Flask with a front-end framework like #React, #Vue, or #Svelte? Use session cookies for auth (even cross-domain). Why? 1⃣It's easier 2⃣It's safer than using JWTs and localStorage https://t.co/ajwMmAq9o9 by @amal_ytics
#Flask
testdriven.io
0
10
45
Deploying a Django App to Fly https://t.co/SAhP6NZw72 Along with deploying the Django app, you'll- 1⃣Spin up PostgreSQL 2⃣Set up persistent storage via Fly Volumes 3⃣Link a domain name to your app 3⃣Obtain an SSL certificate with Let's Encrypt #Django @flydotio
testdriven.io
0
9
30
Progress! ✨🚀 Long way to go but @FastAPI with @pydantic v2 is cooking. 👨🍳 Big kudos to @david_montague_ for a lot of work on this from the Pydantic side. 🙇
8
22
285
Want to deploy your own Django app? This blog post by @duplxey and @MikeHerman on @TestDrivenio explains how to do that with Elastic Beanstalk. If you have more learning recommendations for beginners, please add them here: https://t.co/kdMh4MtSGf
https://t.co/aB9qJrxotw
testdriven.io
0
9
16
What a lovely tutorial @MikeHerman! Deploying a Django App to Render from @TestDrivenio
testdriven.io
1
2
8
Python tip: Any immutable type can serve as a dictionary key (it also must be hashable). That means a tuple can be a dict key, but a list or a dictionary can't. Using tuples as keys can be a great way to search through dictionaries based on multiple parameters.
1
18
73
Docker Best Practices for Python Developers https://t.co/nXKPmwqkym Looks at several best practices to make your Dockerfiles and images cleaner, leaner, and more secure. by @amal_ytics
#Docker #Python @Docker
testdriven.io
6
70
275
Asynchronous Tasks with Django and Celery from @TestDrivenio by @mikeherman
https://t.co/JDYSXrUkhZ
#python #Python3 #pythonprogramming #django #celery #redis #devops #development
1
12
24
I might have missed something because of vacation, but there are still some interesting articles and projects I found #ThisWeekInPython🐍 Happy weekend! 🥳
1
4
6
Django vs. Flask in 2022: Which Framework to Choose from @TestDrivenio by @mikeherman
https://t.co/hagSNEwlGL "Django and Flask have mature communities, are widely supported and popular, and offer productive approaches to application development" #Django #Flask #Python
testdriven.io
0
8
13
Python testable code tip: Keep signatures of methods simple and implementation independent Why? - easier refactoring - better encapsulation - easy to use different implementations - ability to use contract tests 👇
0
21
86
Dockerizing Django with Postgres, Gunicorn, and Nginx from @TestDrivenio by @mikeherman
testdriven.io
0
1
1
Python 3.11: What's New https://t.co/nddAdOBK22 by @jangiacomelli The most interesting new additions and improvements to the #Python language: 1⃣Faster CPython 2⃣Improved type hints 3⃣Better error messages 4⃣Exception notes 5⃣TOML library
testdriven.io
0
14
37