In this post, we'll explore a lightweight, type-safe way to manage navigation in SwiftUI by modelling screens as an enum and driving transitions with closures. We'll illustrate a simple cyclical flow...
Want to make your SwiftUI views more reusable, composable, and clean? This post explores how to build your own generic containers using Swift's type system and SwiftUI's powerful @ViewBuilder +...
I'm a total fan of immutable Operating System. the peace of mind, stability, and consistency they provide is invaluable but getting started can be a bit difficult, specially if you're coming for more...
Having all the toolchain inside a VM is a great way to unclutter your host machine. Programming inside a VM or containers for web development is quite common, but for microcontrollers, it's a thing I...
ARM processors are becoming more ubiquitous thanks to the introduction of Apple Silicon and Qualcomm Snapdragon. These new processors offer great performance, silent operation, and all-day battery...