DEV Community

Discussion on: What's your most up-to-date opinion on "monolith vs microservices"?

Collapse
 
kyleboe profile image
Kyle Boe

Microservice mindset even when within a monolith.

In Rails, I build heavily on service classes with a singular job so that if the number of those jobs going through the system necessitates fanning out (using something like AWS Lambda), I haven't "coded myself into a corner".