A year ago, in my 3rd year of college, I wrote down exactly how much I needed to earn to build the life I wanted.
Now I’m in my 4th year.
Guess what — I’m earning more than what that version of me thought was “enough.”
Write it down. Work for it. Watch it happen.
Bought the Green Soul Jupiter Pro 2025 for ₹12k.
Not an expense — an investment in my back, focus, and long coding sessions 💻🪑
Great comfort, pretty wide seat, the adaptive recline is 🔥
I’m happy to share that I’ve been working as a Full Stack Engineer at Lunaseed for the past few months.
It’s been a great experience collaborating with the team and building impactful features.
📍 San Francisco, CA, United States (Remote)
Excited for what’s ahead.
The last few weeks have been brutal.
4–6 hours of sleep, nonstop work from the moment I wake up.
Juggling my startup, my job, and life — badly.
Rent life, terrible diet, back pain, poor sleep.
This isn’t hustle anymore, it’s damage.
I can’t keep going like this.
Time to reset.
Read about Tailwind layoffs and revenue dropping because of AI
AI writes Tailwind really well, so fewer doc visits
I used to live in the docs — now AI builds UI, and I focus more on backend
Love Tailwind, haven’t written plain CSS since
Scary times for open source in the AI era.
For the last few years, it was all about skills and my job.
Over the past few months, I’ve been building my own startup, and it’s almost ready to launch.
From now on, I’ll be focusing on this journey 💪🚀
Tried adding shadcn to a Turborepo and @/lib/utils instantly broke.
Reason: @/* aliases are per package, so the app tried to resolve the path in its own folder instead of the ui package.
Quick hack: swapped @/lib/utils to ../lib/utils inside the shared components. Works for now.
🚀 Added Bloom Filters to Throbuzz for username checks!
Did I need it? Nope.
Did I want it? Absolutely 😄
Bloom filters can say “might exist” (false positive) but never miss real ones.
❌ NO → username’s free (no DB call)
✅ YES → double-check DB
#WebDev#Redis#TypeScript
Finally added stories to Throbuzz 👀
It’s a feature I once skipped, but finally made it happen.
Now you can post your status, see what people you follow share — all gone after 24h.
Not a huge update, but it definitely makes Throbuzz feel more alive.
👉 https://t.co/3Xm5AE5PQe 🚀
Docker’s tough at first—setup, DNS issues, odd errors, and grasping images, containers, Dockerfile, Compose overwhelm.
Past that, it eases. You’re optimizing Docker for CI/CD, scaling, deploying effortlessly.
#Docker#DevOps#CICD
🚀 I built a key-based login (SSH-style) for the web:
1️⃣ Browser generates RSA keypair
2️⃣ Public key is registered with server
3️⃣ On login → server sends random challenge
4️⃣ Client signs it with private key
5️⃣ Server verifies + issues JWT
Try it 👉 https://t.co/lxJphWulJ5
Just wrapped up learning Electron.js!
Excited to build cross-platform desktop apps with React — starting with personal tools that solve everyday problems.
Already prototyping a few ideas. Let’s see where it goes! 🚀
#ElectronJS#ReactJS#BuildInPublic#DevJourney
Made this countdown to keep myself motivated… because obviously, "2026 mei to duniya khatam hai" 😂🤣
Try it yourself 👉 https://t.co/CTaIZCQZmW
#DuniyaKhatamHai#TechWithVibes#2026Deadline
Built a full-stack gaming app — just for fun & real-world practice 🎮
🛠 React, ShadCN, Zustand, Hono, Drizzle, NeonDB
🏆 Create/join tournaments, kill bonuses, in-game cash 💰, deposit & withdraw system.
🔗 https://t.co/91UzmCxkXB
#React#Hono#TypeScript#FullStack