This article presents my approach that allows Tuist to be a great tool for large-scale modularization: using uFeatures with interface/implementation separation, Focus mode, selective testing, caching, and clear conventions — keeping iOS projects consistent, scalable, and fast, as demonstrated in the SmartShop project.
development

Productivity: you need a clipboard history manager!
I can convince you that you need a clipboard history manager, and you’ll love that!

Developer tools: how to be more productive?
Productivity is not about doing more in less time, is about to do better using this time

Getting start with Buck build System
If you want an option to Xcode builds, the Buck build system can be a good solution. I’ll show you in this guide how to get started and why to use an alternative build system.

How to create a Credit Card Scanner in Swift
Work with image recognise can bring some goosebumps to developers… but I say to you:

How speed up your UI Tests on iOS
If you are writing UI Tests, you may be losing your patience… Wait for finish of all tests can be…