Engineering Journal
A collection of my struggles, learnings, and "aha" moments.
Because engineering is about the journey, not just the code.
Problem Solving
4 min readShipping a real client project taught me when to stop chasing perfect code
While building the Urja Foods system, I learned that business deadlines matter more than perfect architecture. Breaking the project into modules helped me ship on time without compromising stability.
Jan 10, 2026->
Engineering
5 min readBuilding features fast without breaking existing ones
While delivering the Urja Foods project under tight deadlines, I learned how careless changes can break working features. This is how I started thinking in terms of safe updates, impact analysis, and small releases.
Dec 15, 2025->
Learning Experience
6 min readA small mistake that taught me how real apps actually run
The Urja Foods app worked perfectly on my machine but failed after going live. One missing environment variable helped me understand why real applications behave differently outside local setup.
Nov 22, 2025->