blog
Notes from the field.
Occasional write-ups on identity, cloud native architecture, and distributed systems.
-
Why we think about identity as a graph, not a gate
A short note on why access control works better as a set of relationships than a single yes/no check.
-
Thinking Functionally About The Actor Model
Think about the actor model not in a procedural way, but in a functional way. Maybe it could be a 'hactor' model!
-
The Actor Model in a C# World
Using the actor model in .NET projects adds power and elegance to your solutions.