━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ IDEA ---------- → CODE ------→ IMPACT THINK -----------→ BUILD ------→ OPTIMIZE COMPLEXITY -----------→ DESIGN ------→ CLARITY ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
class AboutMe {
constructor() {
this.name = "Aaqeeb Pinjari";
this.location = "🌍 Nandurbar, Maharashtra, India";
this.profession = "💻 Aspiring SDE | Full Stack Developer";
this.mindset = "(Consistency && Discipline && Hardwork) beats TALENT";
this.hobbies = [
"⚙️ Solving DSA problems Everyday",
"🌐 Building projects in MERN Stack",
"🧠 Learning System Design",
"🌙 Late-night debugging marathons"
"❤️ Loves Watching Anime",
];
this.knowledge = {
"Programming Languages": ["C/C++", "JavaScript", "TypeScript", "Python"],
"Web Development": ["HTML", "CSS", "React.js", "TailwindCSS", "Bootstrap"],
"Frameworks": ["MERN Stack", "Redux", "RESTful APIs"],
"Ui/Ux Design": ["Figma", "Material-UI"],
"Database": ["Redis", "MongoDB", "MySQL"],
"System Design": ["Low Level Design", "Design Patterns"],
"Version Control": ["Git", "GitHub", "Github Actions"],
"Tools & Platforms": ["Git", "GitHub", "VS Code", "Postman", "Linux"],
"Other Skills": ["Collaboration", "Authentication", "Problem Solving", "Team Collaboration"]
};
this.achievements = [
"🚀 Contributed to Open Source (GSSoC, Hacktoberfest, Social of Winter Code)",
"🏆 Improved problem-solving consistency on Leetcode and CodeChef",
"🌟 Built and deployed multiple full-stack applications as self employed and Open source"
];
}
}