Recent posts

Pytest Fixtures and Yield

2 minute read

Hi 👋 In this short article I want to explain the use of the yield keyword in pytest fixtures. What is pytest? Pytest is a complex python framework used fo...

Logitech MX Keys keyboard Review

1 minute read

Hi, I’m a software developer and to do my job I have to sit on the computer at least 8 hours daily. Having a decent, comfortable, and robust keyboard to do...

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...