Skip to content
View arpit000010's full-sized avatar
🤗
🤗

Block or report arpit000010

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

┌─────────────────────────────────────────────────────────────────────────────┐
│  whoami                                                                     │
├─────────────────────────────────────────────────────────────────────────────┤
│  Name    →  Arpit Yadav                                                     │
│  Degree  →  B.Tech, Computer Science & Engineering                          │
│  School  →  National Institute of Technology, Durgapur (2023–2027)         │
│  Club    →  Senior Coordinator @ RECursion (NITD's Official Coding Club)   │
│  Stack   →  C++ for CP · MERN for Products                                 │
└─────────────────────────────────────────────────────────────────────────────┘

⚔️ Competitive Programming

Platform Handle Rating / Stats
🟡 CodeChef arpit000010 ⭐⭐⭐ 3-Star
🔵 Codeforces arpit000010 Pupil
🟠 LeetCode arpit000010 700+ Problems Solved
🟢 GeeksforGeeks arpit8o6ht Active
// Philosophy
while (true) {
    observe();        // read the problem carefully
    think();          // find the pattern
    code();           // write clean C++
    debug();          // until AC
    repeat();         // next problem
}

🛠️ Tech Stack

Core Languages

Frameworks & Libraries

Databases & Tools


🚀 Featured Projects

🏫 CampusMesh — Campus Social Platform

A full-stack campus networking and collaboration platform built for students.
Monorepo architecture with dedicated client, server, infra, shared, and docs layers —
designed for scale, modularity, and real-world deployment.

JavaScript React.js Node.js Express.js CSS REST API Monorepo

View Project


📊 GitHub Analytics


🏅 Achievements & Highlights

✦  700+ DSA Problems Solved across LeetCode, CF, CodeChef
✦  3-Star on CodeChef
✦  Senior Coordinator @ RECursion · NIT Durgapur's official coding club
✦  Organized & managed workshops and large-scale tech events

🧠 Currently Exploring

  • 🌐 Advanced Full-Stack Patterns (Auth systems, JWT, Email flows)
  • 🤖 Machine Learning — Neural Networks & Clustering
  • ⚡ Next.js & Server-Side Rendering
  • 📐 System Design Fundamentals
  • 🏆 Scaling up CP rating on Codeforces...

┌───────────────────────────────────────────────────┐
│                                                   │
│   "First, solve the problem.                      │
│    Then, write the code."                         │
│                                    — John Johnson │
│                                                   │
└───────────────────────────────────────────────────┘

Popular repositories Loading

  1. reactjs-interview-questions reactjs-interview-questions Public

    Forked from sudheerj/reactjs-interview-questions

    List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!

    JavaScript 1

  2. CSES-solutions- CSES-solutions- Public

    It is a repo of my CSES sheet solution

    C++

  3. arpit000010 arpit000010 Public

    Hello Everyone, This is my Profile

  4. jsMiniProjectsLearning jsMiniProjectsLearning Public

    This are the projects that i build while learning js

    CSS

  5. vidtube vidtube Public

    My first backend project

    JavaScript

  6. Binary-Search-Tree-Visualizer Binary-Search-Tree-Visualizer Public

    🌳 A visual tool to understand Binary Search Trees — built with interactive insert, delete, and traversal animations for better learning.

    JavaScript