term · 2 entries
- 2014-02-013 minGetting a new node project started with npm
The aim of this guide is to get people getting started with Node.js and npm , while also showing some of the handy commands I use to bootstrap my projects. Create your project directory. mkdir npmtest Change to the …
#002 - 2012-10-207 minWhat is HMAC Authentication and why is it useful?
To start with a little background, then I will outline the options for authentication of HTTP based server APIs with a focus on HMAC and lastly I will provide some tips for developers building and using HMAC based …
#001