Archives
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?
Things you may not know about Object Oriented Javascript (Es6)
Hi there! Let’s try to create a simple Group
object, very similar to the existing Set
object in Javascript. Here’s the specification for this Abstract Data Type:
"ma... cosa intendete per testing?" - una breve introduzione al testing software
Mi chiedeva Emanuele su Quora:
Handling configuration for multiple environments in NodeJS
Imagine you have a NodeJS app you’re writing, and this app runs on several different environments:
Designing the documentation for a tech product
What makes a product a great product?