Skip to content
View N4N1T0's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report N4N1T0

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
N4N1T0/README.md

👋 Hey there, I'm Nano

const N4N1T0 = {
  hello: "Welcome to my GitHub Account 👾",

  about: {
    name: "Adrián Álvarez (Nano)",
    role: "Front-End Developer / Marketing Strategist",
    origin: "Cuba 🇨🇺",
    location: "Asturias, Spain 🇪🇸",
    focus: [
      "Performance ⚡",
      "UX & Accessibility 🎨",
      "E-commerce 🛒",
      "SaaS & AI 🤖",
    ],
  },

  stack: [
    "React ⚛️",
    "Next.js ▲",
    "Astro 🚀",
    "TailwindCSS 💨",
    "Sanity 🛠️",
    "Hydrogen 🧬",
    "GraphQL 🔮",
    "GROQ 📊",
    "SQL 🗄️",
    "MongoDB 🍃",
    "Supabase 🐉",
    "Appwrite ✍️",
    "Node.js 🌐",
    "Express ⚙️",
    "Docker 🐳",
    "AWS ☁️",
  ],

  blog: [
    {
      title: "Astro Actions and Vanilla JavaScript for Forms",
      link: "https://dev.to/n4n1t0/astro-actions-and-vanilla-javascript-for-forms-4lfl",
    },
    {
      title:
        "Automate Your Product Feed in Google Merchant Center with Node.js",
      link: "https://dev.to/n4n1t0/automate-your-product-feed-in-google-merchant-center-with-nodejs-4jk3",
    },
    {
      title: "Search and AI: The Dream Team for an eCommerce Revenue Boost",
      link: "https://dev.to/n4n1t0/search-and-ai-the-dream-team-for-an-ecommerce-revenue-boost-11el",
    },
  ],

  featuredRepos: [
    {
      name: "Forge",
      description:
        "Modern AI-powered workplace management app (PMS). Built with Next.js, TypeScript, Appwrite, and React Query.",
      link: "https://github.com/N4N1T0/forge",
    },
    {
      name: "Comercify",
      description:
        "E-commerce utility functions by the community, for the community.",
      link: "https://github.com/N4N1T0/comercify",
    },
    {
      name: "portfolio_2.0",
      description:
        "A modern, performant and multilingual portfolio website built with Astro, Preact, and Tailwind CSS.",
      link: "https://github.com/N4N1T0/portfolio_2.0",
    },
  ],

  links: {
    portfolio: "https://www.adrian-alvarez.dev/en",
    linkedin: "https://www.linkedin.com/in/adrian-nano-alvarez/",
  },

  funFact: {
    title: "Im a boxing coach too! 🥊😜",
    link: "https://www.instagram.com/p/C211ZiroeqL/?next=%2F",
  },
};

Pinned Loading

  1. Opinionated, modern Next.js ruleset ... Opinionated, modern Next.js ruleset — optimized for App Router, server-first rendering, and scalable project architecture.
    1
    ---
    2
    description: Opinionated, modern Next.js ruleset — optimized for App Router, server-first rendering, and scalable project architecture.
    3
    globs: ["app/**", "pages/**", "*.ts", "*.tsx"]
    4
    alwaysApply: false
    5
    ---
  2. Best practices for building modern, ... Best practices for building modern, performant websites with Astro.
    1
    ---
    2
    description: Best practices for building modern, performant websites with Astro.
    3
    globs: ["src/**/*.astro", "src/**/*.ts", "src/**/*.tsx"]
    4
    alwaysApply: false
    5
    ---
  3. comercify comercify Public

    E-commerce utility functions by the community, for the community.

    TypeScript

  4. forge forge Public

    Modern workspace management boilerplate with Next.js and Appwrite

    TypeScript 2

  5. resume-analizer resume-analizer Public

    sophisticated AI-powered resume analysis platform built with React Router v7

    JavaScript

  6. starwind-ui starwind-ui Public

    Forked from starwind-ui/starwind-ui

    A set of powerful, accessible components for your Astro projects. Styled with Tailwind CSS v4.

    Astro