Backend
Database Transaction Isolation Levels Explained
Read committed, repeatable read, serializable: what each isolation level actually prevents, the anomalies they allow, and how to pick one without guessing.
4 articles tagged with "Postgresql"
Read committed, repeatable read, serializable: what each isolation level actually prevents, the anomalies they allow, and how to pick one without guessing.
A practical guide to choosing the right database for your project, comparing relational, document, key-value and graph options with clear criteria.
Practical guide to designing database schemas that scale cleanly, covering normalisation, denormalisation, naming and common mistakes.
Learn how to run database migrations safely with zero-downtime strategies, rollback plans, and practical tips for confident schema changes.