List of Posts
Markdown parser with unified pipeline
Read Post
Get Gmail notifications using an AWS lambda
The one where we use an AWS lambda to receive notifications when a message is posted in your gmail inbox
Read Post
Use the node gmail API to access your mailbox
The one where we use the gmail node API to send emails from the command line
Read Post
HTTPS for your local endpoints for less than $1 a month
The one where we setup a public https URL to expose your local endpoints to the Internet.
Read Post
How to run a git server on your local machine
The one where we install a git server locally using Docker.
Read Post
How to create a resume with Gatsbyjs
The one where we build an online resume on Netlify using a JSON file and Gatsby
Read Post
Gatsby playground
The one where we show that Gatsby is in fact an application server
Read Post
Oops - wrong commits to master
The one where we fix a bad commit pushed to quickly on master
Read Post
The git staging area
The one where we explore the git staging area
Read Post
Behind the scene: git rebase
The one where we use rebase to avert the end of the world.
Read Post
Behind the scene: git clone
The one where we do out first git clone
Read Post
Behind the scene: git branch
The one where we create our first git repo and see what happens in our file system
Read Post