All Stories

My Claude Code Setup: Fixing Remote Control and Running Unattended Sessions

Claude Code’s /remote-control is one of those features that sounds life-changing — start a task at your desk, walk away, keep working from your phone. And it is life-changing, until...

25 Mar 2026 7 min read

QdrantSync: Simplifying Data Migration Between Qdrant Instances

I recently developed QdrantSync, a CLI tool to simplify and streamline migrating collections and data points between Qdrant instances. It was born out of my experience with Qdrant snapshots, which...

24 Jan 2025 1 min read

Validating JSON Outputs in MLflow with Custom Metrics

Welcome to a new post on my blog. We’ll delve into an interesting aspect of working with MLflow – adding a custom metric to validate JSON outputs. This tutorial is...

21 Mar 2024 6 min read

Selecting the Ideal Self-Hosted Vector Database

As an MLOps engineer, I was recently entrusted with the responsibility of choosing the most suitable Vector Database to address one of our crucial Data Science needs. In this case,...

15 May 2023 6 min read

Introduction to vector / embedding databases

In recent years, there has been a growing interest in vector/embedding databases. These databases are designed to store and query vector representations of data, such as text, images, and audio....

12 May 2023 4 min read

Capturing Only Unhandled Exceptions with Sentry in Python

Capturing Only Unhandled Exceptions with Sentry in Python

21 Mar 2023 2 min read

Introducing Killport: A Simple CLI Tool to Free Ports in Linux

Discover how to easily kill processes listening on ports in Linux with Killport

19 Mar 2023 2 min read

How to Choose the Right Virtual Machine for Your Kubernetes Cluster on Azure

As a professional working in the tech industry, I know firsthand the importance of selecting the right virtual machine (VM) for your workload. Recently, in my current role, I was...

14 Mar 2023 4 min read

How to run Redis locally with Docker

In this post, I want to share just one command to run Redis locally. That’s it, and it’ll be quick and easy.

01 Dec 2022 1 min read