All Blog Posts in the DevOps Category

Handling CI/CD in a Mono Repo With Multiple Python Packages

Handling CI/CD in a Mono Repo With Multiple Python Packages

In this article i'll share how I handheld the CI/CD in a mono repo with multiple python packages using GitHub Actions.

Read More
Lab as a Service in DAZN

Lab as a Service in DAZN

I'm incredibly proud to share the outstanding work our team has accomplished recently in upgrading our testing lab infrastructure.

Read More
S3 Bucket Redirect URL With Terraform

S3 Bucket Redirect URL With Terraform

Real world example of how to create an S3 bucket with a redirect URL using Cloudfront with Terraform.

Read More
Scheduling Lambdas Using AWS EventBridge and Terraform

Scheduling Lambdas Using AWS EventBridge and Terraform

Schedule your AWS Lambda tasks using Terraform and AWS EventBridge to automate routine tasks and improve efficiency.

Read More
GitHub Actions for Dynamic Cross-Platform Testing

GitHub Actions for Dynamic Cross-Platform Testing

Automate cross-platform testing with GitHub Actions, using dynamic matrices for efficient, targeted tests.

Read More
Why Makefile is One of My Essentials Tools in Every Software Project

Why Makefile is One of My Essentials Tools in Every Software Project

Makefiles are a cornerstone tool in the software development process, particularly useful for streamlining and automating the build process.

Read More
Markdown Linters for Your Docs Repo

Markdown Linters for Your Docs Repo

Do you have a repo that contains important documentation? Streamline your documentation with Markdown linters to enhance documentation quality.

Read More
Easy Minimal CLI Using Appeal Library

Easy Minimal CLI Using Appeal Library

In continuation to my previous post, I'll show you how to create a minimal and compatible CLI using the Appeal library.

Read More
Monitor Your Hosted Local Machines with OpenTelemetry Collector Contrib

Monitor Your Hosted Local Machines with OpenTelemetry Collector Contrib

Learn how to seamlessly integrate OpenTelemetry Collector Contrib with Coralogix for efficient monitoring of local hosted machines.

Read More
Integrating NewRelic with FastAPI & Docker

Integrating NewRelic with FastAPI & Docker

Enhance your FastAPI application's monitoring with NewRelic. Gain insights and improve performance with very minimal and simple setup steps.

Read More