Tag: Architecture
All the articles with the tag "Architecture".
-
Creating Developer Tool - Part 2
Continuing series on crafting your very own developer tool, we're delving into the heart of the process! Explore the intricacies of modeling log entries and building a dynamic filtering system that tailors to your needs.
-
Optimizing Swift: Tracking property changes and building a Memoization system
Tracking property changes and intelligently avoids redundant computations by leveraging custom memoization system, leading to more efficient and performant apps.
-
Widget Architecture - Part 3
Let's use Sourcery to automate and customize our Widget architecture.
-
Widget Architecture - Part 2
Converting prototype component system to data-driven w/ live reloading & automation using Sourcery for easier maintenance & reliability
-
Widget architecture - part 1
Let's start exploring a component-based architecture slightly different from the usual patterns we use.
-
TCA Performance and Multi-Store
Let's talk about using multi-store pattern in TCA as a way to improve the performance and maintainability.