Archives
Another remote job for me
Two years ago I wrote about quitting a job in a big italian corporation to join a smaller reality that worked in fintech.
10 years around the web platform, what's changed and what's not
In 2006 I was studying web technologies at University. Avilable browsers were Firefox, Opera, Internet Explorer, Netscape on some linux computers.
What I learned by writing my first npm module
Last weekend I wrote a simple module that converts a Javascript array in a HTML table. It’s called Html Table Builder.
Inspiring tech people to follow: Nicholas C. Zakas
Usually in the software engineering world we talk about programming languages, tools and code. Let’s start a different path with my blog and talk about people behind it!
The easiest way to understand Javascript Generators
Generators in Javascript are functions that return an iterator.
Docker cheatsheet
I usually forget everything if I don’t use it that much. Here is a brief list of docker commands learned on the go.
Dovrei imparare Ruby on Rails o NodeJS ?
A questo link su Quora c’è la mia risposta alla domanda: Dovrei imparare Ruby on Rails o NodeJS?
Let's write our simple version of the require() function
You should know that Javascript (better to say EcmaScript) does not specify any function to read and write files.
Javascript: call functions without using parentheses (what?!)
Let’s dig in a not-well-publicized ES6 feature: calling functions without using parentheses.
Symbols & Iterators in Javascript
ES6 introduced the new for ... of
syntax to iterate a collection. Did you know? And how does it work?