Blog

Ubuntu Release Cycle Woes

Dec 03, 2025

Infrastructure
Linux

I've learned a hard lesson about Ubuntu's release cycle that I want to share to save others the headache I put myself through. If you've ever spun up an Ubuntu …

PDF Generation In Django With WeasyPrint

Nov 01, 2025

Django

This post covers how to generate PDF documents with HTML and CSS in Django using WeasyPrint. You can use this technique to generate invoices, reports, resumes, or any other document …

Markdown Rendering In Django

Oct 31, 2025

Django

This post covers how to build a minimal markdown rendering solution in Django using the Markdown package, along with syntax highlighting using Prism.js and a CodeMirror field widget for editing …

Load Balancer Basics

Oct 30, 2025

Infrastructure
Nginx

For a system to be scalable means that it can handle increased load, data, and users efficiently without a drop in performance or requiring a complete redesign. There are two …