GAGovarthan Aingovarthan.hashnode.dev·Mar 27, 2023 · 5 min readWhat is Jenkins and How to Set up JenkinsHey all, In this blog, we're going to see what is Jenkins why it is used in the IT world and how to set up Jenkins on a local machine using docker Let's get started... Introduction: If you are a software developer or a DevOps engineer, you might have...01P
GAGovarthan Aingovarthan.hashnode.dev·Mar 8, 2023 · 4 min readContainerization of Django ApplicationHey all, The purpose of this blog is to demonstrate how a Docker file can be used to containerize a Django application. By exposing the port, we can access the application in the network Pre-requisite: Have the repo in your host machine Docker sho...00
GAGovarthan Aingovarthan.hashnode.dev·Mar 6, 2023 · 5 min readGitHub API Integration Module ScriptHello All, so in this shell script, we will interact with the GitHub API to retrieve user and repository details. using this script, we can get repository detail which is under a particular group or member Use Case: Within an organization, we can use...00
GAGovarthan Aingovarthan.hashnode.dev·Feb 23, 2023 · 5 min readScript to report the resource usage in AWSThis is a simple shell script that will help us to fetch resources from AWS Account. Using this script in our organization, we can track our resource usage so that we can limit unwanted resources to avoid bills. However, there will be a few prerequis...00
GAGovarthan Aingovarthan.hashnode.dev·Jan 9, 2023 · 3 min readAnother 10 Commands of LinuxHey peps, Welcome back to my other blog, Will start now with another 10 Linux commands, which will be very useful for beginners who started their Linux journey 1. find So, This find command mostly used to find particular files/folders based on patter...00