Category: Architecture
-
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.…
-
Git, Roslyn and Nuget Magic
I was writing some code into To-Do.Studio so that when people demo their code and features, I have a better idea of what it is I am seeing – more specifically, what version number would I see (to understand branches and commits)… My initial thought was : on startup i…
-
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…
