Recent Posts

TypeScript types cheat sheet

6 minute read

This post is a collection of the available TypeScript types, examples of their usual use, and JavaScript outputs.

NodeJS general guide

3 minute read

This post is a collection of notes related to general overview and guides of Nodejs.

Class, extends and super in JavaScript

1 minute read

Classes were introduced to JavaScript in ECMAScript 2015. Even though it was about 5 years ago, I still want to drop a quick note about this feature.