Open to Full-Stack & AI Roles
B.Tech Information Technology student focused on building production-ready full-stack and AI-powered applications. Experienced with JavaScript, TypeScript, React, Next.js, Node.js, Express, MongoDB, PostgreSQL, Docker, and modern LLM technologies including RAG, AI Agents, and OpenAI APIs. Passionate about designing scalable software, solving real-world problems, and continuously learning modern engineering practices.
➜ ~ whoami
rahul_dev
➜ ~ cat focus.txt
➜ ~ status
✓ open to work — new grad 2026
02 · stack
The panel on the right boots up the same way a real docker-compose.yml would — it's the exact stack I reach for by default.
Frontend
Backend
Data & caching
DevOps
Applied GenAI
03 · projects
Each one covers the full path — schema to API to interface — not just the UI layer.
A full-stack healthcare SaaS platform that simplifies appointment scheduling, doctor-patient management, secure authentication, and real-time video consultations through a scalable, production-ready architecture.
A real-time AI chat application that streams Large Language Model responses token-by-token, delivering a ChatGPT-like conversational experience with a modern and responsive interface.
A modern journaling application that enables users to securely capture daily thoughts, organize entries, and visualize personal growth through an intuitive, responsive interface.
05 · contact
$ curl -X POST /contact \
-d "name={your_name}" \
-d "message={say_hello}"
# or just use the form below
05 · blog
Notes and write-ups, synced live from my Hashnode blog.

May 23, 2026 · 6 min read
Introduction This article focuses mainly on WhatsApp-Style Architecture Thinking using React Native concepts and Expo Router ideas in simple language. The goal is not to clone WhatsApp UI. The goal is
read post
May 22, 2026 · 6 min read
Introduction When most of the new developers start learning React Native, the first very confusing topic they face is navigation. At first, building screens feels simple like Home Screen, Login Screen
read post
May 10, 2026 · 3 min read
One of the biggest reasons Node.js became so popular is because of its Non-blocking architecture. If you are learning Node.js , backend development, APIs or asynchronous JavaScript, then understanding
read post