Last Updated: November 18th, 2025
I’m a software engineer with a wide range of skills, constantly learning something new every day. I enjoy turning complex problems into simple, beautiful and intuitive.
I’m currently working on Stratal.io an automation tool for everyone.
My current day-to-day at work involves:
- maintaining and refactoring a large legacy Code and writing new features.
- Building tools for automation.
- Learning fundamentals in computer science, system design and documenting the journey.
You can view my resume here to see more about my professional career so far.
Sometimes I write about stuff I’ve learned, personal projects, and anything else I find interesting.
Latest Posts
- 07-2025 SQL Recursion Explained: Why I Chose a Recursive Function Over WITH RECURSIVE (and When You Should Too)
- 04-2025 ACID Database Properties with PostgreSQL: Part 2 - Atomicity
- 03-2025 ACID Database Properties with PostgreSQL: Part 1 - Transactions
- 02-2025 The Three Pillars of Observability: Metrics, Logs, and Traces explained
- 29-2025 Understanding the Node.js Event Loop