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

I'm a Fullstack Engineer specialized in TypeScript, React, NextJS and JavaScript, with over 5 years of experience working remotely with international, distributed teams.

I work best at high ownership positions where I can be directly involved end-to-end in the delivery, from gathering requirements and talking to stakeholders, to implementing features and taking them all the way to production.

Although I'm highly technical, my main concern is always business impact and how to connect engineering with business outcomes.

Over the years, I have:

  • Spoken at international conferences on React concurrent features.
  • Shipped ecommerce features using TypeScript, React and Node for a platform serving 20M+ merchants.
  • Architected E2E testing solutions using Playwright that reduced test suites from 24 minutes to 6.
  • Led an incremental TypeScript migration in a NextJs codebase that completely eliminated a class of runtime errors causing full-page outages in production.
  • Architected and deployed full production infrastructure on AWS for a geospatial data processing platform (ECS, S3, RDS, ElastiCache, ECR, Cloudfront), provisioned entirely via Terraform.
  • Built an automated evaluator-evaluatee matching system using Google OR-Tools.

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