Problems I've Solved
I don't just build features; I solve real business problems. Here is a breakdown of my recent work and the thinking behind it.

Urja Foods and Agro Pvt Ltd
Full Stack Developer
The Problem
The client was managing inventory and orders via phone calls and spreadsheets, leading to lost orders and tracking errors.
The Approach
I built a centralized dashboard using React and Node.js. The key challenge was designing an interface simple enough for non-technical staff to use without training.
What I Learned
I learned that 'technically correct' code fails if the user interface confuses the actual operator. I had to rewrite the order form three times based on user feedback.

Innovexa
Backend Engineer
The Problem
Students watching coding tutorials weren't retaining concepts because they lacked a place to practice immediately.
The Approach
Created a challenge-based platform where users must write and execute Python code to advance. Used Django to handle code execution in a sandboxed environment.
What I Learned
Managing database relationships for user-submitted code executions was harder than expected. It taught me the importance of database normalization and security.

Portfolio Website
Frontend Developer
The Problem
I needed a way to show recruiters not just what I built, but how I think, without it looking like a generic template.
The Approach
Built a custom javascript site for meaningful interactions, not just flash. Focused on performance and accessibility.
What I Learned
Balancing high-end visuals (like glassmorphism) with performance required deep diving into CSS optimization and responsive rendering behavior.