Insights

Blog

Technical articles from the SOASAP team on architecture, performance, and resiliency.

Engineering

How we achieved O(1) reads in our .NET SDK

A deep dive into our in-memory snapshot design, lock-free hot paths, and why feature flag evaluation should never touch the network on the read path.

 · 8 min read

Infrastructure

Handling Server-Sent Events (SSE) safely without memory leaks

Stream caps, bounded buffers, debounced disk persistence, and graceful reconnect patterns that keep long-lived SSE connections production-safe.

 · 11 min read

Resiliency

Designing a bulletproof local disk cache for network partitions

When the control plane is unreachable, your app should keep shipping. Here is how we coalesce writes and validate cache integrity on startup.

 · 9 min read

Full article pages coming soon.