In the first part of the article, we talked the importance of Software Supply Chain security and the measures that can be taken throughout the…
C# & Python lover
In the first part of the article, we talked the importance of Software Supply Chain security and the measures that can be taken throughout the…
As we know, the adoption of containerization in modern software development environments has significantly changed the way applications are built and deployed. The lightweight and…
As we know, adapting to microservice architecture has many benefits, but unfortunately, it also has some challenging points. Especially on the data consistency side. For…
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…
I think we are all aware of the importance of digital transformation and the benefits that we can achieve with it. As we know, many…
Applications that we develop as cloud-native sometimes may have to deal with data related operations such as accessing, storing or sharing a data between applications.…
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…