Category: Azure
-
Azure DevOps Pipelines & Atlassian BitBucket
Ever since Azure DevOps was created and Pipelines was created as an individual product, capable of building software housed elsewhere (let’s say Atlassian BitBucket Cloud), I’ve had the pleasure of using it on a few legacy softwares… What did I learn – super easy to setup and use, very reliable.…
-
Azure CosmosDB Pricing Intricacies
The Azure CosmosDB system has the potential to be a great storage layer for your solution. It automatically scales to maintain performances by splitting the data into partitions. It can geo-replicate in order to minimize data transfer latencies and has multiple consistency models to suit your different needs. But… In…
-
Microsoft .net Orleans
The Microsoft Orleans project (http://dotnet.github.io/orleans/) is a .NET framework for building systems on an Actor Model paradigm. A typical transactional system receives a command and executes it. Executing it usually means fetching data from a database, modifying it and then saving it. The reason I was interested in Orleans for…
