Tools that run my digital life

List of tools that significantly helped make my digital life better. ...

September 8, 2022

Git-ting Started

Git is a powerful distributed version control system. I hope this set of notes will be a condensed introduction to git, that helps you gain a better understanding of its beautiful underlying concepts so you don’t need to blindly memorize git’s notorious commands anymore. ...

July 12, 2020

Handling Client GraphQL Authentication using Apollo & Cognito

This past week, I was tackling a problem where I need to authenticate a React client with a GraphQL server using Amazon Cognito and had to handle auto refreshing the expired tokens. ...

June 19, 2020