Blog

2023

Setting Up a Terraform Pipeline in Azure DevOps

(3 minutes read)

Are you ready to automate your Terraform deployments using Azure DevOps? In this short post, I'll walk you through creating a Terraform pipeline using Azure YAML Pipelines.

Cosmos DB API for MongoDB dump and restore

(2 minutes read)

Ever wondered if you can perform an offline migration from one Cosmos DB API for MongoDB to another using native MongoDB database tools? It's not only possible, but I'll walk you through the process step by step. Let's get started.

2022

Saving Test Results from the Kubernetes Job

(5 minutes read)

At some point in life you might find yourself running E2E (end-to-end) test suite using Kubernetes cluster. Such tests are relatively short living processes (they born to run the test and die when are finished). The question is: How to get the generated test report from the container in Kubernetes?

Implementing Microsoft REST API Filter

(8 minutes read)

Enterprise organizations try to adapt Microsoft REST API Guidelines as a basis for their services more and more. Something is simple to follow, something is not, like $filter. In this post I will show you how to work with $filter outside the Microsoft tooling.

2021

How to Backup to Backblaze B2 with Rclone and keep the network alive

(6 minutes read)

I'm living in a place with not the fastest internet download/upload (39/12 Mbps) speeds. It took some time to tune all the parameters of the Rclone to successfully create an initial backup (around 400GB) and keep the network alive during the upload to Backblaze B2.