Ops Development & AI Practice
Author

Ops Development & AI Practice

DevSecOps engineer sharing experiences and insights on AI, Web3, and Claude code development. Aims to help solve technical challenges, improve development efficiency, and grow through community interaction. Feel free to comment and discuss.

555
Articles
0
Likes
21
Views
0
Comments
Recent Articles

Latest from Ops Development & AI Practice

100 recent articles max
Ops Development & AI Practice
Ops Development & AI Practice
Aug 24, 2025 · Operations

Beyond SAST: Integrating Code Quality Checks in GitLab CI/CD

This article explains why GitLab's built‑in SAST focuses solely on security, distinguishes it from code‑quality analysis, and provides two practical ways—using the official Code‑Quality template and integrating custom linters—to add comprehensive code‑quality checks into your CI/CD pipelines.

CI/CDGitLabSAST
0 likes · 7 min read
Beyond SAST: Integrating Code Quality Checks in GitLab CI/CD
Ops Development & AI Practice
Ops Development & AI Practice
Aug 24, 2025 · Operations

How to Unlock Parallel Job Execution in GitLab Runner

This guide explains why parallel task handling matters for CI/CD efficiency, details the core 'concurrent' setting in GitLab Runner's config.toml, shows step‑by‑step configuration across platforms, and demonstrates how to combine it with the .gitlab-ci.yml 'parallel' keyword for fine‑grained job scheduling.

CI/CDGitLab RunnerPipeline
0 likes · 7 min read
How to Unlock Parallel Job Execution in GitLab Runner