I am a full stack developer. Building a Web game.

Joined May 2026
3 Photos and videos
Pinned Tweet
🚀 Open to Full Stack and Backend Developer roles. Tech: React, Next.js, Node.js, MongoDB, Tailwind CSS Portfolio: mohitbhandari.vercel.app/ Available for full-time roles, internships, and startup opportunities. DMs are open! #OpenToWork #BackendDeveloper #FullStackDeveloper

11
1
28
2,602
🚀 Open to Full Stack and Backend Developer roles. Tech: React, Next.js, Node.js, and MongoDB. Portfolio: mohitbhandari.vercel.app Available for full-time roles, internships, and startup opportunities. DMs are open! #OpenToWork #BackendDeveloper #FullStackDeveloper

40
today I learned why my player felt faster sometimes 4px right 4px up isn't a 4px step, its actually 5.66px. so two keys = 41% free speed one line fix: dx /= 1.414. wild that every game has to handle this #gamedev #buildinpublic
2
183
Today I learned why screen coordinates are "upside down" 🤯 In math, y increases upward. On screens, y increases downward — (0,0) is the top-left corner. Why? Old CRT TVs drew pixels top-to-bottom, and every system since inherited it. #gamedev #phaser3 #buildinpublic
1
19
hitting "File is not under rootDir" in your TypeScript monorepo? add this to your tsconfig.json: "references": [{ "path": "../shared" }] and this to shared/tsconfig.json: "composite": true done. 🎯 #TypeScript #Monorepo #BuildInPublic
13
TypeScript tip 👇 "./src/**/*.ts" in your tsconfig include field means: ./src/ → src folder **/ → every subfolder recursively *.ts → any TypeScript file one line. tells TypeScript exactly where to look. #TypeScript #fullstackdevelopment #buildinpublic
15
Guys web sockets mein ft gyi h, I am making a browser game using phaser. #WebSockets, #BuildInPublic, #GameDev @niranjank001
4
32
Building phase of AIDungeon. #buildinpublic #nextjs #web
1
21
I was building an auth flow with OTP emails, welcome emails. The naive approach:- await sendEmail() inside the request handler. Result: ❌ User waits for the email to be sent ❌ Higher response times ❌ Poor user experience #NodeJS #JavaScript #Backend #BuildInPublic
3
2
27
Checkout my project:- mohitbhandari.vercel.app

11
"Why not Kafka?" Because I'm sending hundreds of emails per day, not millions of events per second. Kafka is a jet engine. BullMQ is a delivery truck. I needed the truck. Pick tools that solve your problem, not tools that impress recruiters.
18
So I used BullMQ. ✅ Queue the email job ✅ Return 200 instantly ✅ Process emails in the background ✅ Automatic retries ✅ Backoff strategy ✅ Job cleanup
14
🚀 Open to Full Stack and Backend Developer roles. Tech: React, Next.js, Node.js, MongoDB Portfolio: mohitbhandari.vercel.app Available for full-time roles, internships, and startup opportunities. DMs are open! #OpenToWork #BackendDeveloper #FullStackDeveloper

1
28
Day 1 of building an AI Dungeon Master 🐉 Frontend backend foundation done: - Room creation with codes - Character selection (Warrior, Mage, Rogue) - Phaser.js dungeon, WASD movement, wall collision - WebSocket server ready for multiplayer #buildinpublic #gamedev #phaser
1
1
7
78
🚀 Open to Full Stack and Backend Developer roles. Tech: React, Next.js, Node.js, MongoDB, Tailwind CSS Portfolio: mohitbhandari.vercel.app Available for full-time roles, internships, and startup opportunities. DMs are open! #OpenToWork #BackendDeveloper #FullStackDeveloper

2
74
Built Koder a while back — solve coding challenges & run code in 15 languages, right in your browser. No setup needed. Sharing it now, still early but functional! 🔗 koder-frontend.vercel.app #buildinpublic #webdev #coding #javascript

2
42
Growth doesn't happen when things are easy. It happens when you're learning faster than yesterday. 🚀 #BuildInPublic #SoftwareEngineering #Developers #TechCareer #Learning #Startups
1
26
Everyone wants startup growth. Nobody wants startup uncertainty. Everyone wants responsibility on paper. Few want responsibility in practice. Real growth happens when you're solving problems bigger than your experience. 🚀 #StartupLife #BuildInPublic #Startups #CareerGrowth
1
15