Skip to content
View armand1m's full-sized avatar

Organizations

@Netflix @Netflix-Skunkworks @frintjs @perry-js
Block or Report

Block or report armand1m

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
armand1m/README.md

I'm a Brazilian Software Engineer living in Amsterdam since 2018.

As of Q1 2024, I'm still working at Netflix as a Software Engineer for 4 years.

I'm one of the moderators at Programando na Gringa: a safe virtual space to talk about immigrant and expat life and for Brazilians looking to learn more about working abroad with tech with other Brazilians who have been doing this for years.

What I am focusing on at work

  • Building Touchstone, a new data platform that aims to power all applications and services related to device certification, payment integration, and device experiences at Netflix.

Learning and Side projects

  • Building utilities to help me achieve a more productive and disciplined lifestyle
  • Contributing to open source projects that I am interested about
  • Learning Haskell and Rust because I find both fun
  • Building split mechanical keyboards from time to time
  • Playing guitar and producing music in my free time

Pinned

  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 35 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 129 32

  3. gringobot gringobot Public

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

    TypeScript 33 9

  4. golinks golinks Public

    A URL shortener implementation in Next.js and GraphQL.

    TypeScript 19

  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