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