Software designer and founder.

I’m Maxwell, a software designer and entrepreneur currently based in Nairobi, Kenya. I’m the founder and CEO of Falu.

Immutable Properties With JSON Patch in AspNet Core

There are times you want ot make updates to a resource on the server without replacing the whole of it. JSON Patch works a great deal in this, lighter and very powerful. To learn more on JSON Patch…

Build and Test Swift Packages in Azure Pipelines

With the introduction of Swift Package Manager (SPM), a number of projects are migrating fully but the majority are keeping SPM alongside Carthage and/or CocoaPods. Migrating a package from CocoaPods…