Skip to content
View mcfdez's full-sized avatar

Block or report mcfdez

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mcfdez/README.md

👋 Hello! I'm Marc.

🚀 Full Stack Developer | 🏗️ Software Architect | ☁️ DevOps Engineer

LinkedIn Email Portfolio

Typing SVG

🧑‍💻 About me

💡 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"
};

🧠 My skills

🧬 Programming languages

JavaScript TypeScript PHP Bash

🎨 Frontend

React Angular TailwindCSS Bootstrap

⚙️ Backend

Node.js Express.js NestJS Fastify

🛠️ DevOps & Tools

Linux Git Docker Kubernetes

📜 Certifications

LFS101

🌍 Languages

Spanish English Basque


💼 Featured projects

NX Sass Plugin
🎨 NX Sass Plugin

Plugin para Nx que facilita la integración con Sass
GitHub stars
NX Biome Plugin
⚡ NX Biome Plugin

Integración de Biome con Nx para mejor DX
GitHub stars

Show more projects


�📊 GitHub statistics

GitHub stats Top languages
github contribution grid snake animation

🎭 It's not all about code!

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"
};

💝 Did you like my profile?

Follow me on GitHub Contact me Profile views


💡 The best code is the code you don't need to write, but when you do write it, write it well.

sss

Popular repositories Loading

  1. mcfdez mcfdez Public

    Dockerfile

  2. dokploy dokploy Public

    Forked from Dokploy/dokploy

    Open Source Alternative to Vercel, Netlify and Heroku.

    TypeScript

  3. github-readme-stats github-readme-stats Public

    Forked from anuraghazra/github-readme-stats

    Dynamically generated stats for github readmes

    JavaScript