Mr Rampage
The Rampage

The Rampage

Follow
homeFlux in .NETCombinators in Practice

The Power of Empty

Feb 1, 20225 min read

The more a person limits himself, the more resourceful he becomes. – Soren Kierkegaard This is a series to share simple tips to improve the...

The Power of Empty

CI for .NET 5 with BitBucket Pipelines

Sep 22, 20212 min read

DevOps is one of those things that I don't know enough about. For that reason, I try not to avoid it in the hopes that I will understand it. So today,...

CI for .NET 5 with BitBucket Pipelines

Bridging .NET events to Observables

Sep 20, 20212 min read

Recently, I came across a problem that was easily solved with Observables implemented with the IObservable and IObserver interfaces in .NET....

Bridging .NET events to Observables

APIs for Critical Systems

Aug 20, 20219 min read

Using Fluent Interfaces to enforce Workflow · In 2000, a software system used to plan radiation treatment inadvertently caused the death of 5 patients...

APIs for Critical Systems

REST is not JSON

Jul 8, 20213 min read

I do a lot of teaching. However, sometimes when you become so familiar with something, you can develop blind spots. With the explosion of JavaScript,...

REST is not JSON

When failure equals death...

Jun 23, 20219 min read

Embellished JavaScript functions for safety · TLDR; Function signatures are contracts for callers. Failure can be reduced by implementing contracts at...

When failure equals death...