Configuring two-way authentication SSL with Apache

A common way to protect a server from the access of malicious is to identify the client; in my opinion, the best way to do that is the mutual SSL authentication. To understand what is the mutual SSL Authentication...

More

My first AngularJS fullstack hello world with Yeoman

After writing about the MEAN stack, I decided to create my first application! Reading on the web I found very interesting programs to easily manage any workspace; I’m talking about yeoman, NPM and bower: Yeoman is “THE...

More

LAMP vs MEAN – Il mondo che cambia

Dopo anni in cui PHP (e lo stack LAMP) ha dominato il mondo del WEB, e la gran parte delle piccole/medie applicazioni utilizzava questo linguaggio…. Un altro stack applicativo si sta imponendo sul “mercato”. L’acronimo...

More

Form validation con Javascript

Sviluppando per gioco applicazioni web senza grandi logiche dietro (e quindi senza l’utilizzo di Framework vari) mi sono imbattuto nel problema della validazione dei FORM. Facendo una breve ricerca su Google, ho notato la...

More