Tim Jones

Results 8 issues of Tim Jones

- Tiny refactor in Recuder.cs to Reducer.Combine - made the loop a little more readable - Created Test project - Added Simple & Conditional reducer tests - Created github action...

https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API

enhancement

Queue/AsyncMonolith - [Github](https://github.com/Timmoth/AsyncMonolith) A lightweight library that facilitates asynchronous messaging and scheduling with a simplified and highly testable api.

I'm running a three node redis:7.2-alpine cluster on kubernetes, 1 master, 2 replicas, 3 sentinels. My config is [here](https://github.com/marcel-dempers/docker-development-youtube-series/tree/master/storage/redis/kubernetes) In dotnet I am using this code to connect: ```csharp var...

AsyncMonolith is a super simple project that facilitates simple asynchronous messaging in dotnet apps. I've emphasis on ensuring the project can be understood in its entirety in under an hour,...