API Test Automation

APIs are an integral part of software development in any small/mid/large scale application. This means that testing of these APIs will dramatically improve the efficiency of the entire application.

There are several benefits to API Testing, including:

Deploy ECR-Based AWS Lambda

AWS Lambda is one of the most popular FaaS (function as a service) platforms out there. Its serverless capabilities and low cost per execution make it a go-to service for developers globally. Lambda supports multiple framework applications and multiple deployment models, and it helps developers customize their networking, permissions, and concurrency configurations.

When we talk about multiple deployment models in Lambda, container image-based deployments are one of the most popular ways to deploy their application on Lambda packaged into an image. With the benefits of containerization, developers can easily deploy applications by providing application dependencies in their application's Docker image instead of mentioning their dependencies and configuration separately in their Lambda. 

Understanding Docker Concepts

Hey guys,

As a fresher, I faced a lot of challenges understanding docker concepts like how docker containers work and what they actually are. But as I grew and practiced Docker and its concepts I understood their actual meaning and how they form and how they actually are managed. Through this above video, I have tried my level best to give it a try to make you guys understand what docker container actually means and some basic docker command to shoot. Please avoid the audio quality as I made the entire video with minimum equipment.