RSSAmplifier

Blog

dexcompiler

Technical blog covering systems programming, C#, F#, Rust, distributed systems, API design, and software architecture. Deep dives into .NET internals, protocol analysis, and high-performance computing.

dexcompiler.comRSS feed ↗7 posts

Latest posts

Clockworks

Clockworks makes time injectable, adds deterministic simulated time, and builds time-ordered identifiers and causal clocks on top

Initial Conditions, Boundary Conditions and the Shape of Life

Mapping initial conditions, boundary conditions and control inputs to real life and business decisions

Azure Service-to-Service Auth: OBO vs Managed Identity

A practical comparison of On-Behalf-Of (OBO) and Managed Identity for service-to-service authentication in Azure API Management.

JSON-RPC Protocol Analysis [Part 2]

An analysis of the JSON-RPC protocol

JSON-RPC Protocol Analysis [Part 1]

An analysis of the JSON-RPC protocol

Functional String Processing: Implement in F#, Call from C#

String processing with F# at the core and C# at the edges

Why API Request Signatures Outshine API Keys

API request signatures are a more secure way to authenticate API requests than API keys. Learn how to generate and verify request signatures in this guide.