A Beginner's Guide to GitHub Actions: Stream Your Workflow and Automate with EaseI.GitHub Actions is a super helpful assistant for software developers. It's a tool that automatically does many boring and repetitive tasks so that developers can focus on the more interesting and important parts of their work. Imagine you're working o...Dec 31, 2023·2 min read
Docker Project:Deploying application in Docker Container by creating DockerfileFeb 8, 2023·3 min read
Basic Linux CommandsTouch Command The touch command in Linux is used to update the access and modification times of a file or to create an empty file if it does not exist. Here is the basic syntax of the touch command: touch [options] file Some common options for the t...Jan 3, 2023·5 min read
Basics of DevOpsWhat is DevOps? DevOps is a set of practices that combines Software Development (Dev) and IT Operations (Ops). It aims to shorten the systems development life cycle and provide continuous delivery with high software quality. In other terms, DevOps (a...Jan 2, 2023·3 min read