Why I migrated my blog to Web Components?April 12, 2020 / 11 minutesWhy did I migrate my blog for the third and last (hopefully) to Web Components? In this article I'll explain why.
Migrating to TypeScriptNovember 19, 2019 / 11 minutesIn this tutorial we will see how to migrate a codebase from JavaScript to TypeScript. We will migrate the code of my talk Advanced JavaScript Pattern (oh the irony, right?). Here you have the repository. You can also watch my talk here in Spanish. Let's start!
Jest AngularNovember 3, 2019 / 2 minutesYou want to change Karma in an Angular application to a better test runner like Jest? Then this tutorial is the one you were looking for!
ThemingJune 6, 2019 / 4 minutesTheming a web with custom properties is as easy as it gets as shown in this article.