javascript

Posts tagged as javascript

Make your environment variables more robust by making them more fragile

by Kyriakos Chatzidimitriou | Jan 29, 2019 08:39 | tutorials

In this post I explain how I use the "making the software more fragile in order to make it more robust” strategy by Yegor Bugayenko to robustify my node.js apps.

SSL/HTTPS server with Node.js and Express.js

by Kyriakos Chatzidimitriou | Oct 14, 2014 09:56 | tutorials

Tutorial on how to create an SSL/HTTPS server with Node.js and Expressjs

Introductory post: Going MEAN

by Kyriakos Chatzidimitriou | Oct 10, 2014 10:43 | development

Explanation why I choose the MEAN stack for web application development