Standard Search
About 21 results
https://build.ms/2022/9/6/reflections-on-an-open-source-project/ · 6 Sep 2022
Personal reflections on building Boutique and Bodega open source projects, covering the ups and downs of creating something valuable for the Swift community.
https://build.ms/2022/6/22/model-view-controller-store/ · 22 Jun 2022
Introducing Boutique, a new architecture that reimagines MVC for SwiftUI by adding a Store layer to handle state management and data flow in a familiar, approachable way.
https://build.ms/2021/8/24/creating-slick-color-palette-apis/ · 24 Aug 2021
Building maintainable, flexible color palette systems for iOS and macOS apps using asset catalogs, semantic naming, and SwiftUI integration.
https://hboon.com/notes-wkweb-view-location-change-history-aoi/ · 24 Aug 2021
WKNavigationDelegate is useful for tracking when user navigates to a different URL with functions such as webView :,decidePolicyFor:,decisionHandler:
https://build.ms/2021/3/12/putting-the-u-in-graphql/ · 12 Mar 2021
Learning how to make GraphQL requests from scratch without libraries like Apollo, exploring the fundamentals of GraphQL client-side implementation in Swift.
https://build.ms/2021/2/12/empower-apps-large-scale-teams/ · 12 Feb 2021
Leo Dion and I discuss scaling app development to thousands of people and millions of users at Twitter, communication, documentation, and the complexity of holding moral frameworks at a global level.
https://build.ms/2020/9/21/context-bound-types/ · 21 Sep 2020
Exploring API design patterns for balancing implementation exposure, using the example of creating view controllers with header views in four different approaches.
https://hboon.com/overload-nslayoutconstraint-activate-arrays/ · 28 Jan 2020
Using anchors with Auto Layout is a big improvement over creating constraints using the class function in NSLayoutConstraint or Visual Format
https://build.ms/2019/12/26/building-better-views-part-ii/ · 26 Dec 2019
Continuing the ViewData architecture discussion, covering complex views, performance considerations, and practical implementation strategies.
https://build.ms/2019/12/26/building-better-views-part-i/ · 26 Dec 2019
Introducing ViewData, a declarative architecture pattern for transforming models into views that offers a maintainable alternative to MVVM for iOS development.