Egzon Pllana Portfolio
-

Tagged: Combine

3 articles tagged “Combine”.

All articles
3 min read

From Network Chaos to Cached Harmony

How I replaced scattered, redundant contact API calls with a multi-layered, reactive caching architecture in a SwiftUI app using Clean Architecture.

4 min read

How I Stopped a Silent Memory Leak in My iOS App

How I diagnosed a silent SwiftUI memory leak, achieved 85% memory reduction on tab switches, and open-sourced a real-time memory profiler.

5 min read

The important difference between RunLoop.main and DispatchQueue.main

Why a Combine pipeline can pause UI updates during scrolling, and how the choice between RunLoop.main and DispatchQueue.main on receive(on:) affects value delivery.