Approach
End to end, not just one layer
I like touching every part of a feature, from the database schema to the button someone clicks. That's where the interesting problems are.
I write code because I love making things. Seeing an idea go from a blank screen to a working application never gets old.
I'm a full stack developer based in Pune. I got into web development because I like making things people can actually use. Not just see, but click through, submit forms on, come back to.
I work mainly with React, Next.js, Node.js, Express, and MongoDB. The part I enjoy most is where frontend and backend shake hands & have talk with each other, getting the data flow right, making the UI respond the way it should.
Approach
I like touching every part of a feature, from the database schema to the button someone clicks. That's where the interesting problems are.
What I care about
A polished UI means nothing if the data is wrong or the API is slow. I try to make both sides solid, the interface and the logic behind it.
Grouped by what I actually do, not by buzzword. The stack I reach for when building full stack web applications.
Build interfaces that handle real state across screen sizes — not just demo state.
REST APIs, auth flows, database modeling. Backends that are straightforward to reason about.
Day-to-day tools for shipping reliably — version control, containers, testing.
A journaling app where you can write notes, post them, and let people comment and react. Full auth with JWT, Redux for state management, threaded comments, emoji reactions, and paginated feeds.
Track your crypto portfolio in one place. Connects to CoinGecko for live prices, shows your holdings and transaction history in a clean dashboard.
Module // MagikPro & NutriNative
Two multi-tenant ecommerce products built on a shared backend. My work was mostly on the backend — building API routes, writing database queries, handling tenant-specific business logic, and making sure the data layer kept up with what the frontend needed.
Module // InduxCRM
An internal CRM tool where I worked across the stack — building out both the API and the frontend views. Handling everything from database schemas to the UI. It was the kind of project where you can't hide behind one side of the stack.