The Year I Stopped Starting Side Projects
I used to have ten half-built things running in parallel. Now I have one. Here's what changed and what it actually cost.
I used to have ten half-built things running in parallel. Now I have one. Here's what changed and what it actually cost.
I shot film for two years before going digital. The habits it forced on me are still the most useful ones I have.
A minimal, opinionated starting point for FastAPI services — structured logging, health endpoints, lifespan events, and nothing else.
Not finishing something you started isn't a character flaw. Sometimes it's the most efficient thing you can do.
Stop installing Postgres directly on your machine. A compose file you can copy across projects and a few patterns that prevent the usual pain.
For background jobs that don't need a distributed system. PostgreSQL LISTEN/NOTIFY, asyncio, and about 150 lines of code.