Recent posts

How to document a project with MkDocs 📹

1 minute read

Hello, Welcome my third video tutorial, this time, on how to get started with MkDocs. In this video I try to give you a basic overview of MkDocs and a conf...

💻Remote Desktop: logon attempt failed ⛔

less than 1 minute read

Hi 👋 Have you ever tried to setup your Windows’s Remote Desktop functionality and failed with the following error message “logon attempt failed“, knowing th...

Running Linux GUI Applications in Windows

less than 1 minute read

Hi 👋, This is a quick tutorial on how to run Linux graphical interface application in Windows using X Server’s forwarding feature. The first step is to dow...

fzf: A command-line fuzzy finder 🌸

less than 1 minute read

Hi 👋, fzf is a command line tool that can be used to fuzzy search files, history, and command outputs. Check out the Github repository. This is a tool that...

Kafka Connect MongoDB Sink Connector

7 minute read

Hello 👋, In this article we’re going to build a data pipeline that connects Kafka to MongoDB. In short, we’re going to add a MongoDB Sink connector to a Ka...

Improving the throughput of a Producer ✈

3 minute read

Hello 👋, In this article I will give you some tips on how to improve the throughput of a message producer. I had to write a Golang based application which ...

AutoFixture in ASP.Net Core 🎥

less than 1 minute read

Hello, 👋 This is my first video blog post in which I try to explain AutoFixture. https://www.youtube.com/watch?v=ec52FWmzQxA Here’s the test case referenc...

Computer Speakers 🔊

less than 1 minute read

Hello, Yes, this post title is weird, but I want to take a moment to acknowledge that I’m very grateful for dad for buying these computer speakers and much ...

Sharding MongoDB using Range strategy

6 minute read

Hi 👋👋 In this article I will explore the topic of sharding a Mongo Database that runs on Kubernetes. Before we get started, if you want to follow along, ple...