learning through denial and error

Kotlin Multiplatform Persistence with SQLDelight


SQLDelight is a powerful multiplatform persistence framework built by the team over at Square. You can find the project on their GitHub. What can it do? Let’s take a look together.

Read more ⟶

A Swift API Client with Associated Types


While there are many frameworks out there aimed at making life easier when dealing with your networking layer, it has become less cumbersome to go without them as Swift continues to mature. Let’s take a look at a simple approach to an API client without using any third party frameworks.

Read more ⟶