Neha Bhardwajnehabhardwaj.hashnode.dev·28 minutes agoDeploying a Two-Tier Flask AppIn today’s blog, we will walk through the process of building a Declarative CI/CD Pipeline for a Flask App. The source code for this app will be managed and saved in a Git repository, and the pipeline will be defined using a Jenkinsfile. This approac...Jenkins
Mohammad Reza Mahdianimohammad-reza-mahdiani.hashnode.dev·2 hours agoDevOps vs MLOps vs GitOps: Navigating the Ops LandscapeIn today’s fast-paced tech ecosystem, operational methodologies like DevOps, MLOps, and GitOps have revolutionized how teams deliver software, manage machine learning workflows, and handle infrastructure. But what sets these approaches apart, and whe...Devops
Denishdenish.hashnode.dev·Jan 23, 2025Introduction to Kubernetes: The Heart of Modern Container OrchestrationPicture this: Your role as restaurant chef remains when you start but you face growing challenges requiring help. In the beginning the workload remains in control. You perform all kitchen work while serving customers plus you deliver orders too. As y...Kubernetes
Saime shaikhmulti-node-agents-in-jenkins.hashnode.dev·Jan 22, 2025Supercharge Your CI/CD Pipeline: Mastering Multi-Node Agents in Jenkins.Scaling out Jenkins is imperative, more so when it comes to improving the aspect of performance. Because bottlenecks obstruct productivity in a rapidly changing landscape of software development, this article discusses why multi-node agents are impor...2 likesJenkins
Sandeep Naidusandeepnainala.hashnode.dev·Jan 21, 2025"Simplifying CI/CD with Jenkins Shared Libraries: A Beginner-Friendly Guide"Introduction to Jenkins Shared Libraries: Simplifying CI/CD Pipelines In today’s fast-paced IT world, delivering software quickly is essential. This rapid delivery is made possible by adopting modern methodologies like DevOps. Among the many tools in...Devops
Priya Sharmatechpriya.hashnode.dev·Jan 20, 2025How to Build a CI/CD Pipeline for SalesforceIn today's fastly changing technology development, performing Continuous Integration and Continuous Delivery (CI/CD) techniques is important to provide that businesses can deliver high quality solutions quickly. Implementing a CI/CD pipeline in Sales...Salesforce
Amitabh soniforamitabhdevops.hashnode.dev·Jan 20, 2025Setting Up CI/CD Pipeline with AWS CodeBuild and CodeDeploy for a Node.js ApplicationIn this blog, we’ll walk through the process of setting up a CI/CD (Continuous Integration/Continuous Delivery) pipeline with AWS CodePipeline for a Node.js application. This includes configuring AWS services such as IAM roles, CodeBuild, CodeDeploy,...Devops
Aniket Kakdeaniket-kakde-ibm-mq-patching.hashnode.dev·Jan 17, 2025DevOps Strategies for IBM MQ Patching in the BFSI IndustryMy journey as a DevOps engineer in the Banking, Financial Services and Insurance (BFSI) sector over the past three years has been both exciting and challenging. Beyond addressing typical demands of our clients, I've encountered new obstacles that hav...5 likes·129 readsIBMDevOpsDeploy
The DevOps Dojothedevopsdojo.hashnode.dev·Jan 17, 2025CI/CD Pipelines Explained:A Deep Dive into Continuous Integration and Continuous Delivery In today’s fast-paced software development landscape, delivering high-quality applications efficiently and reliably is paramount. Continuous Integration (CI) and Continuous Delivery (CD)...ci-cd
shubhangi singhcodeshutters.hashnode.dev·Jan 14, 2025Understanding Continuous Integration and Continuous DeploymentWhat is CI/CD? Continuous Integration (CI): This is the practice of regularly merging code changes from multiple contributors into a shared repository. Every change is validated through automated builds and tests to ensure that new code integrates s...Devops