Stories from an Italian Software Engineer
Gmail signature
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:
Python - validate command line args
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.
Python - command line interface
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 minutes spent trying to understand how to use it, I gave up.
[Ita] Redis - introduzione
- Quali sono le particolarità di Redis?
- Quando conviene usarlo?
- Come lo installo?
- Come lo uso in nodejs?
[Ita] Expressjs - Api per risorse
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 l’applicazione con curl.
[Ita] Expressjs - Le rotte
Definire le rotte in express, il pattern e i metodi che possono essere utilizzati, le etichette e le espressioni regolari
[Ita] Expressjs - middleware
Una breve introduzione ai middleware di expressjs, è possibile consultare la documentazione ufficiale su http://expressjs.com/2x/guide.html#middleware
[Ita] Nodejs - strumenti utili
Avevo promesso un video di approfondimento su express ma ho preferito prima presentare due strumenti che potranno esserci molto utili durante lo sviluppo.
[Ita] Nodejs - log eccezioni inattese
Nella pillola precedente (uncaught exception) abbiamo visto come evitare interruzioni inaspettate del servizio.