Articles by Tag #gitlab

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

10 Secret Git Commands That Will Save You 5+ Hours Every Week

Let’s be honest — Git can feel like a double-edged sword. On one hand, it’s the backbone of modern...

Learn More 254 27Feb 15

Automating GitLab Runner Setup on AWS EC2 Using Terraform 🦊☁️

Introduction 👋 As DevOps engineers, our daily tasks often involve setting up and managing...

Learn More 35 1Jul 25 '24

How to Set Up a CI/CD Pipeline with GitLab: A Beginner's Guide

Introduction to CI/CD and GitLab In modern software development, Continuous Integration...

Learn More 32 0Jun 11 '24

🦊 GitLab: A Python Script Displaying Latest Pipelines in a Group's Projects

Initial thoughts 1. Considered alternate solutions GitLab's operations dashboard GitLab CI...

Learn More 26 0Jun 29 '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 24 1Jul 1 '24

Efficient Autotesting with Qase: Playwright and GitLab CI Integration

The approach to maintaining test documentation and the tools chosen for this purpose are crucial...

Learn More 22 1Jul 15 '24

Secret Scanning in CI pipelines using Gitleaks and Pre-commit Hook.

In today's development environment, maintaining the security of your code is as crucial as ensuring...

Learn More 21 0Jul 16 '24

Top Git Commands Every Developer Should Know

Git is one of the most powerful tools in a developer’s toolkit, yet it can feel intimidating to...

Learn More 19 0Mar 10

Introduction to Docker Integration in GitLab CI/CD Pipelines

Introduction Brief Overview of Docker Docker is a platform that allows developers to...

Learn More 18 0Jun 14 '24

Deploying applications to Kubernetes with Gitlab CI/CD,Helm Charts and ArgoCD

In my last post I talked about Gitops and how it helps in automation you can read about it 👉here In...

Learn More 18 2Jul 1 '24

Running Tests in GitLab CI: From Zero to Pipeline

Continuous Integration (CI) is an essential practice in modern software development. It ensures that...

Learn More 16 5Jul 11 '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 16 2Nov 16 '24

🔀🦊 GitLab: Forget GitKraken, Here are the Only Git Commands You Need

Initial thoughts 1. Drawbacks of git GUI clients Price Magic Context-specific Hard to...

Learn More 15 2Aug 31 '24

GitHub 🐙🐱 vs. GitLab 🦊: a Complete Comparison in 2025

As GitHub and GitLab continue to iterate, we will update this post regularly. In the latest...

Learn More 15 0Jan 21

Automate Uploading Security Scan Results to DefectDojo

In my previous blog, I explored secret scanning in CI pipelines using Gitleaks and pre-commit hooks....

Learn More 12 0Sep 15 '24

🦊 GitLab - Feature flags : a practical guide to control your features

✨ Feature flag, also known as Feature toggle is a technique allowing teams to activate or deactivate...

Learn More 12 0Feb 27

📝 Git Cheat Sheet 🚀

📝 First Steps: Start and Configure A Git 🚀 Command Description git init Creates a...

Learn More 11 5Oct 25 '24

Day 13 of my 90-Devops project: Setting Up a CI/CD Pipeline with Docker and Kubernetes on GitLab

Prerequisites Basic Knowledge of Docker and Kubernetes GitLab Account Git Installed on...

Learn More 10 0Jul 16 '24

Mastering Git Flow: A Developer’s Guide to Branching Strategies

What is Git Flow? Git Flow is a popular branching strategy that helps manage the clean and organized...

Learn More 10 3Apr 29

🦊GitLab Cheatsheet - 15 - GitLab Duo

This cheatsheet is about GitLab Duo, the GitLab project to introduce AI in the DevOps Platform

Learn More 10 1May 29 '24

2Gview - GitlabCI view like a boss

🚀 Target-Ops: 2Gview Supercharge Your GitLab Workflow! 🔥 Tired of constantly...

Learn More 10 2Jul 26 '24

In the future, will it be possible to have links on the Codeberg dev community profile or on Gitlab?

Good evening everyone, I use other platforms besides Github. My question is whether in the future it...

Learn More 10 1Sep 15 '24

Configura un servidor GitLab en AWS EC2 en minutos

GitLab es una plataforma poderosa para la gestión de repositorios de código, CI/CD y colaboración en...

Learn More 10 0Jan 1

Install Gitlab CE on Ubuntu Server 24.04

In this article we use EC2 instance on AWS with Ubuntu 24.04 Server. First, update our...

Learn More 9 0Oct 9 '24

How to Learn DevOps in 2025: A Comprehensive Guide

As technology continues to evolve at a rapid pace, DevOps remains a critical discipline for...

Learn More 8 2Feb 28

Gitlab - Runner Setup

The Runner is a super important part of the GitLab ecosystem. Builds, tests, deployments — you name...

Learn More 8 1Apr 20

Guía rápida: Consejos para hacer buenos mensajes de commit en Git 😀

Índice Introducción Usa verbos imperativos No uses puntos finales Usa como máximo 50...

Learn More 8 2Dec 20 '24

Git Merge and Git Rebase

Certainly! Below is a detailed explanation of Git Merge and Git Rebase, including theoretical...

Learn More 8 1Sep 29 '24

Integrating Playwright with CI/CD Pipelines using GitLab: A Step-by-Step Guide

Table of Contents Introduction Prerequisites Step 1: Prepare Your Playwright Tests Step...

Learn More 8 0Jan 2

Setup Gitlab CI

Introduction Gitlab is a comprehensive platform designed for software development and...

Learn More 7 0Sep 19 '24