Log Rotations in LinuxWhat is Log Rotation ? Log rotation is a process used to manage and maintain log files generated by software applications or system processes. The basic idea behind log rotation is to prevent log files from growing indefinitely, which can consume dis...Apr 19, 2024·4 min read
Getting Started With JenkinsWhat is Jenkins ? Jenkins is an open-source automation tool widely used for continuous integration and continuous delivery (CI/CD) of software projects. It helps developers automate the process of building, testing, and deploying code changes to prod...Jul 28, 2023·3 min read
Create CI/CD Pipeline of a web-app using Github, Jenkins, AWS and Docker.This Blog helps you to create the CI/CD Pipeline of Web-Application named "Todo-List" to your Github Repository and Jenkins and also a Docker Image. Steps to Create the Pipeline : \>>> 1. Run the code on local computer Check the code is properly run ...Apr 21, 2023·8 min read