Latest posts
-
Unlocking Scalability and Resilience with Event-Driven Architecture: A Smart Home Showcase
Are you looking to build a system that's scalable, efficient, and resilient to failure? Event-driven architecture (EDA) might be the answer. In this article, we'll walk through the design of a Smart H...
-
5 Backend Interview Questions
Preparing for a backend engineering interview can be a challenging yet rewarding experience. Based on my experience as a technical recruiter I will give you a few tips and, more importantly, tell you ...
-
Building a recommendation system using Neo4j
Modern applications now rely on recommendation systems to power personalized suggestions that improve user experiences. In this article, we’ll look at how to use Neo4j to create a simple recommendatio...
-
Creating Cron jobs with Django and Kubernetes
Most developers use Celery or RabbitMQ for handling periodic tasks in Django or general python web apps. In this article, I would like to show you, how you can use Kubernetes Cron Job to replace your ...
-
Improve your demo and get more for yourself.
One of the developer’s responsibilities is to present features and changes to clients and product owners. In this article, I would like to give you a few suggestions on how to can improve your present...
-
Using MinIO with Django for local development
The development process of modern applications can bring us to the moment when our local environment is slightly different from the cloud version. This can result in the need to test applications both...