I'm Myles (he/him). I write primarily in C# (with xUnit, Moq, and Coverlet/Codecov helping make sure I don't break what I've made), and am currently working on several projects to help me develop my skills.
Some of my recent projects:
- TicketSystem - a test project simulating parts and task management for field engineers. Written using .NET Core 3.1.
- PlayersToolkitFor13thAge - a project to develop a character sheet manager and general players' toolkit for the tabletop RPG 13th Age. Written using .NET Framework 4.7.2, initially using WinForms for a desktop implementation, with Tim Corey's C# course as a framework for the initial design of the desktop application.
- LuhnCheck - a small programme to check input strings using the Luhn algorithm. Written using .NET Framework 4.7.2, looking to port it to .NET Core 3.1.
- FederalRegisterClient - a simple client for retrieving Federal Register documents
Project | Build status | Coverage |
---|---|---|
TicketSystem | ||
LuhnCheck | ||
PlayersToolkitFor13thAge | ||
FederalRegisterClient |
N.B. Above code coverage metrics do not include UI logic for respective projects.