Show Nav
Nick Keuning

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

 
Featured

How to Recursively Delete Foreign Keys in Mirage

Writing up a recursive solution was easier than statically tracking down all of the entity relationships in our Mirage database and deleting them by hand.
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