Insights

Expert perspectives on DevOps,
AI & modern engineering

Explore expert perspectives on DevOps, AI, cybersecurity, and modern software engineering.
Stay ahead with technical insights and strategies from NextLink Labs.

DevOps

Writing a GitLab Pipeline with Claude Code

I've been using Claude Code for our internal GitLab pipelines for a while now and wanted to write up what the workflow actually looks like in practice. The serv…

Read more →
DevOps

Importing Existing Infrastructure into Terraform with Claude Code

Every consulting engagement has the same moment. The client walks you through their AWS account and at some point says "yeah, someone set that up manually a whi…

Read more →
DevOps

How to Generate Terraform Modules with Claude

Most LLM-generated Terraform is bad. You ask for a module, you get something that looks right, and then terraform validate lights up with errors. Provider block…

Read more →
DevOps

Managing AWS Organizations and SCPs with Infrastructure as Code

Most AWS environments grow in the same direction: one account becomes two, two becomes five, and eventually someone is manually clicking through the console try…

Read more →
DevOps

Using Terraform Workspaces to Keep Infrastructure Consistent Across Environments

Infrastructure drift is something we run into constantly when starting a new client engagement. Production looks nothing like staging. Staging looks nothing lik…

Read more →
DevOps

How NextLink Labs Builds Production AWS Infrastructure

Overview Every new AWS engagement at NextLink Labs used to start from scratch. Engineers assembled infrastructure from memory, past projects, or whatever patter…

Read more →
DevOps

Observability Best Practices with Grafana Cloud

Introduction Observability is not monitoring. Monitoring tells you when something is wrong. Observability lets you ask arbitrary questions about your systems, i…

Read more →
DevOps

Leveraging Hardened Docker Images: How We Stay Secure and Eliminate Image Maintenance Overhead

Why Hardened Images? The Default Is a Liability When developers choose base images freely, the result is always the same: a fragmented estate of ubuntu:latest, …

Read more →
Cloud

How We Built a Weekly AWS Cost Digest Powered by AI

Stop reading raw Cost Explorer graphs. Let Claude write your FinOps briefing. The Problem With AWS Cost Explorery Every Monday morning, someone on your team ope…

Read more →