Let's Dockerize a ApplicationContext In previous blog we looked at Docker fundamentals , Docker Architecture , Docker Work flow etc. You can find the blog here . In this blog we will go through some basic docker command and Dockerize a application. We have basic Docker Work Flow...Sep 23, 2024·6 min read
Shell Scripting: Part 2Shell scripting is automating our day to day linux activities. We write lines of shell commands for Unix based Operating SystemJun 22, 2023·4 min read
Git and GitHub :The BasicsGit is a distributed version control system that works on providing solution to problems like sharing of code , versioning etc.May 23, 2023·2 min read
AWS project Using Shell Scripting for Tracking AWS ResourcesIn this project we will be monitoring Basic AWS resources like Listing s3 Buckets, AWS EC2 instances, AWS Lamda Functions, AWS IAM UsersMay 21, 2023·2 min read
How to create a AWS Virtual Machine (AWS EC2 Instance)We can create virtual machines using automation. AWS provides us a way to automate creation on thousands of virtual machines using AWS API also known as AWS EC2 API. Without doing the manual effort of always going to the AWS web console and creating ...May 15, 2023·6 min read