Show Nav
Nick Keuning

Software Consultant & Developer at Atomic Object Grand Rapids. Member of Accelerator Cell Three. Huge fan of breakfast.

 
Featured

F# Pipelining vs. Composition

If you’re new to F#, you’ll see both the pipeline and composition operators. Decide which one to use by finding which approach leads to more readable code.
All Posts
Swift

Ergonomic Struct Updates in Swift

Reducer functions work well with Swift’s value semantic structs, but applying small changes is a headache without JavaScript’s object spread operator. We can use Swift protocols an