Skip to content
View abhishak1305's full-sized avatar

Block or report abhishak1305

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

🚀 About Me

#include <bits/stdc++.h>
using namespace std;

class Developer {
public:
    string name = "Abhishak Chaturvedi";
    string role = "Full Stack Developer";
    string location = "India 🇮🇳";
    string education = "B.Tech, Computer Science & Engineering";

    vector<string> techStack = {"MERN", "Laravel", "C++"};
    vector<string> interests = {
        "Web Development",
        "Data Structures & Algorithms",
        "Real-Time Systems",
        "System Design"
    };

    void sayHi() {
        cout << "Thanks for stopping by — let's build something! 🚀" << endl;
    }
};

int main() {
    Developer abhishak;
    abhishak.sayHi();
    return 0;
}
  • 🎓 B.Tech Computer Science & Engineering student
  • 💻 Building full-stack web applications end to end — frontend, backend, database, deployment
  • 🧠 Solved 200+ DSA problems and still going
  • ⚡ Drawn to scalable systems, real-time features, and clean architecture
  • 🌱 Currently going deeper on backend architecture & system design
  • 🤝 Open to internships, collaborations, and interesting problems to solve

🛠️ Tech Stack

💻 Programming Languages

🎨 Frontend Development

⚙️ Backend Development

🗄️ Databases

🧰 Tools & Technologies


🌱 Currently Learning

  • 🏗️ System Design
  • ⚡ Scalable Backend Architecture
  • ☁️ Cloud & Deployment
  • 🔐 Backend Security

🚀 Featured Projects

A few things I've built end to end — plan, build, ship.

💼 getWork — Freelance Marketplace

A full-stack freelance marketplace connecting clients and freelancers through secure workflows and real-time communication.

  • 🔐 JWT authentication with role-based access
  • 💬 Real-time chat powered by Socket.io
  • 📊 Live dashboard backed by MongoDB aggregation pipelines
  • 🔄 Full CRUD across jobs, proposals, and profiles

Repository Stars


👥 Hobby Hub — Community Platform

The most-starred project on my profile — a home base where student communities and hobby clubs manage events, members, and content in one place.

  • 🔐 OTP-based authentication with email verification
  • 🎯 Club and community management tools
  • 📅 Event and content scheduling
  • 🏗️ Clean MVC architecture

Repository Stars


🧑‍🏫 Mentor Connect — Startup Mentorship Platform

A Laravel + MongoDB platform that pairs early-stage startups with experienced mentors — containerized with Docker and deployed live.

  • 🐘 Laravel backend running on a MongoDB data layer
  • 🐳 Dockerized for consistent dev & production environments
  • ⚡ Vite-powered front-end build pipeline
  • 🌐 Deployed and publicly accessible

Repository Live Demo Stars


🔎 Missing Person Finder

A DSA-driven system that applies classic data structures to index and search missing-person records efficiently.

  • 🌳 Binary Search Tree for ordered record lookup
  • ⚡ Hash Map for near-instant search
  • 📂 File handling for persistent storage
  • 🧠 Built to put core DSA fundamentals into practice

Browse Repositories


📊 GitHub Statistics

---

🔥 GitHub Streak


📈 Contribution Graph


🐍 Contribution Snake

Snake animation

🏆 Achievements

🥇 Top 15 Finalist — Encrypted Edge Hackathon

  • Ranked in the top 7% of 200+ teams at a university-level cybersecurity hackathon.

🧠 Competitive Programming

  • Solved 200+ Data Structures & Algorithms problems across coding platforms.

🎓 Academic Excellence

  • Achieved an O Grade (90%+) in core C/C++ programming and technical training.

👨‍💼 Class Representative

  • Representing and coordinating academic communication for 60+ students.

📈 My Developer Journey

2024    ━━━━━━━━━━━                          🌱  Started exploring programming & web development
2025    ━━━━━━━━━━━━━━━━━━━━━                💻  Built full-stack projects, went deep on DSA
2026    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━        🏗️  Learning system design, shipping real products
Future  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  🎯  Building scalable, production-grade systems

🎯 Right Now

🔭 Working on:   Leveling up getWork & Hobby Hub, shipping new full-stack builds
🧠 Practicing:   Data Structures & Algorithms, a little every day
🤝 Open to:      Internships, freelance work & collaborative projects
🎯 Goal:         Becoming a strong Software Development Engineer

🤝 Connect With Me

LinkedIn Email GitHub

💡 "First, solve the problem. Then, write the code."

⭐ If you like my work, consider giving a star to my repositories!

Pinned Loading

  1. portfolio portfolio Public

    HTML

  2. Advanced-DSA Advanced-DSA Public

    HTML 3

  3. getWork-a-freelancing-platform getWork-a-freelancing-platform Public

    JavaScript 4

  4. Hobby-Hub-community-platform Hobby-Hub-community-platform Public

    🌟 Welcome to Hobby Hub – Where Passion Meets People! Hobby Hub is designed to connect like-minded individuals through shared passions and interests. Whether you're into music, coding, photography, …

    PHP 14

  5. Mentor-Connect Mentor-Connect Public

    Blade

  6. Cs-Fundamentals Cs-Fundamentals Public

    3