Articles by Tag #cicd

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

DevOps Basics reaches 200 stars: A milestone celebration 🎉

I am thrilled to announce that my GitHub repository, devops-basics, has just reached an exciting...

Learn More 398 23Sep 15 '24

DevOps Project - The Ultimate CICD Corporate DevOps Pipeline Project

Introduction In today's fast-paced development environment, continuous integration and...

Learn More 325 4Aug 24 '24

Docker Image Optimization: Reducing Size for Faster Deployments

Introduction A few months ago, while working on a critical deployment for a client, we...

Learn More 320 26Nov 16 '24

Getting Started with CI/CD: A Beginner's Guide to Automating Your First Pipeline (with Jenkins)

Table of Contents Introduction What is CI/CD? Continuous Integration (CI) Continuous...

Learn More 275 28Sep 23 '24

AWS DevOps Project: Advanced Automated CI/CD Pipeline with Infrastructure as Code, Microservices, Service Mesh, and Monitoring

Introduction In this advanced AWS DevOps project, we will build a sophisticated CI/CD...

Learn More 252 5Aug 31 '24

DevOps Project: CI/CD Pipeline for a Microservices-Based Application on Kubernetes

Table of Contents Overview Project Architecture Step 1: Setting Up Microservices...

Learn More 241 6Aug 28 '24

End-to-End AWS DevOps Project: Automate Java Application Build and Deployment on Amazon EKS

In this project, we’ll build and deploy a Java application on Amazon Elastic Kubernetes Service (EKS)...

Learn More 238 7Nov 2 '24

End-to-End AWS DevOps Project: Automating Build and Deployment of a Node.js Application to Amazon ECS using GitLab CI/CD

Table of Contents Introduction Project Overview Technology Stack Architecture...

Learn More 230 19Nov 29 '24

End-to-End AWS DevOps Project: CI/CD Pipeline for ECS Fargate with ECR and RDS

This project provides a comprehensive guide for deploying a containerized application on AWS ECS...

Learn More 218 3Sep 25 '24

Mastering CI/CD

Mastering CI/CD DevOps continues to grow in popularity among software development teams. It's not...

Learn More 150 3Dec 30 '24

Serverless CI/CD: How to Build a Pipeline Without Servers

In the evolving world of DevOps, automation is the key to efficiency. Continuous Integration and...

Learn More 99 2Sep 13 '24

Jenkins Step-by-Step Guide on Crafting a Continuous Delivery and Deployment Pipeline

What is CI/CD? CI/CD stands for Continuous Integration and Continuous Delivery (or Deployment)....

Learn More 48 3Jul 10 '24

Why Idempotence Matters in CI/CD Pipeline Build Steps

Recently, I was caught off guard by a question: why should the steps of a build script in a pipeline...

Learn More 47 5Nov 26 '24

DevOps Automation Tools to Faster development Process

Benefits and Use of CI/CD Pipeline Are you interested in speeding up your software...

Learn More 42 3Nov 26 '24

Build your first CI/CD pipeline

Building a simple CI/CD pipeline is a fundamental DevOps task that automates the process of...

Learn More 42 4Sep 7 '24

Mastering GitHub Actions for DevOps Engineers: A Complete Guide from Beginner to Advanced

GitHub Actions has revolutionized how developers and DevOps engineers automate workflows, enabling...

Learn More 36 0Oct 17 '24

Mastering Ansible: The Essential Guide for DevOps Engineers

In the world of DevOps, automation is the cornerstone of efficient and reliable IT operations. Among...

Learn More 36 4Dec 20 '24

Deploying a FastAPI Application with CI/CD Pipeline: HNG Task 2

Introduction In this article, I will walk you through how I deployed a FastAPI application...

Learn More 33 12Feb 11

DevOps Made Simple: A Beginner’s Guide to DevSecOps in Action - Securing Your CI/CD Pipeline

Introduction As DevOps continues to revolutionize software development, security has...

Learn More 32 2Mar 22

🚨 Top 5 Mistakes to Avoid as a DevOps Fresher⚠️

Introduction Starting a career in DevOps is an exciting journey filled with opportunities...

Learn More 31 0Aug 12 '24

CodePipeline EC2 Action: Simplify your EC2 application deployment pipeline by 90%!

Amazon Web Services (AWS) CodePipeline Team has simplified Developer, DevOps engineers operational...

Learn More 31 2Feb 24

Breaking Down the Testing Pyramid: Why It Matters More Than Ever

The testing pyramid is a conceptual framework that helps developers, testers, and quality analysts...

Learn More 30 0Jun 16

Don't Panic: What Apple's iOS 18 SDK Update Really Means for Your App!

Introduction Lately, I've seeing some posts in the Apple Development community, with an...

Learn More 27 0Mar 7

Jenkins Test Automation: Streamline CI/CD from Code to Production

Software development is fast-paced, and so is the need for its efficiency and reliability. To achieve...

Learn More 26 1May 14

Setting Up CI/CD with GitHub Actions on Shared Hosting cPanel

A Comprehensive Guide Deploying web applications on shared hosting platforms like cPanel...

Learn More 25 0Jul 20 '24

GitLab CI/CD Pipelines: Best Practices for Monorepos

Hello everyone! This article is for those who want to optimize their CI/CD pipelines using best...

Learn More 25 1Jul 1 '24

GitLab CI: Needs vs Dependencies — A Practical Guide

When Gitlab first introduced concept of needs I started experimenting with it. At first glance it...

Learn More 24 3Nov 16 '24

Squeezing Disk Space from GitHub Actions Runners: An Engineer's Guide 🚀🧹💾

Last week I was deploying our Lingo.dev app as a Docker image from a GitHub Action. And to deploy it,...

Learn More 24 6May 27

Understanding GitHub Actions Working Directory

Learn about GitHub Actions working directories, environment variables, and best practices for managing workflows dynamically and efficiently.

Learn More 21 2Jan 7

Renovate for everything

In my earlier post about moving from Kotlin Scripting to Python, I mentioned several...

Learn More 21 0Jun 27 '24