What’s making me happy 23-04-2017

I wanted to follow Nat’s example for a while, so here we go! This is a collection of small things that made me happy this week. Hopefully those posts will provide some inspiration to others and allow me to better reflect on myself.

Paw is the most advanced API tool I’ve seen so far, it looks like a very good candidate to replace Postman in my tool belt.

What RESTful actually means - interesting article on what makes an API RESTful in practice.

I’m delighted to see that Casey Neistat’s VLOG is back. I find him very inspirational - watching his insane drive makes me want to do more with my life.

After 9 long years since the last chapter of the series, Persona 5 is finally out, can’t wait to play it!

Sword Art Online abridged came to a close with Ep.11. It’s a great parody series and one of the examples where parody (in my opinion, anyway) surpasses the original.

 
1
Kudos
 
1
Kudos

Now read this

GCP SSH autocomplete with FZF and ZSH

I got inspired by AffectV post on AWS SSH completion and decided to write something similar for GCP. Here’s the end result: Prerequisites # You use zsh as your main shell You have fzf and its completion set up Writing the module # First,... Continue →