Engineer @ Form3. UK.
Github: @janakerman
The full code described in this post can be found on Github . As a learning exercise, I wanted to see how I could put together a pipeline…
Working at a company that’s currently undergoing massive growth, I’ve recently taken an interest in the topic of developer productivity and…
This post uses CloudFormation to create a DynamoDB table with a Lambda backed ‘Custom Resource’, to automatically ingest data into the…
If you’ve got relational data, then there is a fair argument that you should use a relational database. However, there’s still a lot of good…
So you’ve started a Serverless project. If you’re anything like me, you’ve thrown together a quick prototype which you’ve been deploying and…
I came across a scenario recently whereby I had a hard requirement to create a fully ready Jenkins container. This meant baking in our job…
This post is going to look at how we can easily implement distributed leadership election using Apache Curator...
Jest provides fast parallelised test running, with a familiar assertion syntax, built in code coverage, Snapshots and more. In this post, I’ll be investigating Snapshots and laying out some thoughts...