I'm a passionate developer focused on building beautiful, performant web applications. I love exploring new technologies and sharing my knowledge with the community.
- ๐ญ Iโm currently working on Nuxt 4 Portfolio
- ๐ฑ Iโm currently learning Advanced Nuxt Patterns
- ๐ฏ Iโm looking to collaborate on Open Source Projects
- โก Fun fact: I can center a div in 3 different ways!
Example Code Snippet (Click to expand)
const developer = {
name: "Catalino",
skills: ["Vue", "Nuxt", "TypeScript"],
hardWorker: true,
coffee: true,
code: function() {
if (this.coffee) {
return "Build awesome stuff! ๐";
} else {
return "Need caffeine... โ";
}
}
};
Built with โค๏ธ using Nuxt

