PinnedGerardo Fernández·Mar 4, 2023A history of JavaScript (I)A step-by-step review of the main JavaScript-based frameworks and how they have influenced the way we build web applications.
PinnedGerardo Fernández·Nov 15, 2020PHP 8. Todas las novedades de esta nueva versión (I)Un repaso a fondo de las novedades que tendremos disponibles a partir del 26 de noviembre para trabajar con PHP.
Gerardo Fernández·May 10, 2023Embracing Array Immutability with Copy ChangesA New Chapter in JavaScript. 2023A response icon1A response icon1
Gerardo Fernández·May 2, 2023Demystifying Defensive Programming: A Modern Approach to Bulletproof CodeIs it a myth? A sophisticated way of programming? Or an obsessive concern for errors?
Gerardo Fernández·Apr 4, 2023A history of JavaScript (II)And then came Webpack, ES6, and ReactJS. And everything changed.
Gerardo Fernández·Feb 3, 20235 habits to enjoy workEnjoy every day at work: 5 key habitsA response icon2A response icon2
Gerardo Fernández·Jan 24, 2023React. What is a “rerender” (I)In this article you will be able to learn everything behind a “rerender” in React: what causes them, how to avoid them, and patterns and…A response icon1A response icon1
Gerardo Fernández·Jan 9, 2023The SOLID principlesThe SOLID principles explained in detail for the development of maintainable and robust applications
Gerardo Fernández·Nov 8, 2022Happy Birthday TypeScriptOn October 1, 2012, Microsoft released the first version of TypeScript, a language built on top of JavaScript that would revolutionize the…A response icon1A response icon1
Gerardo Fernández·Sep 21, 2021Capítulo 6. Lo que aprendí de DDD. Módulos y Bounded ContextsDDD favorece la agrupación de nuestros archivos por conceptos específicos de nuestro dominio, definiendo módulos y bounded contexts.