Our articles are published on
Medium, we write for free and only Medium through the
Medium Partner Program allows us to get a remuneration for the commitment.
The links of Medium that we provide guarantee everyone free access to all our articles.
Animate your pages when an element is visible in the viewport with pure JavaScript
Luca Spezzano
-Feb 16, 2021
Let’s see what is the best way to pass data between components
Luca Spezzano
-Oct 26, 2020
Let’s see in which cases we need to use a state management pattern like Vuex
Luca Spezzano
-Sep 1, 2020
A great way to create a simple modal from scratch
Luca Spezzano
-May 6, 2020
A quick comparison of the most popular Vue.js frameworks
Luca Spezzano
-Feb 12, 2020
The future of frontend development
Luca Spezzano
-Dec 10, 2019
and you should start using
Luca Spezzano
-Dec 3, 2019
I changed the way I use CSS thanks to Tailwind
Luca Spezzano
-Nov 19, 2019
Understanding when to use watchers instead of computed and vice versa
Luca Spezzano
-Nov 19, 2019
Discover how to make a progressive web app in 5 mins and why you need it
Luca Spezzano
-Nov 16, 2019
Reduce your CSS files more than 60% during your development workflow with Purgecss.
Luca Spezzano
-Nov 15, 2019
10 companies that have already chosen this JavaScript framework
Luca Spezzano
-Nov 14, 2019
From the Idea to the Prototype in Four Days
Luca Spezzano
-Nov 12, 2019
Let’s understand how and when to use them with handy examples
Luca Spezzano
-Nov 12, 2019
The Difference with Handy examples
Nicola Solazzo
-Nov 5, 2019
Let’s Create Amazing Animations with the GreenSock Animation Platform
Luca Spezzano
-Oct 30, 2019
The New Web Stack Based on JavaScript, APIs, and Markup
Luca Spezzano
-Oct 29, 2019
Autoprefixer makes the life of frontend developers much easier
Luca Spezzano
-Sep 24, 2019
If you are a frontend developer you know how difficult is to test the code on windows especially if you are working on macOS.
Nicola Solazzo
-Sep 6, 2019
Let’s understand the difference and which one to use.
Luca Spezzano
-Aug 29, 2019
It’s essentially just a sequence of tasks that are performed automatically and generate the files ready to be deployed. We are going to implement a CSS build process that will compile Sass, prefix and compress our CSS.
Luca Spezzano
-Jul 11, 2019
Writing good CSS code started to be a common foundation for large projects, as every other programming languages we often have different problems such as over-engineering, overwritten code, hard debugging, no comments, messy code, no best practice considered etc.
Luca Spezzano
-Oct 10, 2018
If you have a RecyclerView that can display data both in a grid and a list you may think about making transition between them animated. And this article shows how to achieve this easily.
Alla Dubovska
-Oct 8, 2018