-
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.
-
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.
-
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.
-
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.
-
Have you ever stumbled into the 'destructuring' term, much popular in NodeJS? Well, and if I tell you that Python included this functionality since the beggining? If you have some question about it or you have never used it in Python you should take a look at this article, it goes very deep into the subject!