Amazon kinesis Firehose simple setup

6th December 2018

Requirments nodejs yarn or npm (We will use yarn) git AWS Account Initial Setup First lets create a working directory Now lets initailze a new npm package Lets add babel into the mix because we want to write es6 we also need to create a file with…

Gatsby v2 part 1

5th December 2018

Introduction Gatsby is a static PWA generator with no hustle. It's powered by some tools you may know: React GraphQL Webpack Requirments Node.js npm or yarn (we will use yarn) Git Installing Gatsby Check if yarn is installed: This should output…