Craft. Build. Refine.

Curiosity-driven engineering, crafted with intention.

Explorations in software and systems — from identity and backend architecture to DevOps and distributed systems. Notes taken mid-project, sharing lessons and hands-on experiments.

21

Essays published

7

Topics covered

function add(a, b) {
  return a + b;
}
O(1) < O(log n)
< O(n) < O(n²)
$ git commit -m
  "fix: edge case"
$ git push
{
  "id": 1,
  "name": "..."
}
200 OK
404 Not Found
500 Server Error
SOLID · DRY
KISS · YAGNI

Every post, one shelf.

Browse all posts