Vaidansh BhardwajforKubesimplifykubesimplify.hashnode.net·May 12, 2022Introduction to CI/CD & CI/CD PipelineWith the ever-evolving tech industry, it's crucial to deliver bug-free code expeditiously, this is where a CI/CD pipeline plays a pivotal role. But what is CI/CD, let's learn about it in this blog. Overview Firstly, CI/CD stands for Continuous Integr...Sreekesh Iyer and 5 others are discussing this6 people are discussing thisDiscuss·87 likes·10.5K readsCI/CD
Victoria Lovictoria.hashnode.net·Sep 29, 2020The DevOps Finale: Continuous DeploymentWelcome back to the finale of The DevOps Series with Buddy. This series has been a delight to write, as we cover essential DevOps concepts such as Continuous Integration, Continuous Delivery and Automation, and how to implement them with Buddy CI/CD....Tapas Adhikary and 1 other are discussing this2 people are discussing thisDiscuss·74 likes·1.2K readsThe DevOps Series with BuddyDevops
Alan Fernandezsolveforx.hashnode.net·Feb 21, 2021Featured10 minute CICD setup in Google CloudSetup CloudBuild is great. They're currently offering 120 minutes free each day of build time + their built in images allow us to quickly setup a pipeline to meet our CI/CD needs. In this particular article we are setting up a Node project to be pub...Catalin Pit and 2 others are discussing this3 people are discussing thisDiscuss·73 likes·383 readsgoogle cloud
Chavez Harriscodedbychavez.hashnode.net·Apr 8, 2023Using feature flags in your CI/CD pipelinesContinuous Integration and Continuous Development/Deployment, most commonly abbreviated as CI/CD has changed and improved the way modern software is developed and shipped. When compared to traditional approaches which had a definite end, the CI/CD pr...DiscussFeature Management
Muhammad Shahyaniamshayanrana.hashnode.net·Apr 2, 2023DevOps/Week3DevOps/Week3 Difference between DevOps and Site Reliability Engineering: i) DevOps aims to reduce organizational silos but SRE does not focus on this aspect. ii) SRE use software engineering techniques to automate IT operations that would normally pe...DiscussCloud Computing
Tech Newsuseer847.hashnode.net·Mar 28, 2023Continuous Delivery in Software DevelopmentContinuous Delivery (CD) is the next step in the evolution of the software development process. It draws on Agile methodologies but surpasses it. CD is changing the way software is delivered and opening up a whole range of benefits, ranging from grea...Discusscontinuous delivery
Adarsh Kumaridealadarsh.hashnode.net·Mar 22, 2023How to Build a Successful CI/CD Pipeline in the Cloud1. Introduction The software development process has undergone a significant transformation in recent years, with the adoption of DevOps practices. One of the key components of DevOps is the Continuous Integration/Continuous Delivery (CI/CD) pipeline...Discuss·1 like·39 readsCI/CD
Neha Bhardwajnehabhardwaj.hashnode.net·Feb 9, 2023DevOps Lifecycle- What is CI/CD?Understanding the Lifecycle of DevOps DevOps: Development + Operations 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 deliver...Discuss·2 likes·159 readsCI/CD pipelines
Sourav Dhimandsourav155.hashnode.net·Jan 5, 2023Mastering DevOps: The key to Faster, More Reliable Software DevelopmentIntroduction DevOps is a software development approach that aims to improve collaboration and communication between development and operation teams. It is designed to increase efficiency, speed up the software development process, and improve the rel...Discuss·70 readsDevops
SoluteLabsforsolutelabs.hashnode.net·Nov 3, 2022What is CI/CD in DevOps — Introduction to the CI/CD PipelineDevelopers today need to become familiar with the best workflows, methods, and tools if they are to utilize the software development workflow to its maximum potential. Fast software development is no longer sufficient to succeed in the modern technol...Discussci-cd
Tobias SchmidtforAWS Fundamentalsawsfundamentals.hashnode.net·Sep 9, 2022Creating a Custom Build Dashboard for CodePipelineIf you’re building something on AWS, there’s a good chance you’re also using AWS CodeBuild & CodePipeline. You only need to provide your build images, it just works and natively integrates with all other AWS services easily, which is quite neat. But ...Discuss·150 readsAWS
Bruce Johnstoneoinel.hashnode.net·Aug 26, 2022Faster is Safer: How Software Physics Beats Human PsychologySometimes doom-scrolling through Twitter has its rewards. A good while back, in between the Ever Given🚢 memes (how we miss the big boat!) and the usual screams😱 into the void, I came across this tweet from Charity Majors (@mipsytipsy), CTO at @hone...Discuss·37 readsDevops
Matheus Gomesmgodev.hashnode.net·Aug 7, 2022Testing Strategy for DevOps: What to Test and When - Quick bitThis article is about the video: "Testing Strategy for DevOps: What to Test and When" made by Dave Farley. Continuous Delivery is a commitment to always work on a project that is in a release state. That means following a sequence of steps that incl...Discuss·58 readsTesting