class Developer {
readonly name: string = "Gurmeet Singh Rathor";
readonly location: string = "🇮🇳 MNNIT Allahabad, India";
readonly education: string = "B.Tech (2022-2026)";
private skills = {
languages: ["JavaScript", "TypeScript", "C++", "Python", "Java"],
frontend: {
frameworks: ["React.js", "Next.js", "Redux Toolkit"],
styling: ["TailwindCSS", "Material-UI", "Framer Motion"],
tools: ["Vite", "Webpack", "shadcn/ui"]
},
backend: {
runtime: ["Node.js", "Express.js", "Fastify"],
databases: ["PostgreSQL", "MongoDB", "Redis"],
orm: ["Prisma", "Mongoose", "TypeORM"],
apis: ["REST", "GraphQL", "WebSockets"]
},
devOps: {
cloud: ["AWS (EC2, S3, RDS, Cognito, Amplify)"],
containers: ["Docker", "Docker Compose"],
messageQueue: ["RabbitMQ", "Bull Queue"],
monitoring: ["PM2", "Winston", "Morgan"]
},
tools: ["Git", "GitHub", "Postman", "VS Code", "Linux"]
};
competitive = {
leetcode: {
solved: "760+",
rating: "1850+",
rank: "~61,000",
badges: ["50 Days Badge", "100 Days Badge"]
},
achievements: [
"🥇 Global Rank 41 - CodeChef Div 3 (2025)",
"⭐ Knight Badge on LeetCode"
]
};
getCurrentFocus(): string[] {
return [
"🎯 Mastering Distributed Systems & Microservices",
"☁️ AWS Solutions Architect Certification",
"🚀 Contributing to Open Source",
"📚 System Design & Scalability"
];
}
getAchievements(): string[] {
return [
"🥇 1st Position - WebCode (Avishkar 2024)",
"🤖 Finalist - IIT Bombay e-Yantra (2023)",
"⚡ 2nd Runner-up - MNNIT Robotics (2023)"
];
}
funFact(): string {
return "I turn coffee ☕ into code 💻 and bugs into features! 😄";
}
}
const me = new Developer();
console.log(me.getCurrentFocus());
🏡 Homify - Enterprise Real Estate Platform
A comprehensive real estate rental platform with advanced property management, geospatial search, and role-based access control.
Frontend:
- Framework: Next.js 14 (App Router)
- Language: TypeScript
- State: Redux Toolkit + RTK Query
- Styling: TailwindCSS + shadcn/ui
Backend:
- Database: PostgreSQL + PostGIS
- ORM: Prisma
- Auth: AWS Cognito
- Storage: AWS S3
Infrastructure:
- Hosting: AWS Amplify
- CDN: CloudFront
- Uptime: 99.9%|
🔐 Security & Authentication
🗺️ Geospatial Capabilities
|
⚡ Performance Optimizations
📊 Business Impact
|
| Metric | Before | After | Improvement |
|---|---|---|---|
| Query Response | 2.5s | 1.0s | ⚡ 60% |
| Page Load | 4.2s | 1.8s | 🚀 57% |
| API Latency | 800ms | 320ms | 💨 60% |
| Uptime | - | 99.9% | ✅ Live |
💬 ChatSync - Distributed Real-Time Chat System
Enterprise-grade microservices chat application with real-time messaging, message queuing, and distributed caching.
Microservices:
- Auth Service: JWT + OTP (Twilio)
- Chat Service: WebSocket Server
- Notification Service: RabbitMQ Consumer
- User Service: Profile Management
Technology Stack:
Frontend: React.js + Redux + Socket.io-client
Backend: Node.js + Express + Socket.io
Database: MongoDB (Primary) + Redis (Cache)
Queue: RabbitMQ
Deployment: Docker + AWS EC2 + PM2|
🚀 Real-Time Communication
🔐 Authentication & Security
|
📊 Performance & Scalability
🐳 DevOps & Infrastructure
|
+ Real-Time Messaging
→ <100ms latency using WebSocket
→ Handles 1000+ concurrent connections
+ Authentication System
→ JWT + OTP dual authentication
→ 95% OTP delivery success rate
+ Caching Strategy
→ Redis implementation
→ 40% database performance boost
+ Message Queue
→ RabbitMQ decoupling
→ 30% faster notification delivery
+ Microservices Architecture
→ Service isolation
→ Independent scaling capability| Feature | Metric | Result |
|---|---|---|
| Message Latency | Real-time | <100ms |
| OTP Success Rate | Authentication | 95% |
| DB Performance | Caching | +40% |
| Notification Speed | Queue | +30% |
| Concurrent Users | Scalability | 1000+ |
| Platform | Problems Solved | Contest Rating | Global Rank | Badges |
|---|---|---|---|---|
| 760+ | 1850+ | ~61,000 | ⚔️ Knight | |
| - | - | 41 (Div 3) | 🌟 Active |
Easy ████████████████░░░░ 320 solved (42%)
Medium ████████████████████ 380 solved (50%)
Hard ████░░░░░░░░░░░░░░░░ 60 solved (8%)
Focus Areas:
- System Design
- Microservices
- Cloud Architecture
- Kubernetes
- GraphQL
Certifications:
- AWS Solutions Architect
- Azure Fundamentals
- Docker Certified |
Targets:
- LeetCode Rating: 2000+
- Total Problems: 1000+
- Global Rank: Top 10K
- Contest Participation: Weekly
Achievements:
- Knight Badge ⚔️
- 50 Days Badge ✅
- 100 Days Badge ✅ |
Goals:
- Top Tech Company Role
- Build SaaS Product
- Open Source Contributions
- Technical Blog Writing
Skills:
- System Design
- Leadership
- Code Review
- Mentoring |
const funFacts: Record<string, string> = {
"☕ Fuel": "Coffee-driven developer",
"🌱 Mindset": "Always learning, always growing",
"🎯 Motto": "Build things that matter",
"🐛 Debug Style": "console.log() > debugger",
"💡 Belief": "Code is poetry, bugs are typos",
"🚀 Vision": "Making the web faster, one commit at a time",
"🎵 Coding Music": "Lo-fi beats & synthwave",
"🌙 Work Time": "Night owl coder"
};
// When I'm not coding:
const hobbies = [
"🤖 Building side projects",
"📚 Reading tech blogs",
"🏆 Solving DSA problems",
"🎮 Exploring new frameworks"
];
![]() Collaboration On exciting projects |
![]() Discussions Tech & System Design |
![]() Opportunities Full-Stack Roles |
![]() Mentorship Learning Together |
Crafted with 💙 by Gurmeet Singh Rathor
⚡ "First, solve the problem. Then, write the code." - John Johnson
⭐ Star my repositories if you find them interesting!








