[boot] initializing session…
[ok] node server listening on :4000
[ok] connected to mongodb://institutions
[ready] loading profile: bhatta
$ whoami
> I design and ship the systems institutions run on — quizzes, attendance, leave, inventory — with Node.js, Express, MongoDB and React.
$ stack --list
01 · runtime
REST APIs, controller-first architecture, and the layer everything else sits on.
02 · data
Schema design, ObjectId relationships, guarded model registration, safe regex queries.
03 · interface
Frontends wired directly to the data they serve — dashboards, forms, exports.
04 · practice
Match existing patterns, keep controllers named and reusable, ship complete code.
$ projects --list --status=shipped
Express controller that deep-clones quizzes and their questions across institutions — careful ObjectId re-mapping and question order preserved on every copy.
Student leave tracking with attendance-comparison logic and one-click Excel-compatible CSV export, built for staff who live in spreadsheets.
Tracked down and closed a validation gap that let duplicate records slip through bulk uploads — now caught before they touch the database.
$ connect --request
Reach out about backend work, full-stack builds, or anything institutional-systems shaped.