Growth Blog

Insights on Scalability & Technology

Scalability and technology consulting advice for SaaS and technology companies — from the AKF Partners team.

Architecture

Showing 12 of 102 articles — Clear filter
Architecture

Defining Platform

As with the word “Cloud”, the word “Platform” is an over-used and far too often underdefined word within our industry (comprised of companies that build…

Architecture

Single Page Applications - Fault Isolation and Recovery

In my previous article, Browser Scalability, I addressed the ability of a stateful browser using a stateless strategy to scale web applications and add the…

Architecture

Single Page Applications – A New Dimension of Scale

Browsers have not been considered as a compute resource to aid in scalability and fault tolerance. Through the use of modern Java Script frameworks, the…

Architecture

A Microservices Saga Choreography Example

In a recent blog post we wrote about the Saga Pattern. Saga attempts to coordinate or manage the notion of transactional consistency across multiple services…

Architecture

Microservices Saga Pattern

Saga Overview The saga pattern attempts to coordinate or manage the notion of transactional consistency across multiple services when a transaction is…

Architecture

What are Microservices?

Microservices Architecture (aka Microservice Architecture) is an architectural approach emerging from service-oriented architecture. Sometimes called just…