Mr Rampage
The Rampage

The Rampage

Follow
Follow
homeFlux in .NETCombinators in Practice
Tag

Programming Tips

#programming-tips

More content

Read more stories on Hashnode


Articles with this tag

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

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

Composition with the S-Combinator

Mar 18, 202110 min read

AKA The Substitution or Starling combinator · Photograph by Noel Feansderivative work: Snowmanradio, CC BY 2.0, via Wikimedia Commons The...

Composition with the S-Combinator

Refactoring Legacy Code: Static Dependencies

Mar 11, 20214 min read

Refactoring using functional dependency injection · Legacy code is fun to work with since there's always an endless volume of interesting problems to...

Refactoring Legacy Code: Static Dependencies