Shayan Shafiee Moghadamshayan-tech-diaries.hashnode.dev·Oct 17, 2024Dagger: The CI engineI was recently introduced to Dagger by my tech lead. Dagger is a CI tool created by Solomon Hykes, who is also the founder of Docker. I listened to his interview on the Kubernetes Podcast, and several aspects about the motivation behind Dagger caught...Discussci-cd
Vidhulavidhula.hashnode.dev·Sep 5, 2024Continuous integration basics and QodanaContinuous Integration Continuous Integration (CI) is a software development practice where developers regularly integrate their code changes into a shared repository. Each integration triggers an automated build and testing process, allowing teams t...Discuss#Qodana
Victor Uzoagbavictoru.hashnode.dev·Sep 2, 2024Right-Sizing Your CI Resources: A Guide to Semaphore Machine TypesIn today's cloud-native world, optimizing CI/CD resources isn't just about speed—it's about finding the sweet spot between performance and cost. Many organizations struggle with over-provisioned or under-provisioned CI resources, leading to either un...Discussoptimization
Abdul Rafay Khanabdulrafaykhan.hashnode.dev·Sep 1, 2024Automate Your Software Development Workflow with DevOps EssentialsIn the rapidly evolving world of software development, DevOps has emerged as a crucial practice that bridges the gap between development and operations teams. The core principles of DevOps emphasize collaboration, continuous integration, and delivery...Discusstools for devops
Hema Sundharam Kollahemasundharamkolla.hashnode.dev·Aug 2, 2024Mastering CI Pipelines: A Beginner's Guide with Azure DevOpsWhat we will create in this guide? Azure DevOps Account. Azure Container Registry. Cloning the Git repo into the Azure DevOps platform. Creating a VM. Writing the Docker files for the cloned repo. Running the pipelines, ensuring continuous int...Discuss·31 readsAzure Pipelines
Navraj Singhnavraj-blog.hashnode.dev·Jul 8, 2024Build a Github Actions Workflow Pipeline From Scratch ( CI/CD )Our project Project is just a simple react webpage nothing much. This project contains test file to test the code in project and lint command in package.json to lint the code, we will talk about this in later sections. We will together take this pro...Discuss·1 like·57 readsCI/CD In Github Actions By Navrajci-cd
Sundar blogsundarpalanivel.hashnode.dev·Jul 1, 2024Jenkins Pipeline and CI/CD using UbuntuCreate Ubuntu VM using AWS EC2 Enable 8080 Port Number in Security Group Inbound Rules Connect to VM using MobaXterm update Install Java Check java version Install Jenkins update install jenkins Enable jenkins Start jenkins Verify jenkins A...DiscussJenkins Pipeline and CI/CD using Ubuntu
DevOpsheliandevopshelian.hashnode.dev·Jun 27, 2024Continuous Delivery (CD) and Continuous Deployment (CD)Introduction Continuous Delivery (CD) and Continuous Deployment (CD) are key practices in the DevOps methodology, focusing on automating the release process to deliver software efficiently and reliably. While they are closely related, they serve dist...Discusscd
DevOpsheliandevopshelian.hashnode.dev·Jun 16, 2024Understanding Continuous Integration (CI) in DevOpsIntroduction Continuous Integration (CI) is a fundamental practice in DevOps that involves automatically integrating code changes from multiple contributors into a shared repository multiple times a day. By automating the integration process, CI help...DiscussDevops
William Mainawilliammaina.hashnode.dev·May 18, 2024Continuous Integration and Continuous Deployment (CI/CD) toolsContinuous Integration and Continuous Deployment (CI/CD) tools are essential for modern software development, enabling teams to automate their build, test, and deployment processes. Here’s a comprehensive comparison of some popular CI/CD tools: Jenki...Discusswebdevelopment