Designing Actor-Based Software (with Hugh McKee)
Listen now
Description
The actor model is a popular approach to building scalable software systems. And isn't hard to understand when you're just reading about the beginner's examples. But how do you architect a complex design using the actor model? Which patterns work well? How do you think through it? Joining me to take us through it is Hugh McKee. Hugh's a total actor-model fan, and a Developer Advocate for Lightbend (the company that created the popular actor framework Akka). He takes us from his definition of actors to the designs he's worked on, the patterns he's found most useful, and the interesting meeting-point between actor-based designs and event-based ones. — Wikipedia - Actor Model: https://en.wikipedia.org/wiki/Actor_model Hugh's book, Designing Reactive Systems: https://go.lightbend.com/designing-reactive-systems-role-of-actor-model Hugh on Twitter: https://twitter.com/mckeeh3 Hugh on LinkedIn: https://www.linkedin.com/in/mckeehugh Kris on Mastodon: http://mastodon.social/@krisajenkins Kris on LinkedIn: https://www.linkedin.com/in/krisjenkins/ Kris on Twitter: https://twitter.com/krisajenkins
More Episodes
Published 06/12/24
This week we take a close look at the language Inko from two perspectives: The language design features that make it special, and the realities of being a language developer. Yorick Peterse joins us to discuss why he's building Inko, and which design sweetspots he's looking for. We begin with...
Published 06/12/24
I've often wondered how you build a text editor. Like many software projects, it's a simple idea at the core with an almost infinite scope for features. How do you build a solid foundation to expand on? Which features matter for launch? And how do you hope to satisfy the needs of every...
Published 06/05/24