Featured Article

test

JAVASCRIPT

Event Loop in JavaScript

4/20/2023

To be a developer is not only to write code but also to know how the code written will be executed in it's runtime environment. In this post I'll be explaining how event loop works in JavaScript and the evolution of asynchronous functions from callbacks to promises.

Latest Articles

test

API with Laravel - part 1

3/9/2025

Never dived into PHP further than Wordpress and LAMP stack configurations. My earlier steps as a developer were defined by Python and NodeJS but PHP was always in my radar. This article is about my own discoveries with PHP and Laravel.

Read More

test

Angular Patterns

10/12/2023

I've never used Angular before. It's the first time that I'm adventuring into the Angular ecosystem and I'm already amazed by the organization of the code and the interesting patterns that React users might struggle at first.

Read More

test

Abstract Class

4/30/2023

One of the most complex aspects of the Object Oriented Programming paradigm is the concept of an Abstract Class. This article was written because at some point of my career I had to explain to a co-worker that a Superclass is not a class that is very big.

Read More