Blog

Pablo Guevara

Software Engineer

Humanity will find a way

July 18, 2020 • Reading time: 2m

antikythera mechanism One topic that drags my attention is “ancient civilizations” (don’t confuse with “ancient aliens” 👽). I like to think about the idea that there were multiple advanced…

2009 --> 2019

December 24, 2019 • Reading time: 3m

I may be arriving late to the #️⃣ “2009 vs 2019” trend from a few weeks ago. But I just decided to think about all the things I have done in these last 10 years (also, they say each person follows its…

Journal #1

May 18, 2019 • Reading time: 3m

I’m starting a Journal series to write about my personal adventures, experiences and learnings from the week, I haven’t decided yet if I’m going to write on a specific day or it will be random…

Aynchronous code (in JavaScript)

April 04, 2019 • Reading time: 9m

JavaScript has always supported async code (but not multi-threading) using , the principal difference starting with ES6 and later, is the addition of 2 new features to make it easier for developers to…

ES6 (and beyond) new features

April 03, 2019 • Reading time: 10m

ECMAScript is the standard definition of the JavaScript language, although it’s not limited to it, and other languages could be created following the standard, without being called JavaScript. As the…