Olaoluwa Afolamilaoluafolami.hashnode.dev·Aug 10, 2024Deploying a web app with CI/CD pipeline on Azure App Service.Azure App Service Azure App Service is a fully managed platform-as-a-service (PaaS) offering by Microsoft Azure that enables developers to build, deploy, and scale web applications, mobile backends, and RESTful APIs quickly. It supports various progr...azure-webapp
Nile Bitsnilebits.hashnode.dev·Aug 4, 2024Boost Your Productivity: Sorting Git Branches Like a ProIn modern software development, Git is the cornerstone for version control, offering an intricate yet efficient system for managing code changes. One aspect often overlooked is the organization and sorting of Git branches. Properly managing and sorti...GitHub
Pratik Gotepratikgote.hashnode.dev·Jul 29, 2024Must-Know Scenario-Based CI/CD Pipeline Interview QuestionsCI/CD PipeLine Interview Questions NOTE:While I have prepared all the questions, to provide better answers in a detailed way. Q: Can you explain the CICD process in your current project or any CICD process that you have implemented? Answer: In the cu...59 readsJenkins plugins
Pratik Gotepratikgote.hashnode.dev·Jul 20, 2024Mastering CI/CD Pipeline Automation with GitHub ActionGitHub Actions Welcome back to our complete DevOps course! Today, we're going to talk about GitHub Actions. Can you believe it? What is GitHub Actions? GitHub Actions is a CI/CD solution that automates your build, test, and deployment pipeline. Integ...GitHub workflows
Nile Bitsnilebits.hashnode.dev·Jul 20, 2024Jenkins on Kubernetes: Complete Setup and ConfigurationPutting Jenkins on Kubernetes may be a game-changer for any development team looking to maximize their pipeline for continuous integration and delivery. Jenkins can manage several builds and tests in parallel by utilizing Kubernetes' scalability and ...Jenkins
Abhay Singhabhaysingh.hashnode.dev·Mar 13, 2024The Ultimate DevSecOps Guide: Automate Security in Your CI/CD PipelineAre you ready to elevate your software security? DevSecOps is the solution, seamlessly integrating security into your CI/CD workflow. This guide will empower you to automate security testing, catch vulnerabilities early, and deliver secure products f...AWS
Emmanuel Yewandemrincredible.hashnode.dev·Sep 23, 2023Building a DevOps Pipeline with NodeJS and GitHub Actions for complete beginnersHow to set up a production server Using Git Hub Action as the Continuous Integration Tool Connecting with a Self-Hosted Runner Pre-requisites NodeJS Application and its Dependencies Cloud-Hosted Server Implementation Steps Create a repository...27 readsNode.js
krishana jupudimuralis.hashnode.dev·Apr 24, 2023Different ways to Trigger CI/CD PipelinesIntroduction: It is now a lot simpler to set up and run a CI/CD pipeline than it was 5 years ago. Now it’s very easy to do through present availability Tools. There is no Container back then & only Jenkins was an option. We have ci/cd is common and c...232 readstrigger