Software Craftsman
CurrentDeveloped a Windows service that received remote commands and dispatched them to other local services which controlled various payment devices (credit card readers and check scanners). The application is written in C# (.net standard 2.0 and .net framework 4.7.1). The general architecture is the "Actor Model" pattern which is implemented with the Proto.Actor framework.