Show notes
In this episode of Running in Production, Seth Black goes over buildinga webcomic platform with Flask and Python. It runs on a multi-node Docker Swarmcluster on DigitalOcean and has been up and running since 2010. It gets up to20,000+ visitors a day during traffic spikes.Seth talks about the value of using nginx to cache Flask responses to keep thesite from getting a hug of death from Reddit. He also talks about using nginxas a load balancer, running Docker Swarm, maintaining a web app that has beenrunning for 10+ years, creating a flexible and robust deployment pipeline withGitHub Actions as a solo developer and a whole lot more.Topics Include 59:04 – Check out Seth’s webcomic - he’s also on GitHub and InstaGramLinks📄 References https://theoatmeal.com/ https://xkcd.com/ https://www.nginx.com/products/nginx/caching/ https://developers.google.com/gsuite/solutions/mail-merge https://rss.com/blog/how-do-rss-feeds-work/⚙️ Tech Stack flask → python → aws → digitalocean → digitalocean-spaces → docker → github-actions → lambda → lets-encrypt → mysql → nginx → redis → serverless → swarm → ubuntu → 🛠 Libraries Used https://github.com/thadeusb/flask-cache https://gunicorn.org/Support the ShowThis episode does not have a sponsor and this podcast is a labor of love. If you want to support the show, the best way to do it is to purchase one of my courses or suggest one to a friend. Dive into Docker is a video course that takes you from not knowing what Docker isto being able to confidently use Docker and Docker Compose for your own apps.Long gone are the days of "but it works on my machine!". A bunch of followalong labs are included. Build a SAAS App with Flask is a video course where we build a realworld SAAS app that accepts payments, has a custom admin, includes high testcoverage and goes over how to implement and apply 50+ common web app features.There's over 20+ hours of video.

