Alain D'Ettorre

Alain D'Ettorre @alaindet

About: Senior Frontend Developer, M.Sc. in Earth Science, Pokémon Trainer est. 1998

Location:
Italy
Joined:
Mar 7, 2020

Alain D'Ettorre
articles - 9 total

Queues in JavaScript

When it comes to the FIFO (First In, First Out) data structure commonly referred as a queue,...

Learn More 0 0May 1

[NYCR 2024] New Year's Coding Resolutions 2024

Maybe I'll read this in a few months and laugh. But here I am, sharing a wishlist of small and big...

Learn More 1 1Dec 30 '23

Offline Video Player is here

[EDIT] Support for subtitles added Offline Video Player is a new Express MVC application allowing yo...

Learn More 3 1Feb 7 '21

How to test all HTTP status codes (and have tea)

httpstat.us is the perfect website for trying and learning any HTTP status and its meaning. You want...

Learn More 1 0Dec 8 '20

Please, manage your z-index

If you've ever worked on a medium to big project I'm sure you know how painful it is to work with z-i...

Learn More 28 0Jul 16 '20

Immutability and you: Part 3

In this article we're going to see how you can change an object immutably Add new propertie...

Learn More 6 0Jul 9 '20

Immutability and you: Part 2

In this article we're going to see how you can change an array immutably Add new values at...

Learn More 5 0Jul 9 '20

Immutability and you: Part 1

The problem Consider something like this const a = [1,2,3]; const b = a; a.push(4); cons...

Learn More 6 0Jul 9 '20

Meet Sass Pal.

So, SASS has variables, mixins, functions, parent selectors, nesting. Cool. That gives developers mor...

Learn More 4 0Jun 25 '20