Ritesh Shettyforritestritesh.hashnode.net·Sep 28, 2020Best Jenkins Pipeline Tutorial For Beginners [Examples]Jenkins CI/CD has always been the goto option for DevOps professionals and beginners. It has more than 16,000 stars on GitHuband 6,500 forks. Being one of the oldest players in the CI/CD market, Jenkins has huge community support with more than 1500 ...Discuss·35 likes·698 readsJenkins
Adanlawo PraiseforPraise Adanlawo's Blogfavecloudgirl.hashnode.net·Jun 30, 2020Netflix’s CI/CD Tool: Spinnaker!Introduction CI/CD has become a buzzword in tech, often coming up when people talk about the latest software development technologies and trends. We are going to explore in detail what they are, how they relate to software development and enough info...Discuss·18 likes·286 readscicd
Buddy.WorksforCI/CD Made The Easy Way. buddy.hashnode.net·Dec 1, 2020Continuous Integration & Deployment for Android appsContinuous Integration & Deployment for Android apps Delivering Android apps can be a pain in the neck. Preparing builds, signing the release, messing with the store — all this stuff requires extra effort that could well be invested into actual codin...Discuss·10 likes·113 readsAndroid
Nageshwar PandeyforNageshwar Pandey's blognageshwarpandey.hashnode.net·Jan 24, 2023What is Continuous Integration/ Continuous Deployment ( CI/CD)Continuous Integration/ Continuous Deployment automates your software delivery process. The pipeline builds code, runs, tests, and safely deploys a new version of the applications What is Continuous Integration ( CI ): It's a development practice in ...Discuss·121 readsDevops
AsherforCloud Native Philippinesasher1101.hashnode.net·Mar 9, 2022GitOps CI/CD Implementation using ArgoCD on DigitalOceanArgo CD follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state. Kubernetes manifests can be specified in several ways: kustomize applications helm charts ksonnet applications jsonne...DiscussArgoCD
Buddy.WorksforCI/CD Made The Easy Way. buddy.hashnode.net·Dec 1, 2020Continuous Integration & Deployment for Android appsContinuous Integration & Deployment for Android apps Delivering Android apps can be a pain in the neck. Preparing builds, signing the release, messing with the store — all this stuff requires extra effort that could well be invested into actual codin...Discuss·10 likes·113 readsAndroid
Shrikant Lalforlalsh.hashnode.net·Nov 25, 2020Static Code analysis using SonarQubeIn this blog we will learn how to do the static code analysis of a maven project using SonarQube What is SonarQube? SonarQube is a tool used to measure code quality. It is used for continuous inspection by using static code analysis which includes va...Shashwat Kumar and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·195 readsDevops
Buddy.WorksforCI/CD Made The Easy Way. buddy.hashnode.net·Nov 4, 2020How to Build and Deploy .NET ProjectsThis article will guide you through the process of introducing the Continuous Deployment approach to your .NET projects with Buddy and help you automate build and delivery activities. In this guide, we’re using a C# website as an example, but you can...Discuss·91 reads.NET
Buddy.WorksforCI/CD Made The Easy Way. buddy.hashnode.net·Oct 8, 2020How to set up Continuous Delivery to HerokuHow to set up Continuous Delivery to Heroku The idea of Continuous Delivery is to allow developers to build, run CI tests and release software faster and more frequently. This tutorial will show you how to optimize your workflow so that your applicat...Discuss·73 readsHeroku
Ritesh Shettyforritestritesh.hashnode.net·Sep 28, 2020Best Jenkins Pipeline Tutorial For Beginners [Examples]Jenkins CI/CD has always been the goto option for DevOps professionals and beginners. It has more than 16,000 stars on GitHuband 6,500 forks. Being one of the oldest players in the CI/CD market, Jenkins has huge community support with more than 1500 ...Discuss·35 likes·698 readsJenkins
Buddy.WorksforCI/CD Made The Easy Way. buddy.hashnode.net·Sep 11, 2020Baby steps guide to version control - How git works with BuddyBaby steps guide to version control - How git works with Buddy The following guide covers the basics of Git: installing Git on your system, initializing repository, committing files, adding remote, and collaborating on branches with other users. A no...Discuss·95 readsGit
Adanlawo PraiseforPraise Adanlawo's Blogfavecloudgirl.hashnode.net·Jun 30, 2020Netflix’s CI/CD Tool: Spinnaker!Introduction CI/CD has become a buzzword in tech, often coming up when people talk about the latest software development technologies and trends. We are going to explore in detail what they are, how they relate to software development and enough info...Discuss·18 likes·286 readscicd
Mohamed NajiullahforThe Things I Learnmohamednajiullah.hashnode.net·Aug 28, 2019Adding Domain Name and SSL Certificates for GoCD on Kubernetes Using HelmRecently, a colleague and I had to spike on the possibility of migrating our CI/CD infrastructure from a VM based design to a Kubernetes based one. While exploring how to do it, we had to spend some time to find out all the information we needed ju...Discuss·5 likes·240 readsGoCD on GKEKubernetes