Library
All the video learning materials I have published.
-
Vulnerability Scan on Python Modules with Snyk and Docker
Published: at 10:37 AMThis episode shows how to setup stages in a Docker configuration file to be able to run vulnerability and security scan on python module dependencies.
-
How to write Terraform Code for AWS Elastic Beanstalk Infrastructure
Published: at 11:49 PMThis episode will show how AWS Elasticbeanstalk is setup using terraform to orchestrate the underlying infrastructure for the Event Driven application.
-
How to build and publish Docker Image with Terraform and AWS ECR
Published: at 11:33 PMHow to implement infrastructure code in Terraform that will take care of triggering a build on docker image and publishing the image to AWS ECR.
-
Docker Configuration Refactoring, Multi-Stage Layering and Non-Root Docker Container
Published: at 07:39 AMThis episode works on a number of refactoring in the application but mostly changes to Docker Configurations to refactor the setup, create multi stage layer and update docker configuration to ensure non-root user is used at container runtime.