Install
DevOps, CI/CD & Platform Engineering
Pipelines, containers, Kubernetes, IaC/GitOps, observability, and team “golden paths.”
- 5 Subtopics
- 12 Tracked terms
- Last 30 days Feed window
Inside DevOps, CI/CD & Platform Engineering
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in DevOps, CI/CD & Platform Engineering
A new release of the VSCode extension for browsing crypto files/vaults
29+ min ago (23+ words) I have released a new version of SATO, a VS Code extension for viewing and managing cryptographic... Tagged with kdbx, vault, vscode, pgp....
BrewUI: A First Look at Homebrew's Official macOS GUI
23+ min ago (833+ words) If you use a Mac for development, you almost certainly have Homebrew installed. You type brew install something, wait a few seconds, and move on with your day. But not everyone who needs Homebrew is comfortable in a terminal. Designers,…...
Navigating npm ERESOLVE Errors: A Strategic Guide for Engineering Leaders
1+ hour, 7+ min ago (19+ words) For dev teams,... Tagged with npm, node, javascript, dependencymanagement....
I built a small Python library to add retries, caching, fallbacks, budgets, and guardrails around native LLM SDK calls
1+ hour, 12+ min ago (26+ words) I got tired of writing the same LLM boilerplate in every project, so I made a library Three lines to... Tagged with ai, python, llm, opensource....
WSO2 Ships an Open-Source Control Plane, Formalizing Agent Governance as Infrastructure
2+ hour, 25+ min ago (53+ words) Apache 2.0 release separates agent governance from agent logic for the first time at framework scale — identity, guardrails, and observability become an infrastructure layer, not a developer burden. Blair Hayes Agent Infrastructure All stories by Blair Hayes → |[email protected] Blair Hayes works…...
Why MLOps Pipelines Need Security Audits
1+ hour, 41+ min ago (436+ words) A practical SecMLOps experiment shows how Apache Airflow ML pipelines can adopt DevSecOps controls for auditable security evidence....
A run history cannot show you a run it never created
2+ hour, 32+ min ago (1118+ words) There is a failure mode in every event-driven system that its own logs are structurally incapable of reporting. Not "hard to find". Incapable. The system accepts a unit of work, answers success, and then the work does not happen. Nothing…...
How long does a Redis Sentinel failover actually take? I measured it
2+ hour, 29+ min ago (442+ words) I killed an in-memory database primary on purpose — fifteen times, across three... Tagged with redis, devops, docker, database....
Dal laptop alla produzione: guida pratica a deploy, sicurezza e automazione per web app full‑stack
2+ hour, 56+ min ago (774+ words) Un percorso “hands-on” su Ubuntu: server, runtime, reverse proxy, HTTPS, backup e CI/CD per pubblicare applicazioni in modo affidabile. Portare una web app dal tuo laptop a un ambiente di produzione pubblico, sicuro e manutenibile è uno di quei…...
Docker
3+ hour, 3+ min ago (19+ words) Desktop 1.Open terminal 2.Run docker pull nginx docker pull httpd docker pull... Tagged with containers, devops, docker, tutorial....