How To Confirm Quality of Serverless API build with DynamoDB and AWS Lambda

24 September 2020

Serverless technologies are the easiest solution for delivering scalable and robust application programming interfaces. Engineering teams are empowered with a capability of crafting world class interfaces without excessive management of the infrastructure and worrying about operations. An automated delivery accomplished by the Infrastructure as a Code is the only right...

A Simple Strategy on Continuous Software Delivery.

01 July 2020

Modern software engineering is talking about Continuous Integration, Continuous Delivery and Continuous Deployment. Why should we distinguish them? “Everything is Continuous” defines a right philosophy, commitment and simple strategy that ensures the always ready state of your code. It also implements pipelines to deploy every commit straight to sandbox with...