const matt = {
pronouns: "he/him",
location: "Indonesia ๐ฎ๐ฉ",
currentFocus: "Full Stack Development",
funFact: "I debug with console.log and I'm proud of it! ๐",
askMeAbout: ["Web Dev", "Mobile Apps", "Game Developer"],
currentlyLearning: ["Go", "Microservices", "Cloud Architecture"],
technologies: {
frontend: ["React", "HTML5", "CSS3", "JavaScript", "TypeScript", "Next.js"],
backend: ["PHP", "Laravel", "Python", "Go", "Node.js", "Next.js"],
mobile: ["Dart", "Flutter", "React Native"],
database: ["MySQL", "PostgreSQL", "MongoDB", "Suppabase"],
cloud: ["AWS", "GCP", "Docker", "Kubernetes"],
other: ["C#", "Lua", "Git"]
},
} |
graph LR
A[๐ Computer Science] --> B[๐ป Full Stack Development]
B --> C[๐ฑ Mobile Development]
B --> D[โ๏ธ Cloud Architecture]
C --> E[๐ Current Projects]
D --> E