Yearly Archives: 2020

Home2020

NoSQL Design for DynamoDB

NoSQL database systems like Amazon DynamoDB use alternative models for data management, such as key-value pairs or document storage. When you switch from a relational database management system to [...]

NoSQL Design for DynamoDB2020-12-08T01:18:27+05:00

Managing backend requests and frontend notifications in serverless web apps

Web and mobile applications usually interact with a backend service, often via an API. Many front-end applications pass requests for processing, wait for a result, and then display this [...]

Managing backend requests and frontend notifications in serverless web apps2020-09-30T01:42:39+05:00

AWS Batch and Docker Image

Docker enables you to create highly customized images that are used to execute your jobs. These images allow you to easily share complex applications between teams and even organizations. [...]

AWS Batch and Docker Image2020-04-16T20:15:14+05:00
Go to Top