π‘ 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.