DevTips

Tracing Microservices with OpenTelemetry

Hey, want to know what’s going on in your microservices? If you’re juggling multiple services, it’s hard to track how they work together. OpenTelemetry helps you follow requests and find problems ...

Read More

Organizing Terraform with Modules

Hey there! Is your Terraform code starting to look a bit wild? If you're using Terraform to build out your infrastructure, you know how quickly things can get complicated. That's where modules co ...

Read More

Securing CI/CD with IAM Roles

Hey, want to keep your CI/CD pipeline safe? If you’re working on software, locking down your pipeline is a must. Using specific IAM roles for each environment with just the right permissions is a ...

Read More