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 · Todd Sullivan
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
I Put TestFlight Behind a Preflight Gate Before It Can Touch the Repo
I added a preflight gate to an iOS + watchOS app build this week because the build script had a small...

Dev.to · Ansh Sonkar
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Turned CNAPP engine into an MCP server
While building Emfirge my own CNAPP to learn about infrastructure building, I kept running into the...

Dev.to · Kamil Mrzygłód
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Running Azure integration tests in CI without a subscription, credentials, or cloud costs
Every team that tests against real Azure services in CI eventually hits the same four problems. You...
Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
From npm run dev to GitOps — Building a Production-Grade DevOps Pipeline from Scratch
Most developers know how to build an app. Very few know how to own what happens after. Continue reading on Medium »
Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
The Strongest DevOps Engineers Are Not Those Who Never Fail — They Are Those Who Never Stop…
In the world of DevOps, failure is not an exception. Continue reading on Medium »

Medium · Cybersecurity
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Best Red Hat Certification Courses to Boost Your IT Career in 2026
The demand for Linux administrators, DevOps engineers, cloud professionals, and automation experts continues to grow rapidly in 2026. As… Continue reading on Me

Dev.to · Review Laptop
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Setup Dev Environment cho Laptop RTX 5070 Ti & RTX 4070
Chúc mừng bạn đã sở hữu một chiếc laptop với GPU mạnh mẽ! Dù bạn chọn kiến trúc Blackwell trên RTX...

Dev.to · alejny
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
I built a Terraform security scanner that lives inside GitHub PRs
The problem IAM wildcards and public S3 buckets keep slipping through Terraform code review. Tools...

Dev.to · Ebelechukwu Lucy Okafor
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Deploying Spring Petclinic Microservices with Docker Compose: A Complete DevOps Walkthrough
Introduction As part of my DevOps learning journey in DMI Cohort 2, I deployed the Spring Petclinic...

Dev.to · z z
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
5 Git Worktree Workflows That Changed How I Code
Stop stashing and start worktree-ing — 5 real workflows with commands

Medium · Programming
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Container Design Patterns: Or Stop Building God Containers
Part 1 of 3 — The Three Patterns That Live in One Pod Continue reading on Heap & Wire »

Dev.to · ahmet gedik
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Building a Multi-Region Health-Check Aggregator for Video CDN Edges
How we replaced a single global uptime check with regional Go probers, a SQLite sample store, and a
Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Day 2: The 2:00 AM Incident — Using MTR to Solve a Transatlantic Networking Crisis
Yesterday, on Day 1, we broke down the gold-standard 5-step connectivity flow to isolate issues step-by-step from your local machine to… Continue reading on Med

Dev.to · Amaresh Pelleti
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
PostgreSQL on Kubernetes — Complete Setup Guide with CloudNativePG
How to run production-grade PostgreSQL on Kubernetes using CloudNativePG — HA clusters, automated failover, backups, PgBouncer, and PITR.

Dev.to · Guatu
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
CloudNativePG: Running PostgreSQL in Kubernetes Without the Pain
Running PostgreSQL on Kubernetes with CloudNativePG: the Kyverno policy traps, SSL gotchas, read/write splitting, and the 16.4 segfault to avoid.
Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Apple’s New Container Tool: Running Linux on Mac Without Docker Desktop
A Fresh Way to Handle Containers on Your Mac Continue reading on Medium »
Dev.to AI
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Your Trending Repos Script Broke. Again.
Your Trending Repos Script Broke. Again. You set up a GitHub Action to scrape trending TypeScript repos. It ran at 9 AM. You got an empty JSON array. No errors.
Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Comprendre l’Infrastructure as Code avec Terraform : les fondamentaux expliqués simplement
Concepts, variables, outputs, modules, tfvars — le vocabulaire essentiel pour lire et écrire ses premiers fichiers Terraform sans se… Continue reading on Medium

Dev.to · Hamid Shoja
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
4- AWS Serverless: Event-Driven Design: SQS, SNS, and EventBridge
When designing modern cloud architectures, Event-Driven Architecture (EDA) is the gold standard for...

Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Why Every Modern Cloud Engineer Needs to Understand Infrastructure as Code
For many beginners starting their cloud journey, creating resources often begins with clicking through a cloud provider’s console. Continue reading on Medium »

Dev.to · ahmet gedik
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Building a Video Stream Health Probe with Prometheus Exporters in Go
How we built a Go Prometheus exporter that probes HLS/DASH manifests across eight regions, catching
Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Why Managed CloudOps, DevOps & MLOps Are the Backbone of Modern Enterprise IT
Most enterprises don’t have an AI problem, a cloud problem, or a DevOps problem. They have an operations problem. Continue reading on Medium »

Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
The Docker Command That Saved Production at 4 AM (And the One That Almost Made It Worse)
I typed the wrong command first. Here’s what I learned from that thirty seconds of panic. Continue reading on Stackademic »

Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
5 Ways to Deploy a Website on AWS: From Beginner to Production Scale
When I first dove into AWS, I quickly realized there is no single “right” way to deploy a website. The best approach completely depends on… Continue reading on

