Recent posts

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

Testing Python projects with Tox

2 minute read

Hi πŸ‘‹ In this article I will show you how to test your Python projects with Tox. Introduction Tox is a tool for automating testing in Python, their vision ...

Tail Recursion

3 minute read

Hello everyone! πŸ‘‹ Today’s article will be about tail recursion, a technique that allows you to optimize certain recursive functions. Introduction In short...

Docker basics for Developers

3 minute read

Introduction Hello πŸ™‹β€β™‚οΈ In this article we will discuss a tool called Docker 🐬 Docker is a platform which allows to package individual applications in con...

Arduino Simple Simon Says

6 minute read

This article is a re-post, the original one is on another website. Introduction I started this project some time ago in order to get familiar with Arduino....

Kubernetes service account for pod

3 minute read

Hi πŸ™‹β€β™‚οΈ, In this article I will talk about how to authenticate your applications to the Kubernetes API via the service accounts feature. Citing the Kuberne...