category: App-Development

Articles in App-Development

SwiftUI I - Selectable List

SwiftUI is elegant and fun, but let's dive into a practical example of how to accomplish a common pattern of selecting an item (without...

Unit-testing with PyTest and Mock.

Unit tests are profound in their usefulness, but often hard to get started with, let's kick off with Mock and PyTest.