Hackernoon
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Building a 5G Base Station Configuration Validator: Scaling Compliance and Test Automation
The 5G Base Station Configuration Validator automates the validation of base station configurations against 3GPP and regional requirements to reduce deployment

Hackernoon
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Self-Healing Ingress: Building a Gateway That Fixes Itself and Explains Why
Kubernetes already "self-heals": it restarts what crashes. Those are reflexes, not judgment. This article walks through the architecture of a self-healing ingre

Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Wazuh Ansible Series Part 3: Managing Wazuh Manager Configuration with Ansible
How I managed Wazuh manager ossec.conf using inventory-owned files, local wrapper roles, and a controlled restart flow. Continue reading on Medium »

Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
How to Build Pull Request Cost Gates with Infracost and OpenCost
Learn how to implement Shift Left FinOps using Infracost and OpenCost to catch cloud cost overruns before deployment. Build pull request… Continue reading on Me

Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Building a Complete AWS Environment Locally with Floci
Cloud engineers often want to learn AWS services, build event-driven architectures, test Terraform code, and practice CI/CD pipelines… Continue reading on Mediu

Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Blue-Green Deployments in Kubernetes: How Traffic Switches Without Downtime
A payment company I know runs a deployment that takes exactly four seconds. Continue reading on Medium »

Dev.to · Nerav Doshi
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
From Supply Chain to Software: What Containers Actually Are and Why They Matter
Pipeline & Prompts | Byte size guides on DevOps, Cloud and AI The Moment Someone...
The Register
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Red Hat gives Ubuntu a bootc up the backside at Canonical shindig
Bootable containers pitch shows how distro can be managed with familiar OCI tooling

Medium · JavaScript
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
From Local Setup to Secret Management: A Practical HashiCorp Vault Guide
In my previous article, I discussed the limitations of managing secrets through .env Continue reading on Medium »

Dev.to · scubaDEV
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Everything That Breaks When You Generate PDFs with Headless Chrome in a Container
Server-side PDF generation with headless Chrome is the kind of feature that demos perfectly and then...

Dev.to · Rahad Bhuiya
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
A load balancer inspired by how Emperor Penguins survive Antarctic winters
Why I modeled a load balancer after Emperor Penguin huddles A few months ago I was reading about how...

Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Building a SOC-Lite Monitoring Stack: Real-Time Alerting with Prometheus, Grafana, and Alertmanager
How I built a production-style monitoring and alerting system that detects incidents and sends email alerts automatically Continue reading on Medium »

Dev.to · Lukas Walter
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Build and deploy an MCP server with .NET and Azure Container Apps
MCP servers do not have to be local stdio processes. If you want a tool surface that can run as a...
ZDNet
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Container made it easy to run Linux on my MacBook - here's how I set it up
If you're looking to get into developing for Linux, but you prefer using a Mac as your developer tool of choice, there's a new command-line tool that you should

Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Day3/100 ImagePullBackoff
Great Day 3 scenario. This is one of the most common Kubernetes production issues. Continue reading on Medium »

Dev.to · Sohana Akbar
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
K9s — The Terminal UI That Made Me Love K8s Again
Let me be honest with you. For the first two years of my Kubernetes journey, I was that person. You...

Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Top 5 DevOps Admin Panels and Dashboards for Server Management
The best open-source and self-hosted tools to manage your infrastructure. Continue reading on Medium »

Medium · Programming
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Different Types of Read-Through Cache Strategies
Caching is one of the most effective ways to reduce database load and improve application latency. Among the various caching approaches… Continue reading on Med

Dev.to · Harsh Raj Dubey
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
The cache bug that only appears when your app goes viral
So this is not a story about a bug I found in someone else's code. This is a story about a bug that...

Dev.to · Artem
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
I built a live Docker topology viewer because `docker ps` stopped being enough
As my Docker setup grew, docker ps and Compose files stopped giving me the full picture. I could see...

Dev.to · Stéphane Derosiaux
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
You can do WHAT with a Kafka proxy?
At Current 2026, I realized that nobody knows exactly what a Kafka proxy can do. Most engineers and...

Dev.to · Daniel Westgaard
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
A CVE just hit your base image. Your scanner won't tell you which repos to fix.
In January 2026, CVE-2026-0861 landed in glibc. An integer overflow in the memalign family, rated...

Medium · DevOps
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Building CI/CD Pipeline with Jenkins (1) — From Build to Deployment
Automating test, build and deployment using only Jenkins Continue reading on Medium »

Dev.to · Kishore Bhavnanie
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Wildcard DNS Records: Uses, Risks, and Best Practices
A single DNS record can answer for an unlimited number of subdomains. Add one wildcard entry, and...
DeepCamp AI