Skip to content
View Vansh1811's full-sized avatar

Highlights

  • Pro

Block or report Vansh1811

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
Vansh1811/README.md
Typing SVG

LinkedIn Email GitHub Profile Views


๐Ÿง  Who Am I?

const vansh = {
  name: "Vansh Sharma",
  location: "Noida, India ๐Ÿ‡ฎ๐Ÿ‡ณ",
  role: "Backend Software Engineer",
  languages: ["TypeScript", "JavaScript", "Python"],
  stack: {
    backend: ["Node.js", "Express.js", "FastAPI"],
    frontend: ["Next.js", "React", "Tailwind CSS"],
    databases: ["MongoDB", "PostgreSQL", "Redis"],
    devOps: ["Docker", "GitHub Actions", "Render", "Vercel"],
    tools: ["Postman", "VS Code", "Git"],
  },
  currentlyBuilding: "InboxIt โ€” Gmail-powered inbox app at scale",
  currentlyLearning: ["System Design", "DSA", "ML Fundamentals"],
  lifePhilosophy: "Ship fast. Design smart. Scale harder. ๐Ÿ”ฅ",
};

๐Ÿš€ Featured Projects

Project Description Tech Stack Status
๐Ÿš€ InboxIt Gmail-integrated inbox application with OAuth2, Redis caching, real-time email sync & Docker-containerized architecture Node.js ยท Express ยท MongoDB ยท Redis ยท Docker ยท OAuth2 โœ… Live
๐ŸŒ Unfold Finleg Solutions Production business website with full backend โ€” email automation via Zoho SMTP, custom domain, scalable API Next.js ยท React ยท TypeScript ยท Node.js ยท MongoDB ยท Zoho โœ… Live
๐ŸŽฌ MovieMate Movie discovery application with rich UI and API integration React ยท Node.js ยท REST APIs โœ… Live

๐Ÿ› ๏ธ Tech Arsenal

Languages

TypeScript JavaScript Python

Backend

Node.js Express.js FastAPI

Frontend

Next.js React Tailwind CSS

Databases & Caching

MongoDB PostgreSQL Redis

DevOps & Tools

Docker GitHub Actions Postman VS Code


๐Ÿ“Š GitHub Stats



๐Ÿ—๏ธ System Design Interests

๐Ÿ”ง What gets me excited:

  โ”œโ”€โ”€ โšก Redis caching strategies (write-through, lazy loading)
  โ”œโ”€โ”€ ๐Ÿณ Docker + containerized microservices
  โ”œโ”€โ”€ ๐Ÿ” OAuth2 flows & JWT authentication
  โ”œโ”€โ”€ ๐Ÿ“ฌ Email queuing systems & async job processing
  โ”œโ”€โ”€ ๐Ÿ“ˆ Load balancing & horizontal scaling
  โ”œโ”€โ”€ ๐Ÿ”„ CI/CD pipelines & production deployments
  โ””โ”€โ”€ ๐Ÿค– ML-powered backend services (coming soon!)

๐ŸŽฏ 2026 Goals

  • ๐Ÿš€ Build and deploy production-grade backend projects
  • ๐Ÿณ Master Docker & containerization
  • ๐Ÿ” Implement OAuth2 + Redis at scale (InboxIt)
  • ๐Ÿ’ผ Land a Backend Software Engineering role
  • ๐Ÿ“ Deep-dive into advanced system design patterns
  • ๐Ÿงฎ Crack 200+ LeetCode problems
  • ๐Ÿค– Build first ML-powered API with FastAPI

โšก Fun Facts

๐Ÿง  Self-taught โ€” no CS degree required when you have curiosity + Stack Overflow + YouTube at 2AM.

๐Ÿ”ฅ Built a full email automation system with OAuth2, Redis queuing & Docker from scratch โ€” because sending emails manually is for mortals.

โ™Ÿ๏ธ Chess enthusiast โ€” because every bug is just a bad move you can learn from.

๐Ÿ’ก The journey: Curious teenager โ†’ Frontend dev โ†’ Full Stack โ†’ Backend Engineer obsessed with scale.


๐Ÿ’ฌ Let's Build Something Incredible Together

LinkedIn Email

Popular repositories Loading

  1. Vansh1811 Vansh1811 Public

    Config files for my GitHub profile.

    1

  2. unfold-website unfold-website Public

    TypeScript 1

  3. INBOXIT INBOXIT Public

    TypeScript 1

  4. amazon_clone amazon_clone Public

    HTML

  5. jiocinema-clone jiocinema-clone Public

    JavaScript

  6. NodeJWT-Auth NodeJWT-Auth Public

    A simple and secure authentication system built with Node.js, Express.js, and JWT. Supports user signup, login, hashed passwords, and token-based authentication โ€” perfect for learning or bootstrappโ€ฆ

    JavaScript