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

