Post · August 12, 2025
Using PostgreSQL to Replace DynamoDB: A Practical Migration Guide
A practical, engineering-focused guide to replacing DynamoDB with PostgreSQL: schema design, indexing, transactions, and where the tradeoffs really bite.
Read →Tag Archive
Archive for this tag.
Post · August 12, 2025
A practical, engineering-focused guide to replacing DynamoDB with PostgreSQL: schema design, indexing, transactions, and where the tradeoffs really bite.
Read →Post · August 12, 2024
A practical engineering guide to migrating JSON document databases into relational SQL schemas - covering normalization patterns, anti-patterns, migration tooling, and hard-won lessons.
Post · November 22, 2019
A practical guide to SQL design patterns, common anti-patterns, and performance pitfalls, with concrete examples for engineers who work with relational databases daily.
Post · November 19, 2019
A practical guide to relational database fundamentals: the relational model, ACID, normalization, indexing, and trade-offs, with real code for engineers.
Read →Post · November 17, 2019
Learn SQL fundamentals through practical examples: queries, joins, indexes, transactions, and normalization - a hands-on guide built for developers who want real understanding.