4 min read READ
Why SQLite Is a Better Choice Than You Think for Web Apps
SQLite is a viable choice for web apps due to simplicity and performance
#Self-Hosting#SQLite#Database#Web Development
Technical Write-ups · Architecture Thoughts · Dev Logs
SQLite is a viable choice for web apps due to simplicity and performance
Essential HTTP status codes for developers
Understanding authentication and authorization differences
Learn TypeScript generics through practical examples, focusing on constraints, functions, classes, and real-world usage for better type safety.
Understanding database indexing is essential for performance; this post covers B-trees, composite indexes, covering indexes, and the trade-offs of when to avoid them.
A practical comparison of monorepos and polyrepos, covering tools, trade-offs, and real-world scenarios to help you choose the right structure.