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…
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…
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.…
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…
Tahmin edebileceğimiz gibi genellikle zaman ve maliyet sebeplerinden dolayı mevcut uygulamaları lift & shift yaklaşımıyla cloud ortamına migrate etmeye çalışmak, bazen sandığımız kadar kolay bir…
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…
As we know, in recent years kubernetes has become an essential standard on container orchestration topic for our microservice architectures. Although kubernetes solves many of…
As we know, we need an ingress controller in Kubernetes to route traffic through a single IP address and for TLS termination operations. Although various…
In today’s technology era, we all know how important it is to host applications in the cloud environment especially for large-scale companies. According to many…
In this article, I want to mention about the SOLID principles but this time for cloud-native applications. As we know, SOLID principles are undoubtedly one…
As we know, Microsoft launched many innovations this year at Barcelona KubeCon. I think one of the great was SMI(Service Mesh Interface). As far as…
As you know, these days Microsoft is making a lot of leaps and investments for the open-source world. One of these leaps is a component…
Distributed tracing is a great method in order to be able to address and monitor where we have a performance problem in our applications that…