Join us

ContentUpdates and recent posts about GitLab CI/CD..
 Activity
@shreyas777-coder started using GitLab CI/CD , 4 years, 2 months ago.
Story
@cheikhseck shared a post, 4 years, 2 months ago

Testability is crucial

GitLab CI/CD Go

Before I decide to add a function I always ask myself, "how can I test this?" Although a plain question, it forces me to re-evaluate the change I wish to make. It also helps me express my code in a more thought out manner.

 Activity
@sandesh-d-manocharya started using GitLab CI/CD , 4 years, 2 months ago.
 Activity
@pbrissaud started using GitLab CI/CD , 4 years, 3 months ago.
 Activity
@nasacodes started using GitLab CI/CD , 4 years, 3 months ago.
 Activity
@serverspace started using GitLab CI/CD , 4 years, 3 months ago.
 Activity
@nordby started using GitLab CI/CD , 4 years, 4 months ago.
 Activity
@kiliczsh started using GitLab CI/CD , 4 years, 4 months ago.
 Activity
@maximba started using GitLab CI/CD , 4 years, 4 months ago.
 Activity
@bhanuprakash started using GitLab CI/CD , 4 years, 4 months ago.
GitLab CI/CD is a native CI/CD system that runs directly within the GitLab platform to automate building, testing, and deploying software. Pipelines are defined declaratively using a .gitlab-ci.yml file stored alongside the source code, enabling versioned and reproducible workflows. It supports runners executed on shared or self-managed infrastructure, parallel jobs, caching, artifacts, environments, and deployment strategies. GitLab CI/CD is used by development and DevOps teams to implement end-to-end automation tightly coupled with source control, issues, and security features.