It's insane how people sleep on SQLite in production.
It's the absolute cheat-code. The fastest db money can buy. Infinitely scalable. All queries are 90% faster than a single roundtrip to Supabase. Literally unbeatable.
Why wouldn't you start every single app with SQLite?
[PSF]Announcing the PSF Strategic Plan 2026
The plan adds security baseline and vulnerability-management objectives, expands accessibility to include translation and localization, and clarifies funding pathways and membership value and more. #djangonewspyfound.blogspot.com/2026/09…
new post: the senior engineer death spiral
sunilpai.dev/posts/the-senio…
a friend just started a big job and asked for some advice. so I braindumped a monologue about a super common failure mode I see with engineers and posted it here, hope it helps whoever it can.
Storing Django Static and Media Files on Cloudflare R2
testdriven.io/blog/django-cl…
Configure Django to load and serve up static and media files, public and private, via Cloudflare R2.
#Django
Developing RESTful APIs with Django REST Framework
- just updated!✨
testdriven.io/courses/django…
1⃣Views, Routers, and Serializers
2⃣Auth and throttling
3⃣Filters, pagination, and Browsable API
4⃣Documenting, versioning, and deployment
by @GirlLovesToCode#Django@RestFramework
Full-stack Django with HTMX and Tailwind - course updated!
testdriven.io/courses/django…
Modernize your Django application with the agility of HTMX and the elegance of Tailwind CSS (without writing a single line of JavaScript)!
by @GirlLovesToCode#Django#HTMX@htmx_org
The Complete Python Testing Guide by @jangiacomelli is out 🚀
It dives deep into techniques you can use to improve your tests, with real-world examples.
Including CLAUDE .MD and .cursorrules to help you steer your AI agents to write better tests.
testdriven.io/courses/python…
Rapid Prototyping with Flask, htmx, and Tailwind CSS
testdriven.io/blog/flask-htm…
Looks at how to add htmx and #TailwindCSS to Flask to reduce the amount of time it takes to create and style an interactive front-end.
#Flask@htmx_org
Python Project Workflow
testdriven.io/blog/python-pr…
Configure GitHub Actions and Poetry to:
1⃣run tests for your package - on every push
2⃣check code quality - on every push
3⃣publish the package to PyPI - on every release
by @jangiacomelli#Python
Building a Single Page Application with Python and Pyodide - Part 1
testdriven.io/blog/build-spa…
Create an application that fetches data from a remote file, manipulates the data with Pandas, and renders it in the browser.
by @amirtds#Python@Pyodide#Pandas