Browsing Tag
database
195 posts
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…
Why Your Enterprise Data Platform Is No Longer Just for Analytics
Key Takeaways The relationship between data and applications is undergoing a fundamental shift. For decades, we’ve moved data…
Similarities Between a Stored Procedure in SQL and a Function in Python
Both SQL stored procedures and Python functions are powerful tools used to automate tasks, structure code, and enhance…
Designing Data-Intensive Applications [Book Review]-The Big Ideas Behind Reliable, Scalable and Maintainable Systems
Introduction Most backend developers eventually reach a point where they realize: learning another framework won’t meaningfully move them…
Building Arenadata’s Engineering Team: Growth Story from the Inside
Company Background Arenadata was founded in 2016 by engineers from Pivotal and Mirantis. The idea for the company…