https://sudonull.com/hybrid-code-search-in-gitlab-across-100-projects
Speed up string search in GitLab: API for code, deep scan for YAML/JSON/env. python-gitlab script reduces time from hours to minutes. Code and instructions for middle/senior dev.
https://sudonull.com/hybrid-code-search-in-gitlab-across-100-projects
Speed up string search in GitLab: API for code, deep scan for YAML/JSON/env. python-gitlab script reduces time from hours to minutes. Code and instructions for middle/senior dev.
https://sudonull.com/dns-docker-in-gitlab-ci-max-notifications-fix
Case breakdown: why MAX notifications weren't reaching from GitLab CI. DNS in Docker, curl debugging, config.toml fix. Script template for middle/senior dev.
https://sudonull.com/ai-agent-for-analyzing-ci-cd-failures-in-n8n
Set up an AI assistant to analyze failed GitLab pipelines. Logs, MCP tools, reports in Slack. Speed up DevOps without routine. Implementation guide.
https://sudonull.com/ai-agents-for-qa-11-pipeline-skills
Multi-agent system automates 80% QA: from requirements decomposition to autotests in GitLab. Architecture, skills, integrations for middle/senior QA. Study the implementation on Claude Code Skills.
https://sudonull.com/rust-wasm-porting-cli-to-browser
Learn how to port a console application on Rust to WebAssembly and deploy on GitLab Pages. Step-by-step code breakdown, CI, and terminal UI. Ideal for middle/senior dev.
Jul 23, 2025 ·
https://www.geeksforgeeks.org/git/how-to-configure-gitlab-runners/
Jul 23, 2025 · In this article, we will guide you through the process of configuring GitLab Runners to suit your project’s needs. What is a GitLab Runner ? A GitLab Runner is an application that works with GitLab CI/CD to run jobs in a pipeline.
Jan 15, 2026 ·
https://blog.devops.dev/gitlab-runners-in-simple-terms-how-gitlab-ci-cd-actually-works-78f91fcc6902
Jan 15, 2026 · What Exactly Is a GitLab Runner ? A GitLab Runner is a small program, installed on a machine (VM, server, container, or Kubernetes) that connects to GitLab , waits for CI/CD jobs, and executes commands step by step.
May 31, 2024 ·
https://www.baeldung.com/ops/gitlab-runner-guide
May 31, 2024 · In this article, we’ve explored the power and flexibility of GitLab Runner and how it can revolutionize a CI/CD pipeline from installation and configuration to running jobs with GitLab Runner .
Aug 18, 2024 ·
https://virtualizare.net/devops/how-do-gitlab-runners-work.html
Aug 18, 2024 · GitLab Runners are essential tools for automating tasks in a CI/CD pipeline . They help in building, testing, and deploying code efficiently. This guide will walk you through the steps to set up, configure, and optimize GitLab Runners for your projects.
Learn what is microservices architecture, its benefits, challenges, and key patterns like Saga and API Gateway. Understand when to use this modern approach.
Kubernetes architecture explained with examples: understand control plane, worker nodes, Pods, and deployment flow. Learn how clusters work with practical use cases.
Learn what is the OWASP Top 10 and why does it matter for secure coding. A developer's guide to web app vulnerabilities, risks, and practical defense strategies.
Learn how to build an AI agent with LangChain in this step-by-step tutorial. Set up tools, integrate LLMs, and create autonomous agents with memory.
Learn how to write a SQL query with practical examples. Master SELECT, WHERE, JOIN, GROUP BY, and best practices for readable, efficient SQL. Start now.
Learn how to set up CI/CD pipeline with GitHub Actions. Step-by-step guide with YAML examples for automated testing, Docker builds, and deployment.
Learn how to deploy LLM in production with this step-by-step guide. Covers model selection, Kubernetes deployment, vLLM, testing, and monitoring for reliable AI systems.
What is a vector database? Learn how vector databases power AI search, RAG, and recommendations. Discover key concepts and when to use them. Start here.
Learn what is Kubernetes and how it works. Understand its architecture, self-healing, scaling benefits, and real-world impact. Start mastering container orchestration today.
Chinese startup DeepWay announced a robotaxi with a range of 1000 km on solid-state batteries. Learn how this changes the electric vehicle market and why it matters.