Skip to content
View SaurabhMaurya9695's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report SaurabhMaurya9695

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
SaurabhMaurya9695/README.md

Typing SVG


LinkedIn CodeChef LeetCode GitHub Email

Profile Views Followers Stars


👨‍💻 About Me

public class SaurabhMaurya extends SoftwareDeveloper implements CompetitiveProgrammer {
    
    private final String currentRole = "Software Developer 1 @ Boomi";
    private final String location = "India 🇮🇳";
    private final int totalRepositories = 83;
    
    @Override
    public String[] getExpertise() {
        return new String[] {
            "🏗️  System Design (LLD & HLD)",
            "💻 Backend Development (Java, Spring Boot, Microservices)",
            "⚡ Data Structures & Algorithms",
            "🧩 Competitive Programming (C++)",
            "🌐 Full Stack Development (MERN Stack)",
            "☁️  DevOps & Cloud (Docker, Kubernetes, Jenkins)",
            "🔧 Design Patterns & Architecture"
        };
    }
    
    @Override
    public String[] getCurrentlyLearning() {
        return new String[] {
            "Advanced System Design Patterns",
            "Distributed Systems & Scalability",
            "Event-Driven Architecture",
            "Microservices Best Practices",
            "Cloud Native Technologies"
        };
    }
    
    @Override
    public Map<String, Integer> getCodingStats() {
        return Map.of(
            "LeetCode Problems", 500,
            "CodeChef Contests", 50,
            "GitHub Repos", 83,
            "Years Coding", 4
        );
    }
}
🎯 Current Role: Software Developer 1 @ Boomi
🏗️ Expertise: System Design, Backend Architecture, Microservices
💻 Primary Languages: Java, C++, JavaScript/TypeScript
🧠 Focus Areas: LLD/HLD, DSA, Competitive Programming
🌱 Learning: Advanced Design Patterns, Event-Driven Systems
📫 Reach Me: [email protected]

🚀 Technical Expertise

💻 Programming Languages

Java C++ JavaScript TypeScript Python HTML5 CSS3

🏗️ System Design & Architecture


Low-Level Design
Design Patterns, SOLID Principles
Factory, Builder, Strategy, Singleton

High-Level Design
Scalability, Microservices
Rate Limiting, Caching, Load Balancing

Event-Driven
Kafka, Message Queues
Asynchronous Processing

🔧 Backend Development

Spring Boot Node.js Express.js Microservices REST API

Specialized In:

  • 🏗️ Microservices Architecture (Spring Boot)
  • 🔐 Authentication & Authorization
  • 📧 Email Services & Verification Systems
  • 🏨 Hotel Rating Systems
  • 🛒 E-Commerce Platforms
  • ⚙️ Config Servers & Service Discovery

🌐 Frontend Development

React Redux Bootstrap HTML5 CSS3

🗄️ Databases & Caching

MongoDB MySQL Redis Firebase

☁️ DevOps & Tools

Docker Kubernetes Jenkins Git Postman


📚 Repository Highlights (83+ Repositories)

🏗️ System Design & LLD


JAVA-LLD
Low-Level Design Patterns
Design Principles, SOLID

Backend Projects
Rate Limiters, System Design
Production-Ready Code

Event-Driven
Kafka, Message Queues
Async Processing

🧮 Data Structures & Algorithms

📊 DP Problems
Basic to Advanced
Comprehensive Solutions
🌲 Trees & Graphs
BST, Segment Trees, Tries
Graph Algorithms
🔄 Recursion
Basic to Advanced
Backtracking Problems
💻 LeetCode
500+ Problems Solved
Regular Contests

🏢 Microservices & Enterprise

🏨 Hotel Rating System

Spring Boot Microservices
Service Discovery, Config Server
Load Balancing, Circuit Breaker

🛒 Electronic Store

E-Commerce Platform
RESTful APIs, JWT Auth
Payment Integration

📧 Email Service

Email Sender & Verification
OTP System, Templates
Async Processing

⚙️ Config Server

Centralized Configuration
Spring Cloud Config
Environment Management

🌐 Full-Stack Applications

  • 🤝 TeamCodeHub - Collaborative coding platform (MERN Stack)
  • 🏥 Insurance Portal - TypeScript, Full-featured portal
  • 📝 LEX Clone - Quiz application in Java
  • ⚛️ React Learning - Modern React patterns and practices

🚀 DevOps & Infrastructure

  • 🐳 Kubernetes Learning - Container orchestration
  • ⚙️ Jenkins Basics - CI/CD pipelines
  • 🔧 Docker - Containerization practices

🏆 Competitive Programming

Repository Language Focus Area
🔵 CodeChef Training C++ Contest Problems
🟡 Codeforces Training C++ Rated Contests
🟢 LeetCode Codes C++ 500+ Problems
🟣 100 Days of Code C++ Daily Practice
🔴 CP Templates C++ Competitive Templates

📊 GitHub Statistics

GitHub Streak

Activity Graph

📈 Contribution Graph


🎯 Core Competencies Map

mindmap
  root((Saurabh Maurya))
    System Design
      LLD Patterns
        Factory
        Builder
        Strategy
        Singleton
      HLD Concepts
        Microservices
        Rate Limiting
        Caching
        Load Balancing
    Backend Development
      Java Ecosystem
        Spring Boot
        Hibernate
        JPA
      Node.js
        Express
        REST APIs
      Microservices
        Service Discovery
        Config Server
        Circuit Breaker
    DSA & Algorithms
      Dynamic Programming
      Graph Algorithms
      Tree Structures
      Recursion & Backtracking
    Competitive Programming
      CodeChef
      LeetCode
      Codeforces
      Problem Solving
    DevOps
      Docker
      Kubernetes
      Jenkins CI/CD
      Cloud Deployment
    Full Stack
      React
      Redux
      TypeScript
      MERN Stack
