Sometimes there are some scenarios that we can’t avoid or have to implement even though we know their complexity or drawbacks. I think, having a…
C# & Python lover
In the previous article, we talked about the Dapr project, its benefits and developed two sample microservice with .NET 6 as self-hosted mode in the…
As we know, .NET Conf 2022 took place between 8-10 November. During the conf, exciting news and performance improvements around .NET 7 and C# 11…
As we know, technology and our habits are constantly changing day by day. Especially after the pandemic, the trend towards digitalization and technology has increased…
As we know, the best way to debug our applications that crash or hang due to memory leaks or unknown reasons is to analyze the…
Code coverage metric is an important indicator of how healthy and reliable our project is, and how quickly we can adapt to changes. Basically code…
Due to the needs of today’s technology age, we are trying to develop our applications using microservice architecture that met the scale demands. Also about…
As we know, software development doesn’t end easily especially in today’s world. In addition to developing the software, it is one of our biggest problems…
As technology is constantly evolving and changing, the database schema of the application, that we work in, can also change with each new feature we…
In today’s technology era, almost all of us talk about microservices and try to develop applications. When we just talk about microservices before get started…
As a responsible developer, in addition to being able to write clean code, it is also important to ensure that our application runs efficiently. As…
As we can imagine, the technology and needs are rapidly evolving and growing day by day. Because of these rapid changes, organizations are also trying…
I guess the last time that I needed to implement the specification pattern was one and half year ago. My goal was the encapsulate the…
I think the “health of our applications” topic has always been an important and common concern for all of us regardless of the architectural approach.…
We had been developing applications in smaller scope in the past. Considering today’s rapid advancement of technology and our aim to obtain global market share,…
If you haven’t read the first part of this article, you can reach it from here for better understanding of the subject. In this second…