developer.ts
// Initialize core developer profile
const developer = {
name: "Sourav Debnath",
role: "Full-Stack Web Developer",
stack: ["MERN", "Next.js", "TypeScript"],
status: "Building the web of tomorrow",
coffeeLevel: 100%,
};
// Awaiting instructions...
>

guest@dev:~$ cat skills.txt

Frontend
React, Next.js, Tailwind CSS, HTML5, CSS3, shadcn
Backend
Node.js, Express.js, Authentication (JWT)
Database & Tools
MongoDB, Mongoose, Git, GitHub, Vercel, Postman

guest@dev:~$ ls -la ./projects

BugTracker
A full-stack bug tracking and project management platform built with Next.js, featuring role-based access control and an interactive Kanban workflow.
Next.jsPostgreSQLPrismaNextAuth.jsTailwind
VisionCare
A full-stack MERN application managing hospital patient flow, doctor queues, and prescription generation in real time.
React.jsExpress.jsMongoDBNode.jsSocket.ioJWT
JobTrackr
A multi-tenant job application tracker built with Next.js, using a visual Kanban board to manage job search pipelines.
Next.jsPostgreSQL (Neon)PrismaNextAuth.js