10 years around the web platform, what's changed and what's not
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?
Thoughts on what I learn
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.
A docker cheatsheet with stuff I learn on the job
Qual è la differenza tra Ruby on Rails e NodeJS? RoR è un framework per creare webapp, mentre NodeJS è principalmente un environment lato server. Ha senso imparare RoR oggi?
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.