Managing your Node.js versions

At times when you’re working on multiple projects and each of them have a dependency of a different version of Node.js, this can be very frustrating. This is where the Node Version Manager (nvm) steps…

Similar

My Adventures with S3 and Node JS

It started with an out of the blue meeting where I was assigned a task to fetch data from a S3 bucket with data stored as csv files, delete the downloaded files, process the data, hit some internal APIs in a throttled fashion, get the output (both success... (more…)

Read more »

Getting Started with AWS Lambda and Node.js

Once upon a time, not so long ago, a word caught my ear. Lambda. That struck a chord, remembering the good old days of playing Half-Life as a kid. Little did I know what AWS Lambda was, and how incredibly awesome it is. If you're intrigued, stick around. ... (more…)

Read more »