Yash Gadodiacicd-explorer.hashnode.dev·19 hours agoUsing GitHub Actions for CI/CD AutomationIntroduction to GitHub Actions and its capabilities. How to create a workflow file for your repository. Key features, including triggers and actions. Examples of workflows for different project types. Tips for optimizing GitHub Actions for perfor...cicd
Yash Gadodiacicd-explorer.hashnode.dev·Feb 12, 2025Continuous Integration with Jenkins: A Step-by-Step GuideOverview of Jenkins and its architecture. Step-by-step instructions for setting up Jenkins. Creating and configuring your first Jenkins job. Integrating automated tests and building your project. Best practices for Jenkins job management.cicd
Yash Gadodiacicd-explorer.hashnode.dev·Feb 11, 2025Security in CI/CD: Implementing DevSecOpsIntroduction to DevSecOps and its principles. Importance of integrating security into the CI/CD pipeline. Tools for automated security scans (e.g., Snyk, Aqua Security). Best practices for managing secrets and vulnerabilities. Case studies on org...cicd
Balraj Singhbalrajsingh.hashnode.dev·Feb 10, 2025Implementing CI/CD with Azure DevOps: Azure Artifacts and Release PipelinesOverview This document provides a step-by-step guide on setting up a CI/CD pipeline using Azure Artifacts and Azure DevOps. The project involves deploying a sample Nike landing page using Tailwind CSS. Key Points Introduction to Azure Artifacts: Az...Azure Artifact
Yash Gadodiacicd-explorer.hashnode.dev·Feb 9, 2025Implementing Infrastructure as Code (IaC) in CI/CDExplanation of Infrastructure as Code and its importance. Overview of tools like Terraform and AWS CloudFormation. Best practices for writing and managing IaC scripts. How to integrate IaC into your CI/CD pipeline. Real-world examples of IaC lead...cicd
Yaswanth Ryashdevops.hashnode.dev·Feb 8, 2025Enhancing GitLab CI/CD Notifications with Detailed Email ReportsIntroduction In a DevOps-driven environment, real-time insights into CI/CD pipelines are crucial for efficient development and deployment workflows. While GitLab provides default email notifications for pipeline success or failure, they often lack ...Devops
mazen sayyedcloudwithmazen.hashnode.dev·Feb 8, 2025Docker for Beginners: Containerizing Your First Web ApplicationProject Title: Containerizing a Simple "Hello World" Web App with Docker. People new to Docker and containerization concepts. Project Description: This project will guide readers through creating a simple "Hello World" web application using Python an...Docker
Yash Gadodiacicd-explorer.hashnode.dev·Feb 8, 2025Deploying to the Cloud: CI/CD for Cloud-Native ApplicationsBenefits of deploying cloud-native applications. Overview of popular cloud service providers (AWS, Azure, GCP). How to integrate cloud services into your CI/CD pipeline. Best practices for ensuring scalability and reliability. Monitoring and mana...cicd
mazen sayyedcloudwithmazen.hashnode.dev·Feb 7, 2025Kubernetes Technology: A DevOps Perspective (With Python)Introduction Kubernetes (K8s) is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. In DevOps, Kubernetes enhances CI/CD workflows by providing scalability, automation...Devops
Sunil Joesuniljoe.com·Feb 7, 2025𝐇𝐨𝐰 𝐂𝐈𝐂𝐃 𝐏𝐢𝐩𝐞𝐥𝐢𝐧𝐞 𝐰𝐨𝐫𝐤 𝐢𝐧 𝐀𝐖𝐒AWS DevOps and CI/CD pipelines are the driving force behind achieving agile development and seamless software delivery. 𝐖𝐡𝐚𝐭 𝐢𝐬 𝐂𝐈/𝐂𝐃 𝐰𝐢𝐭𝐡 𝐀𝐖𝐒❓CI/CD, which stands for Continuous Integration and Continuous Deployment, is an automated ...CI/CD