Skip to content
View Guri9368's full-sized avatar

Block or report Guri9368

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Guri9368/README.md

About Me

Coding

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());

Professional Journey

🚀 Mobisoft Technologies

🎯 Key Impact:

+ ⚡ Frontend Optimization
  → Reduced React.js load time by 60%
  → Enhanced user experience metrics

+ 🐛 Code Quality Enhancement  
  → Audited 200+ lines of legacy code
  → Fixed 15+ critical production bugs

+ 🔧 Feature Development
  → Implemented new integrations
  → Collaborated with senior engineers

+ 📈 Performance Boost
  → Improved application metrics
  → Optimized component rendering

Tech Stack:


Featured Projects

🏡 Homify - Enterprise Real Estate Platform

🎯 Project Overview

A comprehensive real estate rental platform with advanced property management, geospatial search, and role-based access control.

💡 Tech Architecture

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%

Key Features & Achievements

🔐 Security & Authentication

  • AWS Cognito integration
  • Role-Based Access Control (RBAC)
  • JWT token management
  • Multi-factor authentication support

🗺️ Geospatial Capabilities

  • PostGIS location indexing
  • Radius-based property search
  • Real-time map integration
  • Distance calculations

⚡ Performance Optimizations

  • 60% query speed improvement
  • Server-side rendering (SSR)
  • Image optimization with Next/Image
  • Code splitting & lazy loading

📊 Business Impact

  • Streamlined property discovery
  • Advanced filtering system
  • Real-time availability updates
  • Responsive cross-device UI

📈 Performance Metrics

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

🔗 Links

💬 ChatSync - Distributed Real-Time Chat System

🎯 Project Overview

Enterprise-grade microservices chat application with real-time messaging, message queuing, and distributed caching.

🏗️ System Architecture

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

Technical Highlights

🚀 Real-Time Communication

  • WebSocket bidirectional messaging
  • <100ms message latency
  • Online/offline presence
  • Typing indicators

🔐 Authentication & Security

  • JWT token authentication
  • OTP verification (95% success)
  • Rate limiting
  • Input sanitization

📊 Performance & Scalability

  • Redis caching (40% DB boost)
  • RabbitMQ async processing
  • Horizontal scaling ready
  • Load balancing support

🐳 DevOps & Infrastructure

  • Docker containerization
  • PM2 process management
  • AWS EC2 deployment
  • CI/CD pipeline ready

🎯 Key Achievements

+ 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

📈 Performance Benchmarks

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+

🔗 Links

Achievements & Recognition

🏆 Achievement 🎯 Competition/Event 📅 Year 🌟 Category
1st Position Web Development - Avishkar Tech Fest 2024 Development
Finalist IIT Bombay e-Yantra Robotics Competition 2023 Robotics
2nd Runner-up MNNIT Robotics Club Competition 2023 Robotics
Global Rank 41 CodeChef Div 3 Contest 2025 Competitive Programming
Trophy

Tech Arsenal

💻 Programming Languages

🎨 Frontend Development

⚙️ Backend Development

🗄️ Databases & Caching

☁️ Cloud & DevOps

🛠️ Tools & Platforms

GitHub Analytics

GitHub Stats GitHub Streak
Contribution Graph
📊 Detailed Stats
Top Languages Productive Time

Competitive Programming

🔥 LeetCode Journey

LeetCode Stats



📊 Platform Statistics

Platform Problems Solved Contest Rating Global Rank Badges
760+ 1850+ ~61,000 ⚔️ Knight
- - 41 (Div 3) 🌟 Active

🎯 Problem Solving Distribution

Easy         ████████████████░░░░  320 solved  (42%)
Medium       ████████████████████  380 solved  (50%)
Hard         ████░░░░░░░░░░░░░░░░   60 solved  (8%)

📈 Consistency Tracker

Current Focus & Goals 2025

🎯 Technical Mastery

Focus Areas:
  - System Design
  - Microservices
  - Cloud Architecture
  - Kubernetes
  - GraphQL

Certifications:
  - AWS Solutions Architect
  - Azure Fundamentals
  - Docker Certified

💻 Competitive Programming

Targets:
  - LeetCode Rating: 2000+
  - Total Problems: 1000+
  - Global Rank: Top 10K
  - Contest Participation: Weekly

Achievements:
  - Knight Badge ⚔️
  - 50 Days Badge ✅
  - 100 Days Badge ✅

🚀 Professional Growth

Goals:
  - Top Tech Company Role
  - Build SaaS Product
  - Open Source Contributions
  - Technical Blog Writing

Skills:
  - System Design
  - Leadership
  - Code Review
  - Mentoring

Coding Activity

WakaTime Stats

Fun Facts & Interests

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"
];

Let's Connect & Collaborate!

💬 I'm Open To:


Collaboration
On exciting projects

Discussions
Tech & System Design

Opportunities
Full-Stack Roles

Mentorship
Learning Together

📊 Profile Activity

Profile Summary

github-snake

💭 Random Dev Quote

Random Dev Quote

🎵 Currently Vibing To

Spotify


Crafted with 💙 by Gurmeet Singh Rathor

⚡ "First, solve the problem. Then, write the code." - John Johnson


⭐ Star my repositories if you find them interesting!

Popular repositories Loading

  1. POTD_LEETCODE POTD_LEETCODE Public

    C++ 1

  2. web-dev-projects web-dev-projects Public

    Forked from judygab/web-dev-projects

    Projects repo for tutorials for my YouTube Channel

    JavaScript 1

  3. Brain-Tumor-Classification Brain-Tumor-Classification Public

  4. Brain-Tumour-Classification Brain-Tumour-Classification Public

    Jupyter Notebook

  5. Study-Notion---Edtech-App Study-Notion---Edtech-App Public

    JavaScript

  6. apnacollage-demo apnacollage-demo Public

    this is my git repository