- cross-posted to:
- loud@programming.dev
- cross-posted to:
- loud@programming.dev
You must log in or register to comment.
orchestrating units is a very joyful experience though. Doesn’t matter if those are actual (micro-)services on dedicated servers or just pure functions.
And if you write pure functions (stateless, no sideeffects, work only on the data you get via parameters), the step to make it scalable is super tiny.