Architecture

4
2025

Protocol values in Codable objects

When dealing with JSON APIs, it’s quite common to encounter complex properties—both single objects and arrays of objects. As discussed …

A scalable alternative to Decodable enums

Swift’s Decodable and Encodable protocols provide convenient ways to map JSON data into native Swift objects. However, basic …
2024

Complex Navigation in SwiftUI: Building Testable & Modular iOS Apps

Navigation in SwiftUI is nice and simple, until you start realizing that real-world apps need modularity, testability, and deep linking …
2023

A tale of Skeletons and Bones

Kickstarting a new app is something really rare in product companies, but in agencies like Synesthesia we get the chance to start with brand …