const zahinTapadar = {
name: "Zahin Tapadar",
age: "17 years old",
education: "12th Grade Student",
location: "π Building from anywhere",
currentStatus: {
learning: "Data Science & Machine Learning",
working: "Portfolio Projects & Open Source",
available: "For collaboration & freelance work"
},
expertise: {
frontend: ["Next.js", "React", "SvelteKit", "Flutter UI"],
mobile: ["React Native", "Flutter", "Swift"],
backend: ["Express.js", "Firebase", "Node.js"],
styling: ["Tailwind CSS", "CSS3", "Responsive Design"],
languages: ["JavaScript", "TypeScript", "Swift", "Python"],
tools: ["TensorFlow", "Matplotlib", "Unreal Engine", "GCP"],
databases: ["Firebase", "MongoDB", "SQL"]
},
passion: "Turning innovative ideas into reality",
motto: "Age is just a number, code is eternal! π"
};
console.log("Ready to build something amazing together!");
Built with cutting-edge tech:
"Showcasing my journey from ideas to reality" |
Cross-platform excellence:
"Building apps that users love" |
graph TD
A[π 12th Grade Student] --> B[π» Full-Stack Development]
B --> C[π± Mobile App Development]
C --> D[π€ Data Science & AI]
D --> E[π Future Tech Leader]
B --> F[Next.js & React]
B --> G[Flutter & Swift]
B --> H[Firebase & Cloud]
D --> I[TensorFlow]
D --> J[Machine Learning]
D --> K[Data Analysis]
style A fill:#ff6b6b
style D fill:#4ecdc4
style E fill:#45b7d1
π― Focus Area | π Current Activity | π¨ Tech Stack |
---|---|---|
π Learning | Data Science & Machine Learning | Python, TensorFlow, Pandas |
π» Building | Portfolio Projects & Web Apps | Next.js, React, Firebase |
π± Developing | Mobile Applications | Flutter, Swift, React Native |
π€ Collaborating | Open Source Contributions | Various Technologies |
π Studying | 12th Grade + Self-Learning | Computer Science Concepts |
interface StudentDeveloper {
age: number;
passion: string[];
availableFor: string[];
currentGoal: string;
superpower: string;
}
const zahin: StudentDeveloper = {
age: 17,
passion: [
"Building innovative apps",
"Learning cutting-edge tech",
"Solving real-world problems",
"Collaborating with amazing developers"
],
availableFor: [
"πΌ Freelance projects",
"π€ Open source collaboration",
"π Mentoring & learning together",
"π Startup opportunities"
],
currentGoal: "Master Data Science while excelling in 12th grade!",
superpower: "Turning caffeine into code at 3 AM β"
};