Agnes jadhavagnes18.hashnode.dev·10 hours agoDay 51: Your CI/CD pipeline on AWS - Part 2 🚀 ☁What is CodeBuild? AWS CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the need to provision, manage, and scale your...DiscussDevops
Mohd Shahidmantratech.hashnode.dev·12 hours agoIntegrating SonarQube with Jenkins for Continuous Code Quality AnalysisIn the realm of software development, maintaining high code quality is paramount. Code quality affects not only the reliability and maintainability of your software but also plays a significant role in security and performance. To ensure consistent c...DiscussJenkins Projectsonarqube
Mohd Shahidmantratech.hashnode.dev·12 hours agoSetting Up a CI/CD Pipeline with Jenkins, Maven, and Tomcat on AWS EC2 Instances running UbuntuIn the fast-paced world of software development, having a reliable and efficient Continuous Integration and Continuous Deployment (CI/CD) pipeline is essential. A well-structured CI/CD pipeline can streamline the development process, improve code qua...DiscussJenkins ProjectTomcat
vishal kushwahlahsivdevops.hashnode.dev·20 hours agoHow to Deploy 100 Microservices into 1 Cluster with ArgoCDConcentrated answer: create an individual folder for each service containing the configuration file and use application set to generate application. Let’s first describe the problem. The problem is that you have more than 100 micro-services that hav...DiscussDevops
Gaurav Gawandegawandekgaurav.hashnode.dev·20 hours agoContainer Management with Docker Compose, Volumes, and NetworksIn this second blog on Docker, we will be discussing some other features of Docker. We'll learn about Docker Compose, Docker Volumes and Docker Network. Docker simplifies the process of bundling applications and their dependencies into self-contained...DiscussDevops
Agnes jadhavagnes18.hashnode.dev·Sep 25, 2023Day 50: Your CI/CD pipeline on AWS - Part-1 🚀 ☁What is CodeCommit? CodeCommit is a managed source control service by AWS that allows users to store, manage, and version their source code and artifacts securely and at scale. It supports Git, integrates with other AWS services, enables collaboratio...Discuss·1 likeDevops
Gaurav Gawandegawandekgaurav.hashnode.dev·Sep 25, 2023Unlocking Everyday Efficiency: How Docker Makes Everyday Tasks EasierIn the world of DevOps, where the buzzwords include automation, scalability, and seamless operations, Docker stands tall as a true game-changer. This open-source platform has transformed into an indispensable ally for DevOps engineers, offering a ple...DiscussDocker
Sarthak Jainsarthakjdev.hashnode.dev·Sep 24, 2023Streamlining CI Pipelines: A Guide to 10 Essential Public GitHub ActionsAs a software developer deeply entrenched in the world of coding and DevOps, I understand the pivotal role that Continuous Integration (CI) plays in the software development lifecycle. GitHub Actions, a versatile automation tool, has revolutionized C...Discuss·1 likeCloud DevOps Masteryci-cd
Ashutosh Wahaneashutoshwahane.hashnode.dev·Sep 24, 2023Automate Android Development Workflow with GitHub ActionsDid you know that GitHub Actions is a powerful platform that enables you to automate your software development workflows directly in your repository? With this continuous integration and continuous delivery (CI/CD) tool, you can create, share, and di...Discuss·4 likes·192 readsAndroid
Akhil Kondapaneniakhil-kondapaneni.hashnode.dev·Sep 23, 2023Mastering CI/CD: A Step-by-Step Guide to Seamless Integration of GCP's Cloud Build with GitHubGoogle Cloud Build Google Cloud Build is a fully managed, serverless CI/CD (Continuous Integration/Continuous Deployment) platform provided by Google Cloud. It simplifies the process of automating builds, testing, and deployment of applications. Clou...Discuss·11 likes·138 readsGCP