22:41
GitLab CI/CD Tutorial | Python Project Pipeline (Build, Lint, Test, Deploy)
In this session, I'll walk you through how to set up a CI/CD pipeline in GitLab using a simple Python project. We'll cover: - What ...
3:23
gitlab #github #devops #git #developer #programming #linux #coding #docker #kubernetes #jenkins #cicd #pipeline #ansible ...
14:40
GitLab - Run A Pipeline on a Merge Request and POST the Results as a Comment
Hey gang! Join Professor Feeser of IRIS7 as we learn to trigger a GitLab pipeline on a merge request event, and then POST the ...
7:15
Setup a Python Code Quality CI Pipeline with UV & Ruff
This video shows how to setup a modern CI Pipeline using various tools such as UV, Ruff, Pytest and Pyright. A write-up is ...
19:33
GitLab CI/CD Pipeline Tutorial for Beginners
New to GitLab? No worries! Start your DevOps journey with me: ...
14:11
Gitlab Developers Guide - Flake8 & mypy in CI/CD
In this video I go over more GitLab CI/CD pipeline workflows. We add in flake8 a linting tool for python and mypy a type checker for ...
7:09
What is a Linter and Why You Should Use One | Linters EXPLAINED
What is a linter? How does a linter work? Why should I use a linter? These questions, and many more, come up every time I ...
6:45
Pipeline Editor in GitLab - test your CI configs
Pipeline Editor is a new feature in GitLab. Have you used it already? Link to the blog post: ...
35:47
Python Tutorial: Ruff - A Fast Linter & Formatter to Replace Multiple Tools and Improve Code Quality
In this Python tutorial, we'll be learning how to use Ruff, a super-fast Python linter and formatter written in Rust. We'll cover how to ...
4:09
Add Security Scanning to your CI/CD pipeline in under 1 min
GitLab is the most comprehensive AI-powered DevSecOps Platform allowing you to deliver better, more secure software faster!
22:59
GitOps Tutorial - Adding Bandit SAST + Unit Testing to Your GitLab CI/CD Pipeline
Want to take your GitLab CI/CD pipeline to the next level? In this video, I'll show you how to integrate Bandit (Python SAST ...
6:27
... python linting ruff python linting tools python linting libraries python linting black python linting pycharm python linting gitlab ci.
5:16
Speed Up Python Linting by 200X with Ruff Rust Linter
See how Ruff, an open-source Python linter written in Rust, improves lint times from 60 seconds with Pylint down to 0.29 seconds.
31:25
How to build a complete CI pipeline with GitHub actions
Hi everyone! In this video, I'll show you how to build a robust Continuous Integration (CI) pipeline from scratch using GitHub ...
4:59
GitLab linter integration with Hadolint - Enforcing best practices for writing a Dockerfile
For feedback please tag me in an issue opened in the project below @alex-dess (GitLab User) Links: Hadolint GitLab: ...
59:19
SLC-RUG - CI/CD with Bitbucket and R
... right um there are other tools that I I've seen that have been integrated with GitHub or gitlab you know Circle Ci or Travis CI um I ...
4:46
Continuous Integration using GitHub Actions with RUFF linter
In the project, we created a python script, along with a jupyter notebook script to produce some descriptive statistics for a dataset.
27:57
Operational Maturity with Ansible + GitLab for Drift Detection & Remediation
Teams keep saying “shift-left,” but real operational maturity shows up in your pipeline. In this walkthrough, I demo a full Ansible + ...
27:28
Build and Publish Artifacts to Package Registry using Gitlab Pipeline | Python Project CI/CD
This video explains the simple and detailed explanation to build and publish code artifacts to Gitlab package registry.