Loading

🏆 Competitive Programming Journey

Platform Profile Activity Achievements
🍳 CodeChef @saurabh_9695 Regular Contests Active Problem Solver
💻 LeetCode @saurabh_9695 500+ Problems Contest Participant
📘 Codeforces Active Trainer Training Repository Problem Sets

📚 DSA Repositories Portfolio

🔍 Click to expand DSA Collection
  • DP-BASIC-TO-ADVANCE - Comprehensive Dynamic Programming solutions
  • Graph-basic-to-Advance - Graph algorithms and implementations
  • Trees - BST, Segment Trees, Trie implementations
  • Recursion-basic-To-advance - Recursion patterns and backtracking
  • DSA-1.0 - Complete DSA course implementations
  • DSA-And-LLD - Combined DSA and Low-Level Design

💼 Professional Experience

🏢 Software Developer 1 @ Boomi

Present

  • 🔧 Building scalable backend systems
  • 🏗️ Implementing microservices architecture
  • 🔄 Working with event-driven systems
  • 📊 Optimizing system performance and reliability

🌟 Featured Skills Matrix

Category Skills Proficiency
System Design LLD, HLD, Design Patterns, Scalability ⭐⭐⭐⭐⭐
Backend Java, Spring Boot, Microservices, REST APIs ⭐⭐⭐⭐⭐
DSA DP, Graphs, Trees, Algorithms ⭐⭐⭐⭐⭐
Competitive Programming C++, Problem Solving, Contests ⭐⭐⭐⭐
Full Stack React, Redux, Node.js, TypeScript ⭐⭐⭐⭐
DevOps Docker, Kubernetes, Jenkins, CI/CD ⭐⭐⭐⭐
Databases MongoDB, MySQL, Redis ⭐⭐⭐⭐

📖 Learning Journey & Focus Areas

🎯 2025 Goals

public class Goals2025 {
    private List<String> technicalGoals = Arrays.asList(
        "Master Advanced System Design Patterns",
        "Deep Dive into Distributed Systems",
        "Build Scalable Microservices Architecture",
        "Contribute to Major Open Source Projects",
        "Achieve CodeChef 5★ Rating",
        "Complete 1000 LeetCode Problems"
    );
    
    private List<String> learning = Arrays.asList(
        "Event-Driven Architecture",
        "Cloud Native Technologies",
        "Advanced Kafka & Message Queues",
        "System Performance Optimization",
        "Advanced Design Patterns"
    );
}

📚 Current Focus

  • 🏗️ System Design: Building production-ready scalable systems
  • 🔄 Event-Driven Architecture: Kafka, Message Queues, Async Processing
  • ☁️ Cloud Technologies: Docker, Kubernetes, Microservices
  • 🧠 Advanced DSA: Competitive Programming, Complex Algorithms
  • 🏢 Enterprise Patterns: Spring Boot, Microservices Best Practices

🎨 Project Categories

pie title Repository Distribution
    "System Design & LLD" : 15
    "DSA & Algorithms" : 25
    "Backend Development" : 20
    "Full Stack Projects" : 15
    "Competitive Programming" : 15
    "DevOps & Tools" : 10
Loading

🤝 Let's Connect & Collaborate

Connect

💡 I'm always interested in:


System Design

Backend Dev

Algorithms

Open Source

Collaboration

Knowledge Share

📬 Reach Out To Me

LinkedIn Email GitHub Instagram


💭 Developer Philosophy

"Code is like humor. When you have to explain it, it's bad." – Cory House

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

"The best error message is the one that never shows up." – Thomas Fuchs


🎯 Fun Facts

const saurabhMaurya = {
    code: ['Java', 'C++', 'JavaScript', 'TypeScript', 'Python'],
    askMeAbout: ['System Design', 'Backend Dev', 'DSA', 'Microservices'],
    technologies: {
        backend: ['Spring Boot', 'Node.js', 'Microservices'],
        frontend: ['React', 'Redux', 'TypeScript'],
        databases: ['MongoDB', 'MySQL', 'Redis'],
        devOps: ['Docker', 'Kubernetes', 'Jenkins'],
        architecture: ['Design Patterns', 'LLD', 'HLD']
    },
    currentFocus: 'Building scalable distributed systems',
    funFact: 'I debug with print statements and I\'m not ashamed!'
};

📈 Contribution Activity

Activity



🔥 Streak Stats

GitHub Streak

📊 Weekly Development Breakdown

Calendar

🏆 GitHub Trophies

Trophy



GitHub Trophies

💡 Random Dev Quote


📊 GitHub Metrics

GitHub Metrics

Star

🌟 Support My Work


If you find my projects helpful or interesting, consider:



Starring
repositories you like

Sharing
with the community

Providing
feedback and suggestions

Collaborating
on interesting projects


📈 Detailed Profile Stats

Repos per Language Most Commit Language Stats Productive Time

🎓 Continuous Learner | 💻 Problem Solver | 🚀 Innovation Driver

💡 Browse my 83+ repositories to see my journey from competitive programming to enterprise-level system design!


Made with 💙 by Saurabh Maurya

Popular repositories Loading

  1. Textutils Textutils Public

    a tool for analyzing data in django backend

  2. responsive-website-zomato responsive-website-zomato Public

    with html and css

    HTML

  3. Css-Animated-Rain-Effect- Css-Animated-Rain-Effect- Public

    with using css-animation rain effect

    CSS

  4. MyAwesomeCart MyAwesomeCart Public

    Django project

    HTML

  5. codehub codehub Public

    animated code hub

    CSS

  6. tourismwebsite tourismwebsite Public

    pure html and css

    HTML