Logical assignments in Javascript
Let's discover three logical assignment operators: &&=, ||=, ??=.
Thoughts on what I learn
Let's discover three logical assignment operators: &&=, ||=, ??=.
JS Headless Playlist Player is a javascript library that implements the logic of a playlist player. You provide the graphics the way you want and call the API to play music.
Jest and Puppeteer are two great tools. Together they can satisfy a lot of needs. Testing simple JS is easy, testing complex async scenarios is super hard: by learning these two tools you'll get test superpowers to use in your projects!
Var is deprecated; let and const are introduced with es6. Let's see how to use them
Typescript does not have sane defaults and I had to experiment a lot before finding the right set of options for my projects. Here's a discussion about module, target, outDir, moduleResolution, lib, etc
The command queue pattern allows you to give commands to your library, even if it has still not been loaded. This technique is widely used in advertising.
Starting from 2006, what is changed to the web plaftorm, what we have now and where are we going. Should we leave all the web to only one browser?
I wrote a little browser npm utility just for fun, but the process from code to npm is not so straightforward. Let's have a look at all my mistakes and discoveries.
Usually in software engineering world we talk about programming and not about the people behind it. Let's start a new path talking about Nicholas Zakas, the author of ESLint!
Let's have a look at generator functions in JS.
NodeJS was the first environment to offer a way to read files and organize code in modules, thanks to the require() function. But how does it work? Let's have a look.
A nice to know feature, good for impressing others
Let's have a look at Symbols and iterators in Javascript.
Features that are very handy in Object Oriended Javascript: getters & setters, and static methods.
Impressioni su React dopo un mese di lavoro.
Quali saranno i prossimi trend JS del 2018? Ripartiamo dalle buzzword del 2017.
A super brief description of what is VueJS, and how easy it is to get in.
VueJS è uno dei front-end framework che sta provando a guadagnarsi uno po' di spazio: dalla sua ha la velocità e la semplicità.