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…
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, 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…
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…
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, trying to migrate existing applications to the cloud environment with the lift & shift approach due to time and cost reasons,…
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…
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.…
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…