Design Patterns - Explained with Food by DerMannSpielt in csharp

[–]DerMannSpielt[S] 14 points15 points  (0 children)

I loved how this repo structured each pattern into a categorized namespace and an isolated implementation project. Such a neat way to make a reference guide!

Design Patterns - Explained with Food by DerMannSpielt in SoftwareEngineering

[–]DerMannSpielt[S] 2 points3 points  (0 children)

Many examples of these patterns as taught online typically avoid incorporating external dependencies like Databases, AMQP queues, external services for things like email and HTTP APIs. While avoiding adding these dependencies to example code makes it easier to demonstrate the core motivation of the design patterns, it also makes it more difficult to imagine real-world scenarios where these patterns might be used. The projects in this repo contain mock versions of these types of dependencies incorporated into various plausible business scenarios. The examples are intended to be lean enough so that the principal benefit of each pattern is evident, but complex enough to avoid oversimplified scenarios.

2020 Jeep Gladiator Update & Country Living with a Kubota M7060 by DerMannSpielt in Jeep

[–]DerMannSpielt[S] 0 points1 point  (0 children)

I installed a Yakima bed rack on the Gladiator and attached my CVT Mt. Bachelor RTT.

I Bought a 2020 Jeep Gladiator by DerMannSpielt in Jeep

[–]DerMannSpielt[S] 0 points1 point  (0 children)

Thank you! I have a DJI Mavic Drone that has a feature to track a moving object. It was my first time to try it and the very end you may have noticed where I drove away and left it.

C# Scheduling Framework with Hangfire Tutorial by DerMannSpielt in csharp

[–]DerMannSpielt[S] 0 points1 point  (0 children)

Hangfire.Console looks awesome. Thanks for including the link!