All Blog Posts
Check the latest posts
Weekly Digest #9: Everything you need to know about Deno
May 17, 2020
Deno is a new ECMAScript based runtime (like NodeJS) created by Ryan Dahl (who also created NodeJS)
Tip: list NPM scripts
May 14, 2020
In this quick-tip I will show you how to list scripts from the terminal
Debugging IE11 with VirtualBox
May 12, 2020
A quick setup with virtualbox to test IE11
Weekly Digest #8: On building games
May 10, 2020
Today, I want to share a list of resources I have been bookmarking to help me develop games.
Tip: Syntax Highlighting with BAT
May 7, 2020
Terminal command cat is a standard tool to print file contents to the console. I use it all the time but recently I found bat and it changed my life!
Testing VSCode Extensions with Cypress and code-server
May 5, 2020
There are 4 steps involved in this setup and I’ll explain in detail how to do it.
Weekly Digest #7: On Javascript books
May 3, 2020
Whether you are learning JS from scratch or have been working with it for a while now, I believe you will find great value on the following list of books.
Create Quick and Stunning graphs
Apr 28, 2020
How to use canva to create designs, logos and much more
Weekly Digest #6: Learning Git from novice to expert
Apr 26, 2020
Recently I have been helping to create content to onboard new developers. One of the topics I prepared was Git. I have been using git for more than 12 years, and while doing research I was surprised to learn new things. So I decided to share some useful links with everyone.
React Summit Remote Edition Highlights
Apr 21, 2020
When the year started I was looking to attend to React Summit in Amsterdam. So I was super happy to hear that they were doing a remote edition. Woke up at 5:30 am to attend and it was totally worth it! Specially the workout break!!!
Weekly Digest #5: 100 days of code
Apr 19, 2020
100 days of code was started by Alexander Kallaway in 2016 but recently it has been gaining more momentum (we all know why). Practice is the only way to master any discipline...
Thoughts on Snapshot Testing
Apr 14, 2020
Since I moved to react at work I have been using and trying different testing strategies and I wanted to share some thoughts and best practices around snapshot testing.