Blog Logo
TAGS

Durable entities - Azure Functions

Entity functions allow for reading and updating small pieces of state, also known as durable entities. They provide a means of scaling out applications and are accessed via a unique identifier, the en...

Read more...

SwimOS - a full stack application platform for building stateful web services, streaming APIs, and real-time UIs

SwimOS is a powerful application platform that allows developers to build stateful web services, streaming APIs and real-time UIs. With a stateful backend, SwimOS allows developers to build web servic...

Read more...

How Actor Model/Actors Run In Clusters Facilitating Asynchronous Communication In Distributed Systems

This blog post continues the previous post on understanding the actor model to build non-blocking, high-throughput distributed systems. It explains how Akka runs actors in clusters in a non-blocking w...

Read more...