Snigdha Chaudharisnigdhachaudhari.hashnode.dev·6 hours agoBuilding a Complete CI/CD Pipeline for EKS Deployment with Jenkins and DockerModern application delivery requires a seamless CI/CD pipeline to ensure code moves from development to production with minimal manual intervention. In this blog, I'll walk you through a DevOps project I recently worked on, where we implemented a mul...Discuss·28 readsmultibranch
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·8 hours agoJenkins Interview Guide: From Basic Concepts to Real-World ScenariosGeneral Questions 1. What's the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI) focuses on automatically integrating code changes from multiple developers into a shared repository...Discuss·10 likes#90daysofdevops
HexaHomeforhexadecimalsoftwarehexadecimalsoftware.hashnode.dev·12 hours agoCI/CD Pipelines Made Simple: A Beginner's Guide to Automating Your WorkflowIn the fast-paced world of software development, delivering high-quality software quickly and efficiently is crucial. This is where CI/CD pipelines come into play. If you’re new to the concept, don’t worry! This guide will walk you through everything...DiscussDevops
Shubham SharmaforThe Build & Deploy Journalarticles-shubham.hashnode.dev·Nov 20, 2024Setting Up Jenkins: Step-by-Step Guide for BeginnersIntroduction Jenkins is a powerful open-source tool that automates the software development process, specially tasks like building, testing and deploying applications. It is premier face of Continuous Integration (CI) and Continuous Delivery (CD) in ...DiscussJenkins
Kieran LoweProkieranlowe.io·Nov 19, 2024Implementing Self-Hosted GitHub Action Runners using AWS CodeBuildI saw an interesting announcement from AWS What’s New? some time back regarding GitHub Actions and native AWS CodeBuild integration. This allows you to use AWS CodeBuild to be the compute for your self-hosted GitHub Action Runners. Let’s dig in! What...Discuss·76 readsOne-Offsopentofu
Munilakshmi G J100daysdevops.hashnode.dev·Nov 18, 2024Day 23 of 100 Days: CI/CD Basics: Setting Up a Simple Pipeline in Jenkins (Let's Automate!)Hello there, budding DevOps engineer! 🎉 Are you ready to explore the exciting world of Jenkins and CI/CD? Jenkins is your automation wizard, helping you build, test, and deploy code effortlessly. Let’s create a fun pipeline to say "Hello, World!" wh...Discussci-cd
MUTEEB MASOODImuteeb.hashnode.dev·Nov 14, 2024Simplifying Deployment: Setting Up Azure App Service and Getting Ready for CI/CD in DevOpsIn this part of the journey, I’ll be walking through how to clone a website project, set up dependencies, build it, and deploy it to Azure App Service. Azure App Service is a Platform-as-a-Service (PaaS) solution, which allows us to host web apps wit...DiscussAzure
Yashraj Garnayakdisarj.hashnode.dev·Nov 11, 2024Alohomora 🪄 Unlocking New Possibilities: My First Blog ExperienceHey everyone! 👋 This is my first blog post, and I’m thrilled to take you with my DevOps journey. So, Buckle up as we start with the most important of all Questions —who I am?,then the basics: what DevOps is, why it’s crucial in today’s tech world, a...Discuss·1 likeDevops
Pagepropagepro.hashnode.dev·Nov 8, 2024Sanity and Nextjs for CI / CDSanity and Next.js for Seamless CI/CD: A Guide In development, optimizing workflows for efficiency is crucial, not only for internal processes but also for improving the end-user experience. CI/CD (Continuous Integration and Continuous Delivery) play...DiscussNext.js
Preston OsoroforfreeCodeCampfreecodecamp.org·Nov 7, 2024How to Set Up Automated GitHub Workflows for Your Python and React ApplicationsAutomating workflows is an essential step in helping you maintain code quality in your applications – especially when working on both frontend and backend code in a single repository. In this guide, we’ll walk through setting up automated GitHub work...DiscussCI/CD