$ cat ~/wolfe.id.au/index.md

NodeJS

term  ·  2 entries
  1. Getting 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
  2. What 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