Tech Skills
DevOps & Cloud
CI/CD, Docker, Kubernetes, AWS, GCP, Azure, monitoring and infrastructure as code
Skills in this topic
6 skills — Sign in to track your progress
Linux & CLI
beginner
Navigate the filesystem, manage permissions, and use pipes
Docker & Containers
beginner
Write a production-ready Dockerfile
Cloud Fundamentals
intermediate
Deploy a web app on AWS EC2 or App Engine
Kubernetes
intermediate
Deploy a multi-container app on a k8s cluster
CI/CD Pipelines
intermediate
Build a CI pipeline that runs tests on every PR
Infrastructure as Code
advanced
Provision a full VPC with Terraform

Dev.to · Mu Micro
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
When a port is already in use, there is no interactive way to find it — so I built `port-peek`
The problem When a port is already in use, developers have to chain together lsof, grep,...

Dev.to · mary moloyi
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
I Never Want to Write Another On-Call Incident About Nigeria
The Problem We Were Actually Solving Our initial approach was to use PayPal as the primary...

Dev.to · pickuma
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Stop Wrestling With Terraform State Imports at Scale
The classic terraform import command mutates state with no preview and handles one resource at a time. Here is how config-driven import blocks, generated config

Dev.to · Leoo Chet
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Beginner’s Guide to Hosting Your First App on DigitalOcean
For the longest time, all my projects lived on localhost. Every side project I built stayed trapped...

Dev.to · Anna
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
From Years to Hours
It's not a brag for me to say "I've been visualizing infrastructure since 2018" - it's the actual...

Dev.to · SamReid
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Why your uptime monitor says everything's fine while users see a white screen
It was 11:47 PM on a Thursday when the Slack messages started rolling in. "Hey, the checkout page...

Dev.to · Brian Becker
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
What I'd do differently if I migrated this CI/CD pipeline again next week
by the AI that did it I'm Brian. I'm 63. I've been writing software since 1980 — Fortran...

Dev.to · Carlos Cortez 🇵🇪 [AWS Hero]
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Amazon Q Developer CLI ahora es Kiro CLI — ¿Qué cambió y por qué importa?
Amazon Q Developer CLI ahora es Kiro CLI — ¿Qué cambió y por qué importa? Si llevas un...

Dev.to · Josh Blair
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
CI/CD with AWS CodePipeline and CodeBuild
Overview Every push to the main branch on GitHub automatically builds the React app and...

Dev.to · Ashish Nair
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Building a Spring Boot Monolith Application and a DevSecOps Pipeline Around It
A lot of CI/CD tutorials show a simple “Hello World” app and a Jenkins job that prints Build...

Dev.to · yongrean
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
mcp-probe v1.0.0: A CI readiness gate for MCP servers
mcp-probe started as a small CLI for checking whether an MCP server starts and exposes tools. That...

Dev.to · Cristian Iridon
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
The anatomy of a 47-second preview deploy
The anatomy of a 47-second preview deploy Every engineer on a product team wants the same...

Dev.to · Kazu
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Catching Invisible Degradation in a Go OSS Project: 7 CI Checks Over 11 Months
Three days after a release, an issue arrived: "The install command doesn't work." A module path...

Dev.to · Ulrich (Houngbe)
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
CI/CD avec GitHub Actions
CI/CD avec GitHub Actions : Guide Complet GitHub Actions révolutionne l'intégration et le...

Dev.to · Ulrich (Houngbe)
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
CI/CD avec GitHub Actions
CI/CD avec GitHub Actions : Guide Complet GitHub Actions révolutionne l'intégration et le...

Dev.to · ZNY
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
The Monitoring Stack We Actually Use in Production
The Monitoring Stack We Actually Use in Production Prometheus, Grafana, and three things...

Dev.to · sanjay yadav
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Managing Terraform State Locking in S3 Without DytnamoDB
Introduction If you’ve worked with Terraform, you’ve probably followed the standard...

Dev.to · Ted
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Vercel Stopped Deploying. No Alert. No Error. Just Old Code.
Every push to GitHub went through fine. Vercel showed a healthy project. The site was quietly serving a build from two weeks ago. One line in vercel.json was ca

Dev.to · jesus manrique
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Zero to Kubernetes Part 3: ArgoCD, GitOps and App-of-Apps
Install ArgoCD, configure GitOps with app-of-apps. Every git push deploys automatically with self-healing.

Dev.to · Ricardo Cuba
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
How I registered an MCP server for 3,760 retailers — and what I learned
Yesterday CLI Market was a PyPI package. This week it's an official MCP Registry server: Here's...

Dev.to · tyxak
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
I built a self-hosted Linux fleet manager with no database and zero pip dependencies
I manage a small fleet of Linux servers and got tired of the options: Ansible is great but not a...

Dev.to · Athreya aka Maneshwar
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
What Happens When You Run `npm run dev`
Hello, I'm Maneshwar. I'm building git-lrc, a Micro AI code reviewer that runs on every commit. It is...

Dev.to · Arijit Das
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
DbxSmith: Forge Isolated Dev Environments and Manage Boxes Seamlessly
A pure Bash TUI toolkit for provisioning, isolating, and orchestrating Distrobox/Podman containers —...

Dev.to · chunxiaoxx
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Compass v1.1.0 · we shipped a memory plugin that catches its own consumption drift
Recall != consumption. Same anti-pattern reproduced across sessions despite recall hitting the right files. Three layers of fix and a capability-driven governan

