• 0 posts
  • 13 comments
Joined 3 years ago
Cake day: July 18th, 2023
  • Someone in the thread mentioned that to get the benefits of micro services in a monolith, you can use a linting rule to prevent dependencies across modules

    Share data, not state.

    In Rust this is a pretty good use-case for channels, which can be used to send messages across threads.