Archive of posts with category 'Programming'

Diving into WebAssembly: What It Is and Why It Matters

WebAssembly is revolutionizing web development by enabling near-native performance in the browser. This article explores what WebAssembly is, why it matters, and how it fits into modern web development, including...

Modelling Relationships in F# for Domain-Driven Design

Exploring how F#'s discriminated unions can model complex relationships in domain-driven design, particularly in financial systems.