#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
- 🏗️ System Design
- ⚡ Scalable Backend Architecture
- ☁️ Cloud & Deployment
- 🔐 Backend Security
A few things I've built end to end — plan, build, ship.
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
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
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
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
---
🥇 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.
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
🔭 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