Notes

Working notes from builds, systems, and learning.

A lightweight archive of things I’m learning and applying in projects.

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
DSA10 min read

Sorting Algorithms: Bubble, Selection, and Insertion Sort

Simple and practical notes on Bubble Sort, Selection Sort, and Insertion Sort with examples, complexity, and when to use each one.

2026-08-29
Read →
dsasortingbubble-sort
Learning Logs8 min read

What I Learned from Building a Real Project

A few things I understood only after building, breaking, deploying, and fixing an actual application.

2026-08-15
Read →
learningengineeringbuilding
System Design5 min read

Understanding client vs server boundaries

A reminder that frontend code and database access should remain separated by backend responsibility.

2026-08-03
Read →
system-designarchitecturefrontend