From Monolith to Microservices: Lessons Learned Migrating the CSV Payments Processing project (Part One)
I’ve been building a CSV Payments Processing system, based on a real-world project I’ve worked on at Worldfirst. https://github.com/mbarcia/CSV-Payments-PoC Originally, I set out only to write a better version using a “pipeline-oriented” design based on the Command pattern. The idea was to use the project as a sandbox/playground, that could also serve as a proof…