👋 Hi, I’m @Danish
Backend-first MERN dev. I build dependable APIs, ship product features, and fix the stuff that breaks in production. No fluff — just working systems.
- Bite-sized quizzes, spaced-recall flows, realtime scoring.
- Live:
https://www.brainmesh.in
- Responsive site to showcase franchise details & capture leads.
- Live:
https://www.zevrochaap.com
- Solved a constrained coding problem and shipped a working HTML/CSS/JS web app within contest time.
More projects and full READMEs in my repos. Check the pinned repos on my profile.
- Built BrainMesh — live product for vocab practice (MERN).
- Built client website Zevrochaap — production site for a franchise.
- Hackathon winner — 1st place; shipped a working web app under contest constraints.
- Actively learning AI/ML and applying small ML pipelines to projects.
- Open to collaborations: backend, APIs, edtech, or automation.
git clone https://github.com/<your-username>/<repo>.git
cd <repo>
npm install
cp .env.example .env # set MONGO_URI, JWT_SECRET
npm run dev
# or: docker-compose up --build