Jayesh Nalawadejayeshdevops.hashnode.dev·Dec 20, 2024Mastering Ansible: Quick and Powerful Ad-Hoc Commands for Efficient AutomationAnsible Ad-hoc commands An Ansible ad hoc command uses the /usr/bin/ansible command-line tool to automate a single task on one or more managed nodes. ad hoc commands are quick and easy, but they are not reusable. you could execute a quick one-liner ...1 likeDevops Learningansible
Shaik Mustafadevops-cicd.hashnode.dev·Dec 20, 2024From Code to Deployment: The Power of Jenkins in CI/CDJenkins is a powerful tool that simplifies the software delivery process. It’s a flexible platform used for a variety of software engineering tasks, but its main focus is managing CI/CD pipelines. Jenkins ensures that code changes are tested, validat...41 readsJenkins
Shaik Mustafamustafas-git.hashnode.dev·Dec 17, 2024Mastering Git: Commands, Workflows, and Real-Life ScenariosGit is a powerful version control system that has become an essential tool for developers worldwide. In this article, we will explore Git's core concepts, commands, and workflows with real-world use cases to help you understand its functionality bett...1 like·159 readsGitHub
Munilakshmi G J100daysdevops.hashnode.dev·Dec 15, 2024Day 50 of 100 Days : Automating CI/CD Workflows with AWS CodePipelineWelcome to Day 50 of My 100-Day DevOps Journey! Today marks a special milestone in my DevOps journey—Day 50! We’re halfway through, and the learning has been nothing short of transformative. Reflecting on the past 49 days, I’ve gained insights into t...AWS
Mohammed Umarumarcode.hashnode.dev·Dec 14, 2024My Week of Beginner-Level DevOps Projects: A Journey into Automation, CI/CD, and Infrastructure ManagementAs a beginner exploring the world of DevOps, automation, and infrastructure management, I decided to dive deep into a series of hands-on projects this week. Each project was designed to strengthen my foundational skills and give me a taste of real-wo...10 likesDocker
Munilakshmi G J100daysdevops.hashnode.dev·Dec 13, 2024Day 49 of 100 Days : Exploring AWS CodeCommitWelcome to Day 49 of my 100-day DevOps journey! Today, we’re diving into AWS CodeCommit, a fully-managed source control service hosted by AWS. It’s an important tool to manage your code repositories securely and efficiently within the AWS ecosystem. ...CodeCommit
Neel Jyotitechandanalyst.hashnode.dev·Dec 13, 2024Edge Computing Meets DevOps: Managing Distributed ArchitecturesIn an era dominated by real-time data processing and connected devices, edge computing has emerged as a game-changer. By moving computation and data storage closer to the source of data generation, edge computing reduces latency, improves performance...Devops
Munilakshmi G J100daysdevops.hashnode.dev·Dec 11, 2024Day 47 of 100 Days : AWS UI, CLI, and APIs – The Secret Ingredients to Mastering Cloud Management!Welcome to Day 47! Today, we’re going to embark on a journey through the AWS universe, where we’ll discover how to use different tools to manage and control cloud resources like a pro! Whether you’re using a fancy interface (the UI), typing commands ...AWS
vikas bhaskar vooradidevjourney.co.in·Dec 10, 2024Blue Ocean in JenkinsBlue Ocean is a modern, user-friendly interface for Jenkins. It's designed to improve the CI/CD experience with an easy-to-use design. It makes pipeline creation simple, provides real-time updates, and works smoothly with GitHub and Bitbucket for bet...Jenkins
Shaik Mustafalinux-series.hashnode.dev·Dec 9, 2024Linux Commands Every DevOps Engineer Must KnowLINUX: Linux is an free and Open-source operating system with high security. Linux is multi user based OS. Operating System: An Operating System (OS) is a software that acts as an interface between computer hardware components and the user. Every com...8 likes·1.9K readsLinux