Rickvian Aldi

Software engineer

Ilovetodigintotheinvisiblecraftbehindgreatsoftware-thepatterns,habits,anddecisionsthatseparategoodengineersfromexceptionalones.
About

Latest essays

Systems

Dirty Reads, Explained

A dirty read returns an uncommitted value from another transaction. If that transaction rolls back, the reader observed a value that was never part of committed database state.

Aug 8, 2026·5 min read
Systems

Non-Repeatable Reads, Explained

A transaction reads the same row twice and gets two different committed values. The isolation level determines whether both reads use the same database state.

Aug 8, 2026·5 min read
Systems

Phantom Reads, Explained

A transaction repeats a search and finds an additional matching row. The existing rows did not change, but another transaction committed a new row that satisfies the same query.

Aug 8, 2026·9 min read

Pattern library

Feature Flags: Decouple Deployment from Release

Deploying code to production is irreversible in the short term - when something goes wrong, rolling back requires another deploy, which takes time and may have its own risks. Feature flag allows you to revert fast

feature-flagsoperabilitydeploymentsafetydark-launching
  • Systems
  • Craft
  • Career
  • Tooling
  • Architecture
  • Engineering
  • Productivity
  • Leadership
  • Open Source
  • TypeScript
  • Design Systems
  • APIs
  • Performance
  • Testing
  • DevOps
  • Mentorship

What I write about

Currently covering

architecture

Get essays in your inbox

Practical deep-dives on software craft, career leverage, and building things that matter.