Abhayabhayit2000.hashnode.dev·Nov 19, 2024Continuous Integration Testing - GuideContinuous Integration (CI) stands as a pivotal force in the ever-evolving realm of software development, seamlessly intertwining with DevOps and Agile methodologies. The essence lies in developers integrating code changes multiple times daily, ensur...Discuss·89 readscontinuous integration testing
Kieran LoweProkieranlowe.io·Nov 19, 2024Implementing Self-Hosted GitHub Action Runners using AWS CodeBuildI saw an interesting announcement from AWS What’s New? some time back regarding GitHub Actions and native AWS CodeBuild integration. This allows you to use AWS CodeBuild to be the compute for your self-hosted GitHub Action Runners. Let’s dig in! What...Discuss·86 readsOne-Offsopentofu
Munilakshmi G J100daysdevops.hashnode.dev·Nov 18, 2024Day 23 of 100 Days: CI/CD Basics: Setting Up a Simple Pipeline in Jenkins (Let's Automate!)Hello there, budding DevOps engineer! 🎉 Are you ready to explore the exciting world of Jenkins and CI/CD? Jenkins is your automation wizard, helping you build, test, and deploy code effortlessly. Let’s create a fun pipeline to say "Hello, World!" wh...Discussci-cd
Md Afrozday-23-task-jenkins-freestyle-project.hashnode.dev·Nov 15, 2024Day 23 Task: Jenkins Freestyle Project for DevOps EngineersSteps for Task 1: Automate Docker Build and Run in Jenkins Create a Freestyle Project in Jenkins: Go to New Item in Jenkins, create a new Freestyle Project, and name it something like FlaskApp_Build_Run. Source Code Management: In the Jenkins pr...DiscussDevops
David Montesdeocablog.davidmontesdeoca.es·Oct 28, 2024The one about linting in a legacy Ruby projectPreviously, I mentioned that I recently started working on a new project. New for me, of course. The platform of this American fintech consists of many applications developed in multiple programming languages, but mainly in Ruby. There are several de...Discussstandardrb
Victor Uzoagbavictoru.hashnode.dev·Oct 28, 2024Cost-Effective Scheduling and Queue Management in Semaphore CI/CDIn today's DevOps landscape, optimizing CI/CD costs while maintaining efficient delivery pipelines has become increasingly crucial. Organizations running hundreds or thousands of builds daily face significant challenges in managing their CI/CD resour...Discusssemaphore
Utsav Sonkarsigmadevutsav.hashnode.dev·Oct 27, 2024Get Started with TERRAFORM: Basic to IntermediateWelcome to Week 11 of my ‘Learn in Public’ journey! 🚀 This week, I’m diving into Terraform, a powerful Infrastructure as Code (IAC) tool that allows you to define and provision infrastructure using simple configuration files. Terraform enables autom...DiscussDevOps Basics in 3 MonthsDevops
Rory Murphyapidna.hashnode.dev·Oct 25, 2024CI/CD Pipelines with Autonomous Agents for API IntegrationsContinuous Integration and Continuous Deployment (CI/CD) pipelines are the backbone of modern software development, automating testing and deployment to ensure code is always ready for release. In API integrations, these pipelines are especially val...DiscussAPIs
Sam Atinksonsamatinkson.hashnode.dev·Oct 24, 202411 Popular Tools That Enable CI/CD You Need For DevOpsContinuous Integration and Continuous Deployment are two essential concepts in the DevOps world. They aim to enhance the efficiency of the software development process, reduce lead times, and improve software quality. This article will discuss the to...DiscussCI/CD tools
Utsav Sonkarsigmadevutsav.hashnode.dev·Oct 20, 2024Get Started with KUBERNETES(Including HELM): Basic to IntermediateWelcome to Week 10 of my ‘Learn in Public’ journey! 🚀 This week, I’m excited to explore Kubernetes, one of the most powerful tools for managing containerized applications across multiple hosts. Kubernetes automates deployment, scaling, and managing ...DiscussDevOps Basics in 3 MonthsDevops