It has been almost a decade since I started working with web
servers, and nowadays, web development has shifted towards the
cloud. We deal a lot with lambda functions, microservices, and more
decoupled functionalities. This type of environment interests me,
and the purpose of this page is to share my thoughts regarding web
technologies and their ecosystem, such as project structures, design
patterns, and programming languages.
I hope that you find something interesting, and please feel free to reach
me at my e-mail address.
"Whatever fortune brings,
Don't be afraid of doing things"
- Herman Melville
Featured Article
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
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
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
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
Latest from Mastodon