Bishoy Labib.
Building the next big thing using the AI, Cloud, Next.js
Relational databases are known for their reliability, data integrity and ability to optimize queries joining many tables. On the other hand, a NoSQL database may appear very limiting at first. It requires a new mindset to work with NoSQL.
More Posts
Choosing to be a Monolith, Cloud-Native or Cloud-Agnostic
Today’s expectations of modern applications are growing and if you think of creating a new application you will have to make lots of decisions that are not related to the problem you’re trying to solve.
.NET Logging in the microservices world
Logging is one of the central aspects in a Microservices application. Through logging you understand how the application is behaving, which service is causing the others to go down, and what caused a specific error in one of the services. So in the next paragraphs, I’ll go through the lifecycle of adding logging to a microservices application.