·4 min readDatabases
PostgreSQL tips I wish I knew earlier
Practical PostgreSQL tips and patterns that have saved me time in real projects, from indexing to JSON queries to connection management.
5 posts
Practical PostgreSQL tips and patterns that have saved me time in real projects, from indexing to JSON queries to connection management.
What makes Meilisearch a better fit for most projects than Elasticsearch, and why simpler search does not mean worse search.
Why SQLite deserves more respect as a production database, and the use cases where it outperforms client-server databases.
SQLite, PostgreSQL, or a managed database? Here is how I think about the decision for small, indie SaaS projects.
B-trees, query plans, and why adding an index does not always make things faster.