Skip to content
View Sumant3086's full-sized avatar

Highlights

  • Pro

Block or report Sumant3086

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Sumant3086/README.md
Typing SVG

"Chasing excellence, but surrendered to God's plan — because what He holds back is always better than what I chase."



⚡ About Me

$ whoami
> Sumant Yadav — full-stack dev who'd rather ship a real system than a todo app
> B.Tech CSE @ Lovely Professional University, 2026
> Focus: scalable microservices, distributed systems, cloud-native apps
> Standard: verified claims only, no bluffing
  • 🎯 Codeforces Specialist — Rating 1592
  • 🧠 LeetCode Top 5% — 1500+ problems solved
  • 🏆 ICPC 2025 — Global Rank 473
  • 🥇 1st Place — Infineon Hackathon
  • 📜 GATE 2026 Qualified — CS & IT
  • 🎓 B.Tech CSE, Lovely Professional University (2026)

🛠️ Tech Arsenal

Languages & Query

Backend & Data

Frontend

Cloud & DevOps

🏆 Achievements

🥇 Infineon Hackathon 1st Place
🌍 ICPC 2025 Global Rank 473
📜 GATE 2026 Qualified — CS & IT
⚔️ Codeforces Specialist · Rating 1592
💡 LeetCode Top 5% · 1500+ solved

🚀 Featured Builds

ProxyMukt — Smart Attendance System
Real-time attendance platform hitting 99% tracking accuracy through triple-layer verification — GPS + QR + IP. Live WebSocket sync with conflict-free concurrent writes.

Node.js Socket.IO MongoDB React

Reachify — Distributed Email Scheduler
Production-grade scheduler built for a zero-data-loss guarantee — fault-tolerant BullMQ queues, retry logic, full observability, dockerized microservices.

TypeScript BullMQ PostgreSQL Docker

AuraFit — AI Fitness SaaS
AI-powered health platform generating personalized fitness & diet plans via the Gemini API, with Razorpay payments and MongoDB-backed state.

Node.js Gemini API MongoDB Razorpay

PlayCast — Video Streaming Backend
Handles adaptive 2GB+ uploads via AWS S3 multipart, with Redis-backed async transcoding and a Netflix-style delivery pipeline.

Node.js AWS S3 Redis MongoDB

Also shipped: BuyIndiaX — MERN e-commerce with Razorpay + JWT auth · GigShield — built at the Guidewire DEVTrails University Hackathon 2026, protecting gig workers' income from external disruptions.

📊 The Numbers

Full stats live on the profile page itself — GitHub already renders the real contribution calendar and language breakdown natively, so this stays lean instead of duplicating it.

🐍 Want the animated contribution snake too? (2-min setup)

Add this as .github/workflows/snake.yml in this repo:

name: generate snake
on:
  schedule:
    - cron: "0 0 * * *"
  workflow_dispatch:
  push:
    branches: [ main ]
jobs:
  generate:
    permissions:
      contents: write
    runs-on: ubuntu-latest
    steps:
      - uses: Platane/snk@v3
        with:
          github_user_name: Sumant3086
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark
      - uses: crazy-max/ghaction-github-pages@v4
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Then drop this in wherever you want the snake to live:

![snake](https://raw.githubusercontent.com/Sumant3086/Sumant3086/output/github-contribution-grid-snake-dark.svg)

It'll auto-regenerate daily once the workflow runs once.

Got something worth building? Let's talk.
📩 sumantyadav3086@gmail.com  ·  🔗 LinkedIn

Pinned Loading

  1. ProxyMukt-Attendance-System- ProxyMukt-Attendance-System- Public

    Smart attendance system with QR codes, geofencing, auto-attendance & analytics. MERN stack with real-time tracking and voice notifications.

    JavaScript 1 3

  2. AuraFit AuraFit Public

    AuraFit is a sleek and responsive gym website built with React. It showcases fitness classes, membership plans, shop items, and contact details. Users can explore subscriptions, browse gym products…

    JavaScript 1

  3. BuyIndiaX BuyIndiaX Public

    Modern MERN stack e-commerce platform with Razorpay payments, JWT authentication, and responsive React UI

    JavaScript 1

  4. PlayCast PlayCast Public

    A modern MERN-stack video streaming platform with YouTube integration and a Netflix-inspired UI with low and high buffering based on internet speed.

    JavaScript

  5. GigShield GigShield Public

    Guidewire DEVTrails University Hackathon 2026-Protecting the last-mile warriors of Amazon & Flipkart from income loss caused by uncontrollable external disruptions.

    TypeScript

  6. Reachify Reachify Public

    Production-grade email scheduler with BullMQ, Redis, PostgreSQL, and React

    TypeScript