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 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
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 1

  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