Why SQLite Might Be All You Need
Before you spin up Postgres, consider whether SQLite could handle your use case. For many projects, it can — and the simplicity is worth it.
· 3 min read
Short, practical articles about building better software -- one idea at a time.
Before you spin up Postgres, consider whether SQLite could handle your use case. For many projects, it can — and the simplicity is worth it.
Web Components have matured significantly. Here's a practical look at where they shine and where you're still better off with a framework.
Rust is quietly becoming the go-to language for command-line tools. Here's why, and how to get started building your own.
Generics don't have to be intimidating. Here's a hands-on walkthrough of the patterns you'll actually use day-to-day.