Skip to content
View manuelsanchez2's full-sized avatar
📱
📱

Organizations

@manuelsanchezweb

Block or report manuelsanchez2

Report abuse

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

Report abuse
manuelsanchez2/README.md

Alles Oktopus? 🐙 Hi, I'm Manuel!

Bluesky: manuelsanchezdev.com LinkedIn Number of subscribers on YouTube Number of courses on Udemy Number of courses on Udemy

Thanks, Pixel Jeff, for such an amazing gif!

GIF

About me

  • 💼 I’m currently working @ Die Zeit.
  • ⭐️ Web Accessibility Specialist by IAAP.
  • 👾 Game Developer and CEO at Barkhalla Studios.
  • 🤟 Localized Dreamed Away into Spanish.
  • 📝 Like creating content and putting my thoughs down in my blog.

Tech Stack

TypeScript TailwindCSS React CSS3 NodeJS GODOT Figma


My projects

const coolestProjectsEver = [
  { name: 'Avatar Creator', url: 'https://my-avatar-creator.vercel.app' },
  { name: 'Bee Icons', url: 'https://www.bee-icons.com/' },
  { name: 'Budget Calculator', url: 'https://my-budget-calculator.vercel.app' },
  { name: 'The Hamburg Times', url: 'https://the-hamburg-times.vercel.app' },
]
const a11YThingsIHaveBeenWorkingOnLately = [
  { name: 'A11Y Portal in Spanish', url: 'https://www.accesibilidad-web.info' },
  {
    name: 'A11Y CSS Debug Tool (Open Source!)',
    url: 'https://github.com/manuelsanchez2/a11y-debug-stylesheet',
  },
]
const gamesIHaveBeenWorkingOnLately = [
  {
    name: 'Turn Based Game About Vikings',
    url: 'https://msweb.itch.io/saxons-and-vikings',
  },
  {
    name: 'Scumm Engine (1 Level Available)',
    url: 'https://scumm-ts.vercel.app/',
  },
  { name: 'Retro World Engine', url: 'https://www.retroworldengine.com/' },
]

Pinned Loading

  1. bee-icons bee-icons Public

    Open Source Library for Cool Icons!

    TypeScript 8

  2. a11y-debug-stylesheet a11y-debug-stylesheet Public

    A helper for debugging some A11Y Issues with CSS

    CSS 2

  3. cssday-2025-a11y cssday-2025-a11y Public

    Website with examples of my talk for CSS Day 2025

    HTML 2

  4. i18n-webcomponents i18n-webcomponents Public

    Opinionated NPM Package for handling i18n easily with web components

    TypeScript