KafkaProducer connection pool in Python: Part 2
In this article, we explore a generic and modular approach to the KafkaConnectionPool class

Search for a command to run...
Articles tagged with #django
In this article, we explore a generic and modular approach to the KafkaConnectionPool class

This article focuses on implementing a thread-safe connection pool for KafkaProducer to avoid application startup fails due to Kafka servers downtime

I will walk you through setting up Docker for your applications :). First let us talk about the technologies in the title. All the stacks... Ik'zo :fire Docker In these evil days, it is imperative for developers to shift their focus to business logic...

In this article, I will show you how to leverage inheritance in your Django models to ensure elegant, clean and neat code.

Not all management commands are quite obvious, you'll love this one!

Pipenv is a great tool for managing project dependencies in Python, virtual environments and more importantly, in this article, environment variables
