Recent Posts

Use the right tool for the right job

2 minute read

So, you are a software developer and have computer to code, so what’s wrong with that? Well, I will tell you that writing code is a craft. You create code wi...

Console.log like a pro!

1 minute read

We have a lot a tools to debug our applications but the most beloved is with no doubt using console.log, something like this:

ECMAScript 6 Imports in Node.JS

1 minute read

Lately I’ve been into NodeJS, I worked with Node a year ago but back then I was working on a project using a headless CMS and basically what we had to do was...