Dev.to · Sean Boult
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Terminal Superpowers You Should Be Using in 2026
I live in my terminal. Here's what I use to stay fast. Fuzzy finder (fzf) Terminal motions Sudo...

Dev.to · Yassine Adissa
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
I Built a Live Monitor for 77 Free Public APIs in a Weekend (Architecture + Bugs)
Astro static site, Cloudflare Workers cron, D1 SQLite, daily GitHub Actions rebuild. $0/month. The one bug that ate an afternoon.

Dev.to · Artyom Rabzonov
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
What I learned introspecting 922 npm MCP servers
TL;DR: We ran npx -y <package> against 922 npm-published MCP servers, sent them the JSON-RPC...

Dev.to · Sirisharaju Kamparaju
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Deploying Ansible AWX on Kubernetes Using Helm
In this blog, I'm going to walk you through how I deployed Ansible AWX on a Kubernetes cluster using...

Dev.to · Dakshin G
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
How Kafka and Nginx Move Data Faster: The Magic of Zero Copy
Ever wonder how tools like Kafka, Nginx, Netty manage to saturate a 10Gbps network link while barely...

Dev.to · Ramveer Singh
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Why are we still debugging production logs like it's 2012?
Hey everyone, Let’s be honest for a second: outage debugging is one of the most stressful parts of...

Dev.to · hamza qureshi
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
What Broke When We Hit 100k WebSocket Connections (And How Realtime Orchestration Saved Us)
Introduction We built a product that streams AI model outputs to browsers and backend...

Dev.to · Python-T Point
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
⚙️ Monitoring MinIO with Prometheus and Grafana — the right way for production
A full monitoring setup can generate zero actionable alerts — when metrics aren’t tied to system...

Dev.to · Pendela BhargavaSai
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
I Broke My Proxmox Home Lab with a GPU Passthrough - Here's How I Fixed It
How a Kubernetes worker VM with a passed-through AMD GPU sent my entire home lab into an infinite...

Dev.to · 0xArchitect
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
I bought yamlfuneral.com
I've rewritten the same CloudFormation template from scratch more times than I want to admit. The...

Dev.to · Durgesh
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Kubernetes Tools
Every Kubernetes Tool Explained In One Post (And Why They Exist) The Kubernetes Ecosystem Has a...

Dev.to · Khachatur Ashotyan
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Jenkins as a Code, or how I stopped clicking around in the UI
I've been running Jenkins in one form or another for years now. Different companies, different sizes...

Dev.to · James Rivers
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Why Your Kubernetes Log Parsing Is Silently Dropping Events (And How to Fix It)
Why Your Kubernetes Log Parsing Is Silently Dropping Events (And How to Fix It) You're...

Dev.to · Dhiraj Chatpar
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
KumoMTA Setup Guide 2026: Ubuntu, Docker, Kubernetes & Production Configuration
KumoMTA Setup Guide 2026: Ubuntu, Docker, Kubernetes & Production...

Dev.to · Madhavi Pasumarthi(#madhaviai)
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
The Real Problems Start After Your MCP Server Works
I've been spending a lot of time building and deploying MCP servers, experimenting with tool...
![[Tools] Drunk Charts: A Reusable Helm Library for Kubernetes Deployments](https://media2.dev.to/dynamic/image/width=1200,height=627,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7ham4ecmultu074td9b4.png)
Dev.to · Steven Hoang
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
[Tools] Drunk Charts: A Reusable Helm Library for Kubernetes Deployments
A deep dive into drunk-lib and drunk-app Helm charts — a library-first approach to Kubernetes deployments with OCI distribution and Claude Code AI plugins for v

Dev.to · Bala Paranj
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Visual Regression Testing for CLIs with VHS
How to use Charm's VHS to create GIF-based visual regression tests for your CLI's terminal output —...

Dev.to · 7onic
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Build & Release #5: How Apple's rsync Update Nuked My Repo
A macOS update silently swapped rsync. My public repo's git history vanished. My first fix made it worse. Then I merged a bad commit without checking the diff.

Dev.to · Javier Leandro Arancibia
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
New act Plugin for SuperCLI
New act Plugin for SuperCLI GitHub Actions local runner — run, list, validate, and test...

Dev.to · Iyanu David
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
The Runbook Is Already Lying to you.
There's a particular kind of grief that comes with opening a runbook at 2 a.m. and realizing, halfway...

Dev.to · Fatih Şennik
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
How Misconfigured Docker Ports Bypass Every Firewall You Set Up - Stealthy vulnerability
Originally published at fatihsennik.com You were running your own servers. You thought you...

Dev.to · pickuma
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Fly.io vs Railway: Which Platform Deploys Your Side Project Fastest in 2026?
We deployed the same Next.js app + Postgres database to Fly.io and Railway and measured time-to-first-deploy, cold starts, and the developer experience gap. Rai

Dev.to · Rhumb
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
MCP Retry and Rate-Limit Budget Checklist
Harden MCP retries and rate-limit handling with route budgets, quota owners, idempotency guards, backoff evidence, exhausted-budget denials, and receipts.

Dev.to · Rahul Joshi
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Day 6 — Docker & Containerization
Modern software development has changed completely. Applications are no longer deployed directly on...
DeepCamp AI