Dec 03, 2025
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 …
Dec 03, 2025
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 …
Nov 01, 2025
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 …
Oct 31, 2025
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 …
Oct 30, 2025
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 …