Blog Page 7
Explore my articles and insights.
-
-
Custom SVG icon set management with Vue
Manage an icon set can seem a simple task but can be tricky. First, there a lot of ways to use an…
-
Deploying a static website in Azure Static Web Apps
Nowadays JAMStack is trendy because a lot of reasons: performance, security, decoupling, etc.…
-
2020 in a nutshell
2020 is almost complete, and it was a year that we will remember for a long time. I don't want to be…
-
Webkit (Safari) memory leak using SVG filters
THE CONTEXT A few weeks ago I was developing a website using NuxtJs (which is not important for the…
-
Talk: Creating your own Vue UI components library: From scratch to NPM
Past September 29th I did a talk about how to create your own Vue UI components. I explained some…
-
Automate the startup of your projects with yarn create and SAOjs
Start a project in any language, framework, etc it's not as simple as it seems. I mean, usually, the…
-
How Vue's reactivity works (I): Object.defineProperty
Maybe you don't need to know how Vue reactivity works under the hood to make Vue apps, but anyway it…
-
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…
-
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…