Library
All the video learning materials I have published.
-
Productivity with Containers - Backend Development with Containers
Published: at 05:54 AMIn this video, I share how I setup postgres database and redis in memory cache on my machine using docker containers. As a software developer particularly when developing backend services, you would not want to spend so much time on setting up database and memory cache services on your machine. Docker containers provide "out-of-the-box" like services that developers can set up in a matter of minutes.
-
AWS & Terraform: Creating and Managing EC2 Instances without PEM files
Published: at 05:53 AMThis episode shows how to create AWS EC2 Instances using Terraform.
-
AWS & Terraform: Wordpress Infrastructure with Docker in EC2 and Aurora Serverless
Published: at 05:53 AMThis episode shows how to setup infrastructure for wordpress website using ec2 instance and AWS Aurora Serverless.
-
How to setup Website using Cloudfront and S3 Bucket
Published: at 05:53 AMThis episode shows how to create secure static website using AWS Cloudfront and S3. This episode shows how to write all the required infrastructure resources using Terraform.