Tagged: Networking
2 articles tagged with "Networking"
AllAIActorsAnimationArchitectureAsync AwaitAutomationBackground TasksCICodexConcurrencyDeep LinkingDesign SystemsEngineering ManagementFeature FlagsFormsInstrumentsLaunchMigrationNavigationNetworkingObservabilityObservationPerformanceRelease EngineeringReliabilitySendableState ManagementStoreKitStoreKit2SubscriptionsSwiftSwift 6SwiftUITestingURLSessionXCTestXcodeiOS
iOSPerformanceNetworking
Image loading on iOS: caching, decoding, and the mistakes that make scrolling worse
A practical image-loading setup for iOS: cache the right thing, decode off the main thread, control request churn, and stop blaming scrolling jank on the collection view.
•11 min read
iOSNetworkingSwift
Networking in modern iOS: typed endpoints, retries/backoff, and observability without bloat
A practical URLSession setup that scales: typed endpoints and decoding, retry rules that do not create duplicate side effects, and lightweight logging/metrics so you can measure reliability and latency.
•6 min read