Intent Pattern

A design pattern for robust handling of resource creation on a remote service. [Read More]

Select Syscall in Rust

Using the select syscall from Rust, with the libc crate [Read More]
dev  rust 

Railway Oriented Programming in Scala

Railway Oriented Programming in Scala
Playing with the Railway Oriented Programming concepts in scala. Translating them from F# and seeing how we can adapt them to Scala constructs. We will not mention Monads. I just did, but that was the only time. [Read More]