Sanket Nimkarsanketnmkr.hashnode.dev·17 hours agoAWS CodePipeline: Orchestrating the CI/CD WorkflowIn modern software development, deploying applications manually is slow, error-prone, and inefficient. Continuous Integration and Continuous Deployment (CI/CD) automate this process, ensuring faster, reliable, and consistent deployments. AWS CodePipe...AWS
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
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
Ayodeji Hamedmyblog.qurtana.com.ng·Jan 14, 2025Project 2: Automating Testing and Deployment with GitHub ActionsIntroduction Welcome to the second article in my blog series: H A R S H H A A's 50 DevOps Projects: Build Skills from Beginner to Advanced. This project builds upon the foundation laid in the first and dives into the essential realm of Continuous Int...H A R S H H A A's 50 DevOps Projects: Build Skills from Beginner to Advancedgithub-actions
Abilash Vavilalaclouddevopsinsights.com·Jan 12, 2025Passing Storage Account Secret Key Dynamically in Azure DevOps PipelinesManaging secrets securely is a critical aspect of cloud and DevOps practices. When working with Azure Storage Accounts, you might need to dynamically pass the secret key to scripts or tasks. In this article, I will explain how to achieve this using A...Azure
Ekta Guptacaliforniahouseprediction.hashnode.dev·Jan 5, 2025Building and Deploying a Machine Learning Model: An End-to-End Guide with Docker, GitHub Actions, and DeploymentMachine learning (ML) has become a cornerstone of innovation across industries. However, creating an ML model is only one part of the process. Deploying that model in a way that ensures consistency, scalability, and maintainability is equally critica...Machine Learning
Arka Infotecharkainfotech.hashnode.dev·Jan 1, 2025MERN Stack Deployment: From Local Development to ProductionIntroduction Deploying a MERN (MongoDB, Express.js, React.js, Node.js) stack application involves transitioning from local development to a production environment. This critical process ensures that your application is available, secure, and scalable...MERN Stack
Azeez Halimatleemahcloud.hashnode.dev·Dec 30, 2024GitOps with Argo CD: Deploying to AWS ECR and Securing with AWS CloudTrailThis project demonstrates the use of GitOps with Argo CD to automate the deployment of a React web app to a Kubernetes cluster, using AWS Elastic Container Registry (ECR) for storing Docker images and integrating AWS CloudTrail for monitoring and sec...ci-cd
Uzomah Chiemerieuzomahchiemerie.hashnode.dev·Dec 27, 2024Deploy a web app with CI/CD pipeline on Azure App ServiceIntroduction In today's dynamic development landscape, automating deployments and incorporating Continuous Integration/Continuous Deployment (CI/CD) pipelines are crucial for seamless software delivery. Azure App Service offers a powerful platform fo...GitHub
Althaf Hussainalthaf-hussain-jenkins-ci-cd.hashnode.dev·Dec 16, 2024Mastering CI/CD with Jenkins: A Complete Guide for BeginnersJENKINS — CI/CD — PIPELINE 👋 Welcome to the CI/CD world! What is CI/CD? CI- Continuos Integration CD — Continuos Deployment CD — Continuos Delivery Continuous Integration: Continuous Integration (CI) is the practice where developers regularly merge...Jenkins