Browser as notepad
From time to time, I need to note something down, from a snippet of code to some lorem ipsum. Of course, I can open a text editor and paste the text there but is it worth keeping …
Long-form articles, practical guides, technical notes, and experiments.
From time to time, I need to note something down, from a snippet of code to some lorem ipsum. Of course, I can open a text editor and paste the text there but is it worth keeping …
Are you running a 64bit linux flavor and you are having problem to connect to a Juniper vpn system, even using a 32bit firefox with a 32bit jre plugin as many online pages suggest? …
I do a big use of shell scripts, and many of them contain a for loop, do you know what normally happen when you press CTRL^C and the script is executing an action inside the loop?
For a while I had no signature on my email then I started to add a simple “Luca Lanziani” and now I have the following format:
Ok, in the last article I’ve shown you a tool to write a nice command line interface, but it doesn’t help you on validation.
How to write a better command line interface with python. Writing the Nth python shell script I found myself looking again at the documentation of argparse, A NIGHTMARE. After 15 …
Quali sono le particolarità di Redis? Quando conviene usarlo? Come lo installo? Come lo uso in nodejs?
Vediamo come è possibile combinare quanto visto fin’ora per creare 5 semplici rotte che permettano di fruire di una risorsa. Introduciamo il metodo param e testiamo …
Definire le rotte in express, il pattern e i metodi che possono essere utilizzati, le etichette e le espressioni regolari
Una breve introduzione ai middleware di expressjs, è possibile consultare la documentazione ufficiale su http://expressjs.com/2x/guide.html#middleware