Mehdi Hadeli Blog
Hi, I am Mehdi, A software engineer, specializing in backend development and distributed systems.
microsoft-mvp
golang
golang
dotnet
mongodb
kubernetes
docker
azure
postgres
rabbitmq
A blog for learning
Horizontal Scaling In MongoDB With Replication

Horizontal Scaling In MongoDB With Replication

In today’s fast-paced digital landscape, the ability to scale your applications efficiently is crucial for success. In this blog post, we delve into the concept of horizontal scaling with MongoDB, a powerful NoSQL database known for its flexibility and scalability.

Mehdi Hadeli

Messaging in .Net Core with RabbitMQ - Publisher Confirm

Messaging in .Net Core with RabbitMQ - Publisher Confirm

If you’re developing a.NET Core console application, you might notice that it lacks support out of the box for crucial features like dependency injection, logging, and [configuration]. But by using these strategies, you can organize your console application and make it simpler to maintain, just like in an ASP.NET Core application.

How to Implement Dependency Injection for .Net Core Console Applications

How to Implement Dependency Injection for .Net Core Console Applications

If you’re developing a.NET Core console application, you might notice that it lacks support out of the box for crucial features like dependency injection, logging, and [configuration]. But by using these strategies, you can organize your console application and make it simpler to maintain, just like in an ASP.NET Core application.