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

Block or report jorgealmazan

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
jorgealmazan/README.md

👋 Hola, soy Jorge Almazán

💻 I'm a tech enthusiast who likes to code and break build stuff

Full-stack engineer with ~10 years of experience building web applications, with a frontend focus across React, Next.JS, Ember.JS, and Angular and backend work in Ruby on Rails, Node.JS, and FastAPI.

  • While I was in college, I worked as a Quality Analyst in a call center; it taught me the value of constructive feedback, which I carry into my dev work today.
  • AI builder enthusiast: I lean on Claude skills and configuration to deliberately scope how much reach AI has in my work.
  • I really enjoy teaching and mentoring; sharing knowledge is the best way to learn and stay sharp.

🛠️ Tech Stack

  • Frontend: React · Next.JS · Remix · Ember.JS · Angular
  • Backend: Ruby on Rails · FastAPI · Node.JS · Express · Laravel
  • Languages: JavaScript · TypeScript · Ruby · PHP · SQL · Python · C#
  • Databases: MySQL · PostgreSQL · SQLite · MongoDB
  • Cloud & DevOps: AWS · Docker · Git · CI/CD (GitHub Actions, CircleCI) · Doppler
  • Observability: Datadog · Sentry · SigNoz · Honeybadger
  • AI & Agentic: Claude Code · Cursor · MCP server & tool design · Voice AI (Deepgram + MCP) · agentic coding workflows
  • Other: Internationalization (FormatJS, Smartling) · Accessibility (a11y) · GraphQL · Contentful · Testing (Jest, RSpec, qUnit)

🚀 Featured Projects

  • next-react-intl: an open-source npm package that brings react-intl / FormatJS to the Next.js App Router without the ABI-fragile SWC plugin. Computes message ids at runtime (byte-for-byte identical to @formatjs/cli), so extract/compile runs under Turbopack or any bundler. ESM-only, TypeScript, MIT.
  • eliminatupack: a privacy-first informational resource for people in Latin America affected by the non-consensual sharing of intimate images, guiding them through reporting paths, takedowns, and country-specific legal context. No database, no collection of personal data. Built with Next.JS, TypeScript, Tailwind, shadcn/ui, MDX.
  • Kasakami (in development): a bilingual (ES/EN) Japanese-style stationery e-commerce store for the Mexican market. A Turborepo monorepo with a MedusaJS v2 backend + admin and a Next.js 15 storefront, on PostgreSQL/Supabase with Stripe, owning the full commerce stack on open source instead of Shopify.

🧠 Interests & Hobbies

  • Networking nerd: I built my own LAN at home using Unifi gear and love tinkering with it.
    • 1 Dream Machine Pro
    • 1 Switch 24 PoE
    • 1 Switch Flex Mini
    • 4 In Wall APs
    • 1 Beacon HD
    • Doorbell camera
    • Some PoE cameras
    • over 20 cable runs in my house
    • lots of cable crimping (fingers hurt after a while)
    • 3 VLANs
  • I like modding hardware for fun: custom firmware, new components, anything hackable.
  • I'm currently relearning circuit repair and soldering. Started as a way to repair stick drift for me and my friends' controllers.
  • I normally listen to music while coding; Voyage 34 by Porcupine Tree is my go-to album for focus.
  • I like lifting weights (cardio? not so much). 🏋️
  • I love cooking; like coding, you start with a recipe, then remix it into something creative.
  • Recently got into espresso brewing, but my latte art sucks

💡 Fun Facts

  • I started with desktop development, it was boring and switch to web development.
  • I don’t drink coffee in the morning, noon is my sweet spot.
  • Currently learning German 🇩🇪 , Ich spreche ein bisschen Deutsch.
  • I have three cats

📫 Let's Connect

Popular repositories Loading

  1. jorgealmazan jorgealmazan Public

  2. next-react-intl next-react-intl Public

    react-intl for the Next.js App Router — no build plugin required (runtime-hashed FormatJS message IDs, works under Turbopack).

    TypeScript