SQLite Is Probably Good Enough for Your Side Project
You don't need Postgres, a connection pooler, or a managed cloud database to ship something real. SQLite in 2026 is more capable than its reputation suggests.
Writing about code, design, and the chaos in between.
You don't need Postgres, a connection pooler, or a managed cloud database to ship something real. SQLite in 2026 is more capable than its reputation suggests.
AI assistants have evolved from autocomplete tools into autonomous agents that can architect, test, and ship complete features. Here is how software development is changing.
Building doc-to-logic-pipeline taught me that prompts aren't instructions. They're contracts between your code and the model.
Pit is a simplified version control system I built to understand how Git actually works under the hood - blobs, trees, commits, three-way merge, rebase, and all the parts the docs never explain clearly.
Great commit messages turn your repository into documentation. Learn how to write commits that explain intent, reduce debugging time, and make collaboration effortless.