Library
All the video learning materials I have published.
-
Writing Terraform Code for AWS VPC and Public Subnet
Published: at 09:19 PMThis video shows how infrastructure code is written in terraform to setup AWS VPC and all the underlying resources to setup public subnet.
-
How to use git, git hook and github repository
Published: at 03:37 AMThis episode shows the use of git in creating a repository to track versions of code changes on a local machine. It provides information on how Visual Studio Code is used in line with git. It also shows how Oh My Zsh terminal provides useful information to indicate git activities involving staging and committing changes to a local repository. This episode also covers creation of remote repository using Github to persist code and synchronising both local and remote git repositories.
-
Using ASDF to manage versions of tools and programming language frameworks
Published: at 10:33 AMThis episode shows how to install and configure ASDF to manage development environments with different versions of tools and/or programming language frameworks.
-
Setting up Visual Studio on Windows with Extensions for Productivity
Published: at 09:31 AMThis episode on Back to Basics on System Tools shows the installation and setup of Visual Studio Code on Windows machine. This episode also shows how to install visual studio code theme and extensions that are relevant to writing terraform infrastructure code and some other extensions for productivity. This episode also shows how to configure/setup Terminal integration with Visual Studio Code.