Skip to content
View henriqueinonhe's full-sized avatar
  • São Paulo, Brazil

Block or report henriqueinonhe

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

I build performant, scalable web applications end-to-end, from frontend architecture to cloud infrastructure. Over 5+ years working remotely with international, distributed teams, I've shipped ecommerce features for a platform serving 20M+ merchants, designed distributed AWS systems handling thousands of large file uploads, and built internal libraries adopted across 8 teams.

My strongest work happens at the intersection of deep technical execution and product ownership. I've led migrations that cut CI times by 50%, architected E2E testing solutions that reduced test suites from 24 minutes to 6, designed systems that pushed on-time response rates from 80% to 98%, and led an incremental TypeScript migration that eliminated a class of runtime errors causing full-page outages in production. I've also spoken at international conferences on concurrent React patterns, and founded a speakers initiative that helped 6 developers land 9 conference acceptances.

Beyond work, I'm drawn to the more mathematical side of software: formal languages, parsing theory and type theory.

Pinned Loading

  1. promises-training promises-training Public

    Practice working with promises through a curated collection of interactive challenges. This repository provides a platform to refine your skills, complete with automated tests to to give you instan…

    TypeScript 871 39

  2. parsing-exploration parsing-exploration Public

    This a project to explore parsing techniques and related structures like grammars and finite state automata.

    TypeScript 2

  3. next-isomorphic-cookies next-isomorphic-cookies Public

    Using cookies in NextJS made easy! Seamless integration with SSG and SSR, while avoiding hydration mismatches.

    TypeScript 4

  4. streaming-ssr streaming-ssr Public

    Demo showcasing how streaming SSR in React works. In this demo each step in the SSR + Hydration process is able to be blocked/unblocked manually, so that we can observe how streaming SSR interacts …

    JavaScript