Ankit RajforJenkins Shared Librariesjenkins-shared-libraries.hashnode.dev·an hour ago🚀 Mastering Jenkins Shared Libraries: The Secret to Scalable CI/CD 🌟If you’re working with Jenkins 🛠️, you probably know the beauty of automation and CI/CD pipelines. But as projects grow and pipelines get complex, managing repetitive code can become a nightmare. Enter Jenkins Shared Libraries—your key 🔑 to making ...DiscussDevops
Prathamesh Patilpatilprathamesh.hashnode.dev·a day agoTaking It Full Stack: Automating CI/CD for Full-Stack Deployment 🚀🌐After successfully deploying my Node.js API backend on AWS EC2 (ref: Click here), it was time to level up and integrate the React.js frontend into the mix. This step transformed the project into a complete full-stack solution, accessible to users via...Discuss·1 likeDevops
Dhananjay Patelblog.thenanjay.com·Nov 19, 2024Docker Layer Caching Explained: Tips to Improve Build TimesIntroduction In our previous discussion on Docker image optimization, we focused on reducing image size to achieve faster deployments and lower storage costs. Now, let’s address another vital aspect of Docker workflows: build speed. The time it takes...DiscussDockerDocker
Prathamesh Patilpatilprathamesh.hashnode.dev·Nov 19, 2024Setting Up CI/CD for a Node.js CRUD API with GitHub Actions, Docker, and AWS EC2Setting up CI/CD pipelines for deploying applications is crucial for delivering software efficiently and reliably. In this guide, we'll walk through how to create a CI/CD pipeline for a Node.js application with CRUD APIs. We'll use GitHub Actions, Do...Discusscicd
Jayachandra Rapolujayrapolu.hashnode.dev·Nov 19, 2024A Comprehensive Guide to Managing Artifacts in Azure DevOpsIn today’s fast-paced development world, maintaining smooth workflows is essential for delivering high-quality software. One key aspect of that workflow is managing artifacts - components like libraries, binaries, dependencies, and configuration file...Discussazureartifacts
Dhananjay Patelblog.thenanjay.com·Nov 17, 2024Docker Image Optimization: Reducing Size for Faster DeploymentsIntroduction A few months ago, while working on a critical deployment for a client, we faced an unexpected issue: the deployment took forever to complete. The culprit? Bloated Docker images. The process was not only frustrating but also led to downti...DiscussDockerDocker
Jayachandra Rapolujayrapolu.hashnode.dev·Nov 16, 2024Azure DevOps Pipelines: Your Guide to Streamlined WorkflowsIn today's fast-paced software development landscape, agility and efficiency are paramount. Teams need to deliver high-quality applications rapidly, with frequent updates and a streamlined approach to building, testing, and deploying software. This i...DiscussAzure
Parth Sharmaparth-sharma-devops.hashnode.dev·Nov 15, 2024Jenkins FundamentalsIntroduction In this blog, I’ll guide you through how to install and set up Jenkins. Then, I'll show you how to create a basic pipeline that uses Jenkins to clone a Git project. This is a great way to get started with Jenkins and learn how to automat...Discuss·80 readsDevops
Amitabh soniamitabhdevops.hashnode.dev·Nov 14, 2024Automating CI/CD for a Spring Boot Banking Application with Jenkins, Docker, and GitHubIn this blog post, I will walk you through the process of setting up a CI/CD pipeline for a Spring Boot banking application. This pipeline will automate the build, deployment, and integration processes using Jenkins, Docker, and GitHub. You will lear...Discuss·1 like·99 readsDevops
Md Raselraseldev.hashnode.dev·Nov 13, 2024On-premise Gitlab to GitHub MirroringThe article is to create a mirror between gitlab and github. You can create mirror on github from your on-premise gitlab repo when a push events is happen. Let’s check the step-by-step solution. Create a GitHub repository as per your gitlab repo nam...Discuss·1 likeGitLab