Money Is Not Just a Number
- Money
- Fintech
- Correctness
A practical look at designing money as a first-class value object, with exact minor units, currency-safe arithmetic, explicit rounding, lossless allocation and a boring wire format.
Read more →A practical look at designing money as a first-class value object, with exact minor units, currency-safe arithmetic, explicit rounding, lossless allocation and a boring wire format.
Read more →How to make POST retries safe by treating idempotency as a scoped request contract
Read more →A practical, production-minded look at implementing SCD2 for person data
Read more →A practical API key shape with public prefixes, hashed secrets, safer logs, and boring key management.
Read more →A field-tested perspective and insights gained from long-term deployments and experiments with JWT in Spring Boot APIs.
Read more →Building a simple, reliable double-entry bookkeeping system from the ground up with a practical database schema.
Read more →Implementing a low-latency, highly scalable rate limiting mechanism with Redis and Go
Read more →