π I'm currently a student passionate about software development and emerging technologies.
π‘ Always eager to learn new technologies and build innovative solutions.
π Working on enhancing my skills in full-stack development and machine learning.
π Believe in the power of code to transform ideas into reality.
const currentFocus = {
identity: {
name: "TYH",
role: "Aspiring Full-Stack Developer",
status: "Computer Science Student"
},
currentProjects: [
{
name: "Hotel Booking System",
type: "Degree FYP Project",
techStack: ["Next.js", "React", "Node.js", "MongoDB", "TailwindCSS"],
status: "In Development",
description: "A full-stack hotel reservation platform with real-time availability"
},
{
name: "Portfolio Website",
type: "Personal Project",
techStack: ["React", "TypeScript", "Framer Motion", "Styled Components"],
status: "Planning Phase"
}
],
learningGoals: {
shortTerm: [
"Master Next.js App Router",
"Deepen React Hooks understanding",
"Learn advanced TypeScript patterns",
"Explore WebSocket implementations"
],
longTerm: [
"Become proficient in cloud technologies (AWS/Azure)",
"Master system design principles",
"Contribute to major open-source projects",
"Build expertise in AI/ML integration"
]
},
technicalSkills: {
proficient: ["JavaScript", "React", "Node.js", "Python", "MongoDB"],
improving: ["TypeScript", "Next.js", "Express.js", "Machine Learning"],
exploring: ["GraphQL", "Docker", "Kubernetes", "Microservices"]
},
careerObjectives: [
"Secure a full-stack development internship",
"Build a strong portfolio of real-world projects",
"Network with industry professionals",
"Contribute to meaningful open-source projects"
]
};
console.log("π Current Focus: Leveling up my full-stack skills!");
console.log("π― Next Milestone: Deploying production-ready applications!");

