Backend4 min read
REST API patterns that are easy to reason about
A practical note on designing clear API boundaries, validation, and error handling.
2026-08-01
Read →restapi-designbackend
Notes
A lightweight archive of things I’m learning and applying in projects.
A practical note on designing clear API boundaries, validation, and error handling.
Simple and practical notes on Bubble Sort, Selection Sort, and Insertion Sort with examples, complexity, and when to use each one.
A few things I understood only after building, breaking, deploying, and fixing an actual application.
A reminder that frontend code and database access should remain separated by backend responsibility.