-
Continue reading →: Are microservices bad now?
A lot has been said about the benefits of microservices, but ultimately, we have seen some trends considering the return of monoliths. Companies and engineers blame microservice architecture for performance, latency, and productivity issues. However, the lack of maturity and experience in the industry has led to overlooking important design…
-
Continue reading →: Pulumi: Automating Cloud Resource Provisioning with C#
I was looking for a .NET library to integrate with an API to provision Azure resources using C# language. Initially, I considered adopting .NET Azure Resource Manager library. However, during my research, I came across Pulumi, which seems to offer an alternative solution. Pulumi, founded in 2017, is an infrastructure-as-code tool…
-
Continue reading →: Microsoft is democratizing AI, and I will tell you how
For four days, I participated in a Microsoft training called “AI-102: Designing and Implementing a Microsoft Azure AI Solution.” During this training, I was exposed to a variety of Azure services that leverage AI power on applications and organisations. In this article, I want to share a review of these…
-
Continue reading →: Event-Sourcing database solution with Cosmos DB
This is a comparison of low-cost solutions for building up an Event-sourcing database using Cosmos DB without coding. Introduction In this article, we will have a look at different messaging solutions for creating an event-sourcing database using Cosmos DB. You will see the Azure resources we can integrate with Cosmos…
