OLUWASEUNseunayolu.hashnode.dev·Oct 11, 2024Monorepo vs. Polyrepo in GitLab CI/CD: Concepts and Best PracticesIn modern software development, teams often must decide between two common repository management strategies: Monorepo and Polyrepo. This decision impacts how code is managed and how Continuous Integration and Continuous Deployment (CI/CD) pipelines a...Discuss·42 readsGitLab CICDmonorepo
Ayush Tripathiayush-t02.hashnode.dev·Sep 29, 2024Industry Ready CICD : A Practical GuideIn this blog, I’ll explain the process to make a complete industry ready DevOps project. This project will contain complete CICD implementation on a local setup. In a real setup, we would use a cloud provider for kubernetes and a few additional tools...Discuss·10 likes·74 readscicd
OLUWASEUNseunayolu.hashnode.dev·Sep 20, 2024GitLab Runner ArchitectureThe GitLab Runner is a core component of the GitLab CI/CD architecture, responsible for running the jobs defined in the pipeline. It’s a lightweight agent that fetches and executes jobs from GitLab, whether on a local machine, a cloud instance, or a ...DiscussGitLab CICDGitLab
OLUWASEUNseunayolu.hashnode.dev·Sep 15, 2024Overview of GitLab's CICD pipeline and its benefitsINTRODUCTION In modern software development, Continuous Integration and Continuous Deployment (CI/CD) are essential for delivering reliable and scalable applications. GitLab, a leading DevOps platform, integrates CI/CD capabilities directly into its ...Discuss·1 likeGitLab CICDgitlab-cicd
Krishank Kaushikdevopsdigest.hashnode.dev·Jun 17, 2024Understanding DevOps Basics: Crucial for Modern Software DevelopmentIntroduction: Hello, DevOps enthusiasts! Today, we're diving into the foundational concepts of DevOps that every aspiring DevOps engineer should know. Understanding these basics is crucial, as they form the backbone of DevOps practices and help strea...DiscussDevops
Shreyash Bhiseshreyashbhise.hashnode.dev·Nov 29, 2023Complete GitLab CI/CDGitLab is a web-based platform that provides a set of tools for software development, including version control, continuous integration, issue tracking, and more. It is built on top of Git, which is a distributed version control system. GitLab is oft...Discuss·3 likes·221 readsgitlab-cicd
Shreyash Bhiseshreyashbhise.hashnode.dev·Nov 26, 2023GitLab End to End Continuous Integration and Continuous DeliveryGitLab is a web-based platform that provides a set of tools for software development, including version control, continuous integration, issue tracking, and more. It is built on top of Git, which is a distributed version control system. GitLab is oft...Discuss·3 likes·104 readsgitlab-cicd