Skip to content

Matt's Dev Blog

Matt's blog on backend web development.

  • By Matt Segal
  • Based in Australia
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2020 52
2021 2
2022 3
2023 0
2024 0

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

How I hunt down (and fix) errors in production
Once you’ve deployed your web app to prod there is a moment of satisfaction: a brief respite where you can reflect on your hard work. You sit, adoringly refreshing the homepage of www.mysite.com to watch …
On , by Matthew Segal, 1,739 words
How to setup Django with Pytest on GitHub Actions
Someone recently asked me When is a good time to get automated testing setup on a new Django project? The answer is "now". There are other good times, but now is best. In this post …
On , by Matthew Segal, 1,418 words
My (free) Django monitoring stack for 2022
You've built and deployed a website using Django. Congrats! After that initial high of successfully launching your site comes the grubby work of fixing bugs. There are so many things that can will go wrong. …
On , by Matthew Segal, 1,485 words