Posts
All the articles I've posted.
-
Debugging Tips
What are your favorite Swift debugging tips?
-
TCA Performance and Multi-Store
Let's talk about using multi-store pattern in TCA as a way to improve the performance and maintainability.
-
Composable Architecture @ Scale
Last week I spoke at NSSpainX to talk about how to use Composable Architecture in larger projects, the kind of issues you might run into and how you can...
-
Improving Developer Experience through tools and techniques
How to evaluate problem areas you see in day-to-day development to assess whether they could be solved at a scale of your team/company or the whole community?
-
TCA Action Boundries - Convenience
Now that we added some structure to our TCA actions, let's add automation and convenience API's.
-
TCA Action Boundaries
To maintain our codebases for years, we must create boundaries across modules. Here's my approach to doing that with The Composable Architecture.