Skip to content
View armand1m's full-sized avatar

Organizations

@Netflix @Netflix-Skunkworks @frintjs @perry-js

Block or report armand1m

Report abuse

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

Report abuse
armand1m/README.md

I am a software engineer living in amsterdam for quite a while now.
I spent most of my career working on tooling and big distributed systems:

  • from infrastructure aspects: k8s, terraform, ci/cd systems, replication patterns, leader selection, clustering, mqtt servers
  • to everything in between: grpc, graphql, restful apis, wsdls, websockets, dsl's and so on
  • all the way to the user interface: mostly react and typescript and the huge ecosystem of tooling around

I guess I just really enjoy building things :)

I worked a lot as a consultant in Brazil.
When moving to The Netherlands, I worked at some cool places like Travix (now https://trip.com and https://cheaptickets.nl) and Framer.

For the past 6 years I've been working at Netflix.
You can check https://armand1m.dev/work for more on that.

I can speak english, portuguese, spanish and my dutch is not amazing but not terrible either.
I write some (mostly non-technical) stuff at https://armand1m.dev/writing

Pinned Loading

  1. papercut papercut Public

    Papercut is a scraping/crawling library for Node.js built on top of JSDOM. It provides basic selector features together with features like Page Caching and Geosearch.

    TypeScript 39 2

  2. react-with-firebase-auth react-with-firebase-auth Public

    Higher-Order Component for integrating Firebase Authentication methods with a React Component through props

    TypeScript 132 31

  3. gringobot gringobot Public

    Bot with utilities for the Telegram Group Programando na Gringa (https://go.d1m.dev/png)

    TypeScript 34 9

  4. golinks golinks Public

    A URL shortener implementation in Next.js and GraphQL.

    TypeScript 21

  5. react-query-filter react-query-filter Public

    [WIP] A query filter builder component in React.

    TypeScript 20 3

  6. Yarn cache compatible Dockerfile Yarn cache compatible Dockerfile
    1
    FROM alpine
    2
     
    3
    RUN apk add --update --no-cache nodejs
    4
    RUN npm i -g yarn
    5