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 …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 context A few weeks ago I was developing a website using NuxtJs (which is not important for the …Read more
Talk: Creating your own Vue UI components library: From scratch to NPMPast September 29th I did a talk about how to create your own Vue UI components. I explained some …Read more
Automate the startup of your projects with yarn create and SAOjsStart a project in any language, framework, etc it’s not as simple as it seems. I mean, …Read more
How Vue's reactivity works (I): Object.definePropertyMaybe you don’t need to know how Vue reactivity works under the hood to make Vue apps, but …Read more
Is know how to search on Google a skill?Most of us do search on Google every day, maybe looking for a website, for news, for an address, for …Read more
What is VuePress and why you should use it to document your project?VuePress defines itself as a Vue-powered Static Site Generator. In other words, is a tool to create …Read more