_about-me
personal-info  
professional-info  
experience
tech stack
certificates
hobbies  
// personal-info
1{
2  "profile": {
3    "title": "CS Student & Tech Enthusiast 👨‍💻",
4    "tagline": "Building useful stuff with code, one project at a time",
5    "education": {
6      "degree": "BE in Computer Science and Engineering",
7      "institution": "CCET, Panjab University",
8      "expected_graduation": "June 2025",
9      "current_cgpa": 8.23
10    },
11    "key_attributes": [
12      "Love building apps that solve real problems 📱",
13      "Always up for a good hackathon challenge 💡",
14      "Published my first research paper (still can't believe it!) 📝",
15      "Enjoy learning new programming languages and tools 🛠️"
16    ],
17    "technical_skills": [
18      "Web Development",
19      "Mobile Apps",
20      "Getting better at AI/ML",
21      "Data Structures",
22      "Databases",
23      "Learning AWS"
24    ],
25    "soft_skills": [
26      "Quick learner",
27      "Team player",
28      "Good at explaining tech stuff",
29      "Open to feedback"
30    ],
31    "goals": [
32      "Build software that makes a difference",
33      "Learn more about AI and ML",
34      "Create apps people actually want to use",
35      "Keep growing as a developer"
36    ],
37    "aspirations": "Want to create tech that helps solve real-world problems 🎯"
38  }
39}
// Code snippet showcase:
Abhishek Sharma
Abhishek Sharma@abhisheksharm-3
details
function LandingPage() {
    return (
      <BasePage className="" active="_hello">
        <div className="flex items-center justify-around">
          ....
        </div>
      </BasePage>
    );
  }
find me on: