Back home

Writing / 07

Notes on
building.

Thoughts on software engineering, product development, and the systems behind useful interfaces.

2026-08-14

Solving Two Sum: a simple DSA approach in C++ and Python

A clear walkthrough of the Two Sum problem, the brute-force baseline, and the hash-map approach that reduces the time complexity to O(n).

2026-08-12

My practical approach to learning MERN and AWS

How I connect MERN fundamentals, SQL concepts, and AWS basics while learning to build practical software applications.

2026-08-10

Currently learning: DSA and AI fundamentals

The areas I am currently focusing on: stronger problem-solving through DSA and a careful introduction to AI fundamentals.