Vishwas AcharyaforVishwas Acharyavishwasacharya.hashnode.net·Apr 23, 2023How to Use Azure DevOps to Manage Your Software Development Lifecycle (SDLC)Software development is a complex process that involves multiple teams, tasks, and tools. To ensure that everything runs smoothly, it is important to have a proper system in place. This is where Azure DevOps comes in. Azure DevOps is a set of service...Discuss·20 likes·26 readsazure-devops
Frederick Hoforfreddyho.hashnode.net·Mar 23, 2023AWS CodePipeline, CodeBuild and shared subnets for cross-account RDS database updatesIntroduction In this blog post, we will look at how we can use a deployment pipeline to perform schema updates to an RDS database that is located in a separate workload AWS account. In a real-world scenario, RDS databases may be in different accounts...Discuss·10 likes·56 readsAWS
Neha BhardwajforDevOps Engineer's Blognehabhardwaj.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
Vishwas AcharyaforVishwas Acharyavishwasacharya.hashnode.net·Apr 25, 202310 Azure DevOps Tips and Tricks You Need to KnowAzure DevOps is a powerful platform for managing the development, deployment, and delivery of software applications. With its robust features and capabilities, it has become a go-to tool for many software developers and IT professionals. In this arti...Discussazure-devops
Vishwas AcharyaforVishwas Acharyavishwasacharya.hashnode.net·Apr 24, 202310 Essential Azure DevOps Tools for Successful CI/CD PipelinesAzure DevOps is a comprehensive suite of tools that allows developers to build, test, and deploy applications on Microsoft's cloud platform. By using Azure DevOps, developers can automate the entire software development lifecycle and ensure that appl...Discussazure-devops
Vishwas AcharyaforVishwas Acharyavishwasacharya.hashnode.net·Apr 23, 2023How to Use Azure DevOps to Manage Your Software Development Lifecycle (SDLC)Software development is a complex process that involves multiple teams, tasks, and tools. To ensure that everything runs smoothly, it is important to have a proper system in place. This is where Azure DevOps comes in. Azure DevOps is a set of service...Discuss·20 likes·26 readsazure-devops
Swaleha ParvinforTech Bytesswaleha.hashnode.net·Apr 15, 2023The Ultimate Guide to CI/CD: Benefits, Best Practices, and ImplementationIn today's fast-paced software development environment, continuous integration (CI) and continuous deployment (CD) pipelines are essential tools for developers. CI/CD pipelines automate the process of building, testing, and deploying software, making...Discuss2Articles1Week
JoLoforJolo's Blogjolodev.hashnode.net·Mar 27, 2023Effectively using CDK-pipelines to deploy CDK stacks into multiple accountsExcellent! You have developed your product using AWS and now you are looking to implement effective CI/CD strategies. You are already aware of AWS Codepipeline and you have a fair comprehension of AWS Codebuild. Nevertheless, if your infrastructure i...DiscussAWS
Frederick Hoforfreddyho.hashnode.net·Mar 23, 2023AWS CodePipeline, CodeBuild and shared subnets for cross-account RDS database updatesIntroduction In this blog post, we will look at how we can use a deployment pipeline to perform schema updates to an RDS database that is located in a separate workload AWS account. In a real-world scenario, RDS databases may be in different accounts...Discuss·10 likes·56 readsAWS
Ashutosh BambalforDeploy website using Aws CI/CD Pipelineawscloud-devops.hashnode.net·Mar 14, 2023Build Aws DevOps CI/CD Pipeline to deploy a sample website.This blog article contains instructions for deploying the Aws DevOps CI/CD pipeline to launch a sample website. Step 1: CodeCommit - used to store your code the same as (GitHub or Bitbucket)Step 2: CodeBuild - used to build artifacts same as JenkinSt...Discuss·1 like·49 readsAWS
Rachaelforozone.hashnode.net·Feb 13, 2023What is The CI/CD Pipeline and How Does It Work?Have you been hearing a lot about CI/CD pipeline of late? Are you curious about what it is and what are the uses of CI CD pipeline? Would you prefer your engineering team to produce high-quality code quickly and without errors? Seriously, who wouldn’...DiscussCI/CD
Neha BhardwajforDevOps Engineer's Blognehabhardwaj.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
Utkarsh GuptaforUtkarsh Guptautkarshgupta.hashnode.net·Feb 9, 2023DevOps: Automating Node.js Application Deployment over Windows EC2 with AWS CodePipelineIn this post, we will automate the deployment of a node.js application on AWS windows EC2 using the AWS CodePipeline service. Prerequisites before enabling CodePipeline The developer should have an AWS account CodeCommit service is set up and node...Discuss·1 like·140 readsAWS