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.
Meet us in Riverside for DjangoCon US 2027!
📅 September 13–17, 2027
📍 Riverside, California
Five days of learning, inspiration, networking, and community.
Get your ticket: ti.to/defna/djangocon-us-202…#DjangoConUS#Django#Python
A lot of software doesn’t need a rewrite.
It needs someone to delete 30% of it, remove two dependencies, rename the confusing bits and stop adding features for a month😂
One of the worst things that AI has done in software is convinced low-skill individuals that software engineering is solved and is instantly producible. They then in turn project their unrealistic expectations onto others.
The better the tests, the faster you can ship. Even more so when agents are writing the code.
This course teaches you how to get to such tests
testdriven.io/courses/python…
I highly recommend to read at least one technical blog per day or even per week ... the amount of depth you can get in your conversations with interviewer/friends/seniors solely from this highly appreciable
Test-driven development is dead!
Or so it seems, judging by the content on social media. Can't remember the last post about it. Everyone went all-in on AI coding.
Is it really dead? Read the full blog post:
jangiacomelli.com/blog/is-te…