How to create a table with a fixed headerTables in HTML are one of the older things in the standard, even before CSS we had HTML tables. In …Read more
Soy casi un boomer y consumo Twitch: Mis streams favoritosDisclaimer: Este es mi primer post en castellano en bastante tiempo, el motivo es el contenido del …Read more
How to run GitHub Actions in local with ActGitHub Actions is a powerful tool, you can run tests, build your app, deploy it, even mining …Read more
Simplifying the use of custom a Vue v-modelOne year ago I wrote a post about how to manage your custom v-model in your component (Spanish).The …Read more
Tips using Typescript and VueTypescript is a great “language”, makes it possible to create more maintainable and …Read more
Understanding d3.js - A simple line chartBefore starting is important to say that d3.js is not a chart library is a library for making charts …Read more
Custom SVG icon set management with VueManage an icon set can seem a simple task but can be tricky.First, there a lot of ways to use an …Read more
Deploying a static website in Azure Static Web AppsNowadays JAMStack is trendy because a lot of reasons: performance, security, decoupling, etc. …Read more
2020 in a nutshell2020 is almost complete, and it was a year that we will remember for a long time. I don’t want …Read more
Webkit (Safari) memory leak using SVG filtersThe contextA few weeks ago I was developing a website using NuxtJs (which is not important for the …Read more