💡 Clean, well-structured code is not just an art, it's a professional responsibility.
const aboutMe = {
name: "Marc Fernández",
role: "Full Stack Developer",
skills: {
frontend: ["React", "Angular", "TailwindCSS", "Bootstrap"],
backend: ["Node.js", "Express", "NestJS", "Fastify"],
devops: ["Linux", "Git", "Docker", "Kubernetes"],
architecture: ["Clean Architecture", "SOLID"]
},
focus: [
"✨ Software quality - Clean Architecture & SOLID",
"🔄 Continuous integration - CI/CD and automation",
"🤝 Teamwork - Maintainable and testable code",
"🚀 Constant innovation - Always learning new technologies"
],
currentFocus: "Building scalable applications"
};|
🎨 NX Sass Plugin Plugin para Nx que facilita la integración con Sass |
⚡ NX Biome Plugin Integración de Biome con Nx para mejor DX |
const whoIAm = {
developer: true,
human: "also true! 😄",
hobbies: {
pizzaMaster: {
description: "My homemade pizzas could compete with my PRs... 🍕",
reality: "well, almost 😅",
skillLevel: "Pizzaiolo Wannabe"
},
mountainEnthusiast: {
description: "Debugging in the mountains is my favorite therapy 🏔️",
wifi: "optional 📶❌",
mode: "Offline & Happy"
},
spaceDocsSleeper: {
description: "Space documentaries are my playlist for sleeping 🌌",
confession: "I swear! 😴🚀",
status: "Dreaming About Galaxies"
}
},
motto: "Work-life balance: escribir código limpio Y hacer pizzas perfectas"
};💡 The best code is the code you don't need to write, but when you do write it, write it well.