Tech Skills

DevOps & Cloud

CI/CD, Docker, Kubernetes, AWS, GCP, Azure, monitoring and infrastructure as code

1,387
lessons
Skills in this topic
View full skill map →
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
All Reads (933) Articles (484)Blog Posts (329)Tutorials (116)News (4)
Production-Ready GPU Inference Autoscaling on EKS with Karpenter, KEDA, and Dragonfly
Dev.to · Mark Johnson ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Production-Ready GPU Inference Autoscaling on EKS with Karpenter, KEDA, and Dragonfly
TL;DR This architecture uses Karpenter + KEDA + Dragonfly on EKS to scale GPU inference pods from...
How I Built a CLI That Generates 12 Project Templates in 3 Seconds
Dev.to · ke jia ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
How I Built a CLI That Generates 12 Project Templates in 3 Seconds
Every developer knows the pain: you have a great idea, open your terminal, and then... spend the next...
Why We Containerise Everything
Dev.to · Vivian Voss ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Why We Containerise Everything
On Second Thought — Episode 08 A new service is started. The README is written, then the...
📦 Docker vs Podman comparison 2024 — which one should you actually use?
Dev.to · Python-T Point ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
📦 Docker vs Podman comparison 2024 — which one should you actually use?
"Choosing a container engine isn't about fashion — it's about who owns the daemon." Docker...
Stop letting npm install run untrusted code on your machine — meet np-audit
Dev.to · Simon Kobler ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
Stop letting npm install run untrusted code on your machine — meet np-audit
npm install Enter fullscreen mode Exit fullscreen mode You type it...
Databases in Containers: StatefulSets, Persistent Volumes, and Backup
Dev.to · 丁久 ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
Databases in Containers: StatefulSets, Persistent Volumes, and Backup
Running databases in containers: Kubernetes StatefulSets, PersistentVolumes, backup strategies, performance considerations, and production best practices.
Beginner's Guide to Docker: From Zero to Hero
Dev.to · Yogesh Chavan ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
Beginner's Guide to Docker: From Zero to Hero
Docker has fundamentally changed how developers build, ship, and run software. If you've ever heard...
We Build AI But Still Copy-Paste to Change Text Case
Dev.to · anti Gym Club ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
We Build AI But Still Copy-Paste to Change Text Case
Last week I spent 3 hours debugging a Kubernetes deployment. That same week, I probably spent 30...
Three Ways to Git Clone with a Different SSH Key
Dev.to · Recca Tsai ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
Three Ways to Git Clone with a Different SSH Key
When you have multiple GitHub accounts or need a specific SSH key for a repo, here are three approaches: GIT_SSH_COMMAND for one-off use, git config core.sshCom
How I Deploy Node.js Apps to Production (2026)
Dev.to · Alex Chen ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
How I Deploy Node.js Apps to Production (2026)
How I Deploy Node.js Apps to Production (2026) My complete deployment guide — from code to...
Three post-deploy checks I run after every Cloudflare Pages build
Dev.to · MORINAGA ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
Three post-deploy checks I run after every Cloudflare Pages build
After hitting a sitemap _redirects bug and a Bluesky image race condition, I added three targeted smoke checks that catch silent Cloudflare Pages failures fast.
Docker in 20 Minutes: Everything You Need to Start Containerizing
Dev.to · Alex Chen ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
Docker in 20 Minutes: Everything You Need to Start Containerizing
Docker in 20 Minutes: Everything You Need to Start Containerizing Stop saying "it works on...
Serverless Packet Capture
Dev.to · Lee Harding ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
Serverless Packet Capture
A packet capture is a log of network traffic at an interface, and useful for diagnosing a wide...
Building a GCP Terraform Foundation: VPC, IAM, and Remote State
Dev.to · Abraham Naiborhu ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
Building a GCP Terraform Foundation: VPC, IAM, and Remote State
After going through several Terraform learning labs, I wanted to create my first Terraform...
Logging & Observability Best Practices from Bronto
Dev.to · Patrick Londa ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
Logging & Observability Best Practices from Bronto
Centralized logging is a good start to improving your log management — it allows collection, storage,...
How to Expose Your Docker App Securely with Cloudflare Tunnel and a Custom Domain
Dev.to · Mercy Chelangat ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
How to Expose Your Docker App Securely with Cloudflare Tunnel and a Custom Domain
Every time you forward a port on your router, you crack open a door to the internet. Anyone scanning...
How to create a linux virtual machine.
Dev.to · samuel eze ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
How to create a linux virtual machine.
This article is about the simple steps to create a Linux virtual machine. what is a Linux virtual...
Your Kibana logs are full of test cases. Here is a CLI that extracts them, with auth scrubbed by default.
Dev.to · Mikhail Golikov ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
Your Kibana logs are full of test cases. Here is a CLI that extracts them, with auth scrubbed by default.
Every sprint we export a JSON dump from Kibana, scroll through hundreds of log entries, and tell...
I Installed Kiro CLI on EC2: Here's Why My First Attempt Failed
Dev.to · Sarvar Nadaf ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
I Installed Kiro CLI on EC2: Here's Why My First Attempt Failed
👋 Hey there, tech enthusiasts! I'm Sarvar, a Cloud Architect with a passion for transforming...
Bun 1.3 + Anthropic Rust Rewrite — Bun.SQL, Bun.Image, HTTP/3 QUIC, and a 6-Day 960K-Line Zig Rust Port
Dev.to · daniel jeong ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Bun 1.3 + Anthropic Rust Rewrite — Bun.SQL, Bun.Image, HTTP/3 QUIC, and a 6-Day 960K-Line Zig Rust Port
On **May 14, 2026**, the Bun team — now part of Anthropic — merged a pull request that ported **roughly 960,000 lines of Zig code to Rust**. Work bega
Three post-deploy checks I run after every Cloudflare Pages build
Dev.to · MORINAGA ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Three post-deploy checks I run after every Cloudflare Pages build
After hitting a sitemap _redirects bug and a Bluesky image race condition, I added three targeted smoke checks that catch silent Cloudflare Pages failures fast.
The Top 50 Products Reaching End of Life in 2026
Dev.to · endoflife-ai ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
The Top 50 Products Reaching End of Life in 2026
The Top 50 Products Reaching End of Life in 2026 The definitive list of software,...
Python Git Automation: Commit, Deploy, and Manage Repos Without Touching the CLI
Dev.to · Brad ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Python Git Automation: Commit, Deploy, and Manage Repos Without Touching the CLI
Python Git Automation: Commit, Deploy, and Manage Repos Without Touching the CLI Tired of...
Deploy to Any VPS Over SSH (Without Becoming a DevOps Engineer)
Dev.to · KellyBride Ijang Longchi ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Deploy to Any VPS Over SSH (Without Becoming a DevOps Engineer)
If you’re a solo developer or an agency, you’ve probably lived this story: You ship a project. It...
Fn::GetStackOutput: How CloudFormation and CDK Solved Cross-Region References Together
Dev.to · Pahud Hsieh ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Fn::GetStackOutput: How CloudFormation and CDK Solved Cross-Region References Together
Fn::GetStackOutput: How CloudFormation and CDK Solved Cross-Region References Together ...
Managed Postgres Databases Across AWS, Azure, GCP — Weekly Benchmarks for May 07 – May 13, 2026
Dev.to · ProvisioningIQ - appswireless ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Managed Postgres Databases Across AWS, Azure, GCP — Weekly Benchmarks for May 07 – May 13, 2026
🗄️ Managed Postgres Databases — Weekly Provisioning Benchmarks Window: May 07 – May 13,...
Setting Up SSL in GBase 8a: Why Certificates Are Mandatory and How to Generate Them
Dev.to · Michael ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Setting Up SSL in GBase 8a: Why Certificates Are Mandatory and How to Generate Them
Configuring SSL for GBase 8a requires more than editing a config file — you must generate and deploy...
RTK: Como economizei 5,3 milhões de tokens sem mudar uma linha de código
Dev.to · Rafael Pazini ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
RTK: Como economizei 5,3 milhões de tokens sem mudar uma linha de código
TL;DR: RTK é um proxy de CLI que comprime o output dos seus comandos antes de jogar pro contexto do...
Why 82% of Offshore Teams Are Going All-In on Kubernetes (And Why You Should Too)
Dev.to · Alex Harmon ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Why 82% of Offshore Teams Are Going All-In on Kubernetes (And Why You Should Too)
Container orchestration is becoming the standard for offshore dev. Here's how 82% adoption rates change project costs, skills, and workflows.
Zero-Downtime Deployments for a React + Node App
Dev.to · Sohana Akbar ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Zero-Downtime Deployments for a React + Node App
Deploying a new version of your app without kicking users out or causing errors sounds like a dream,...
My Docker Containers Aren't Communicating: Hidden Network Traps
Dev.to · Mustafa ERBAY ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
My Docker Containers Aren't Communicating: Hidden Network Traps
Ever since I started using containers, I've frequently encountered the question, "Why can't these two...
Why Did My Single-Node Redis Think It Was a Replica? A Debugging Deep Dive
Dev.to · Swayam Maheshwari ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Why Did My Single-Node Redis Think It Was a Replica? A Debugging Deep Dive
The Mystery of the Redis Read-Only Error in a Single-Node Setup ...
Laravel CI/CD with GitHub Actions: Tests, Code Quality, and Deployment
Dev.to · Hafiz ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Laravel CI/CD with GitHub Actions: Tests, Code Quality, and Deployment
Set up a complete CI/CD pipeline for Laravel with GitHub Actions. Covers Pint, Larastan, Pest tests, Vite builds, and deployment to Forge or your own server.
Shipping to TestFlight Without Fastlane: Raw xcodebuild, Auto-Incrementing Builds, and One Neat Provisioning Trick
Dev.to · Todd Sullivan ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Shipping to TestFlight Without Fastlane: Raw xcodebuild, Auto-Incrementing Builds, and One Neat Provisioning Trick
Most iOS CI tutorials reach for Fastlane. It's the default assumption. And Fastlane is fine — but...
CircleCI Dynamic Config + Tag Pipelines: Why You're Getting 'No Workflow' and How to Fix It
Dev.to · 우병수 ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
CircleCI Dynamic Config + Tag Pipelines: Why You're Getting 'No Workflow' and How to Fix It
Discover why you're encountering the 'No Workflow' error in CircleCI and learn how to fix it. Understand the pitfalls of dynamic config setups that cause your C
Three post-deploy checks I run after every Cloudflare Pages build
Dev.to · MORINAGA ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Three post-deploy checks I run after every Cloudflare Pages build
After hitting a sitemap _redirects bug and a Bluesky image race condition, I added three targeted smoke checks that catch silent Cloudflare Pages failures fast.
Cloud Engineer Journey #1 - Starting My Cloud & DevOps Learning Journey
Dev.to · Joyal B Biju ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Cloud Engineer Journey #1 - Starting My Cloud & DevOps Learning Journey
Recently, I started my journey as an Associate Cloud Engineer, and I wanted to create something that...
Stop Pulling Containers Just to Mirror Them: Practical `skopeo` for Safer Image Promotion
Dev.to · Lyra ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Stop Pulling Containers Just to Mirror Them: Practical `skopeo` for Safer Image Promotion
A practical Linux guide to inspecting, pinning, copying, and syncing container images with skopeo without a daemon, plus digest-safe workflows for CI and air-ga
7 Claude Code Routines That Actually Save Me Hours Each Week
Dev.to · Muhammad Moeed ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
7 Claude Code Routines That Actually Save Me Hours Each Week
A practical walkthrough of Claude Code Routines with seven real workflows you can copy this week. Nightly issue triage, PR review pre-pass, Friday changelog, an
What does a missing description on an MCP tool actually do? Four failure modes I traced from real MCP servers
Dev.to · pengspirit ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
What does a missing description on an MCP tool actually do? Four failure modes I traced from real MCP servers
This is the third article in a series. The first established that schema descriptions are...
Kubernetes Explained With an Airport Analogy (2 Min Read)
Dev.to · Md.Jahir Ahmed ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Kubernetes Explained With an Airport Analogy (2 Min Read)
You've Been to an Airport. You Already Understand Kubernetes. Imagine you're at a...
How do you monitor third-party service outages?
Dev.to · Firat Celik ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
How do you monitor third-party service outages?
I’ve been thinking about a simple but painful problem: When something breaks in production, how do...
Visual Testing in GitLab CI: Integrate Visual Testing into Your GitLab Pipeline
Dev.to · Delta-QA ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Visual Testing in GitLab CI: Integrate Visual Testing into Your GitLab Pipeline
Visual Testing in GitLab CI: Integrate Visual Testing into Your Pipelines Visual testing...
You Didn't Escape Airflow's Complexity — You Just Distributed It
Dev.to · Andrew Tan ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
You Didn't Escape Airflow's Complexity — You Just Distributed It
Adding Kestra, Dagster, or Prefect alongside Airflow doesn't reduce orchestration complexity. It...
I scanned 30 Supabase repos this morning and found 3 production-grade leaks (one with service_role committed)
Dev.to · Perufitlife ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
I scanned 30 Supabase repos this morning and found 3 production-grade leaks (one with service_role committed)
TL;DR This morning I ran a wider sweep of public GitHub repos that import...
WebSocket Load Balancing: The Sticky Session Problem in Real-Time Services
Dev.to · alfchee ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
WebSocket Load Balancing: The Sticky Session Problem in Real-Time Services
When we started scaling our real-time Speech-to-Speech (S2S) translation service beyond a single...
I built a CLI to view your effective Claude Code config across all 4 scopes
Dev.to · Haruki Kuriwada ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
I built a CLI to view your effective Claude Code config across all 4 scopes
Hey folks! 👋 I use Claude Code every day, but honestly I'm never quite sure which config is actually...
"Cutting MCP token bloat by 12x: what happened when we packed 31 tools into one server"
Dev.to · Takayuki Kawazoe ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
"Cutting MCP token bloat by 12x: what happened when we packed 31 tools into one server"
Earlier this week @akshay_pachaar summarized a year of MCP-vs-CLI arguing into one sharp line: "The...