Browsing Tag
database
199 posts
SQLite in Python: The Underrated Database for Side Projects
Stop spinning up Postgres for every project. SQLite might be all you need. Why SQLite? Aspect SQLite Postgres…
Context Mesh Lite: Hybrid Vector Search + SQL Search + Graph Search Fused (for Super Accurate RAG)
I spent WAYYY too long trying to build a more accurate RAG retrieval system. With Context Mesh Lite,…
Understanding Different Types of Databases in AWS: When to Use What?
Selecting the right database is one of the most important decisions in application architecture. AWS offers multiple database…
How Database-Driven Kubernetes Automation Actually Works
In my previous post, I talked about why I built Lynq and the problems it solves. But I…
Brex Database Disaster Recovery
Speaker: Fabiano Honorato, Michelle Koo, Stephen Brandon @ AWS FSI Meetup 2025 Q4 Introduction to Brex Financial operating…
MongoDB Index Intersection (and PostgreSQL Bitmap Scan)
You won’t always have a perfect index for every query, but may have have single-field indexes for each…
EF Core Migrations Troubleshooting Guide — Design Package, Tooling Versions & Multi‑Project Setups
EF Core Migrations Troubleshooting Guide — Design Package, Tooling Versions & Multi‑Project Setups If you work with Entity…
Dear Developer: Your Database Isn’t a File Cabinet!
Hey guys! I’m an Engineering Manager, and I’m sharing some notes deep from the development trenches. I wanted…
Give Your SQLite Queries Their Own Workers: A Practical Guide for Node.js Developers
SQLite is known for being lightweight, reliable, and surprisingly fast. In the Node.js ecosystem, one of the most…
SQL as Contract vs. Python as Procedure — a Short Note on Atlas vs. Alembic
SQL as Contract vs. Python as Procedure — a Short Note on Atlas vs. Alembic The useful question…