Jeremy Miller
CODE Author
Jeremy Miller is the Senior Director of Software Architecture at MedeAnalytics. He began his software career writing "Shadow IT" applications to automate his tedious engineering documentation, then wandered into software development because it looked like more fun. Jeremy is heavily involved in open-source .NET development as the author of Lamar, Alba, and Oakton, and as the lead developer of Marten.
Articles Authored
-
Event Sourcing and CQRS with Marten
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2022 - September/October
After examining persisted system states in a relational database, Jeremy discovers that he needs to use the Marten library to provide robust support for Event Sourcing.
-
Inversion of Control with Lamar
Last updated: Wednesday, February 23, 2022
Published in: CODE Magazine: 2021 - September/October
If you liked StructureMap for your IoC, you’re going to love Lamar. Jeremy shows you how to take advantage of this nifty tool.
-
Using Continuous Integration to Reduce Project Friction
Last updated: Monday, January 10, 2022
Published in: CODE Magazine: 2008 - May/June
So you wanna be agile, do you?You want to work in small increments and continuously deliver business functionality. You want to embrace change, even if that means taking on new requirements late in the game. But wait, won’t that be dangerous? It doesn’t have to be if you’ve got a solid Continuous Integration infrastructure in place.