Category Archives: Architecture

Your System has State: So Let’s Deal with It

“Making services stateless is widely considered to be a good idea.. The rub is that most applications need state of some form, and this needs to live somewhere, so the system ends up bottlenecking on the data layer.. Event streaming … Continue reading

Posted in Architecture, Microservices | Leave a comment

Serverless Architectures

Mike Roberts: “Serverless computing is a hot topic in the software architecture world. The “Big Three” cloud vendors—Amazon, Google, and Microsoft—are heavily invested in Serverless, and we’ve seen plenty of books, open-source projects, conferences, and software vendors dedicated to the subject. But … Continue reading

Posted in Architecture, Serverless | Leave a comment