Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
The code sample from my microservices book - https://manning.com/books/microservices-in-net-core
-
Sample project implementing the Restbucks example from Rest in Practice using the Nancy web framework
-
-
Microsoft.Extensions.Logging compatible logger for recording log messages during tests
-
A port of XmlUnit (http://xmlunit.sourceforge.net/) to Xunit. Assertions in this version are Xunit assertions.
37 contributions in the last year
Contribution activity
September 2020
August 2020
- horsdal/docs Shell
- horsdal/bounded-context-canvas HTML
Created a pull request in ddd-crew/core-domain-charts that received 4 comments
Adding notation and how-to to drawio template
Following up on this #11 (comment) and adding the remaining notation to the drawio template and fixing the snapping issue (thanks @codeliner
Created an issue in EventStore/eventstore-docker that received 2 comments
Documentation: Following pull and run instruction leads to crash
I followed the instructions in the readme to docker pull and docker run --name eventstore-node -it -p 2113:2113 -p 1113:1113 eventstore/eventstore …