Tagged: Observability
2 articles tagged with "Observability"
AllAIActorsAnimationAppleApple IntelligenceArchitectureAsync AwaitAutomationBackground TasksBuild PerformanceCICode QualityCode ReviewCodexCoding AgentsConcurrencyDebuggingDeep LinkingDesign SystemsDeveloper ExperienceDeveloper ToolsEngineeringEngineering CultureEngineering ManagementEngineering WorkflowFeature FlagsFormsFoundation ModelsInstrumentsLaunchMCPMemoryMigrationNavigationNetworkingOSLogObservabilityObservationOfflinePerformanceProductRelease EngineeringReliabilitySendableState ManagementStoreKitStoreKit2SubscriptionsSwiftSwift 6SwiftUISyncTeam PracticesTestingURLSessionUXWorkflowXCTestXcodeiOS
iOSSwiftDebugging
Logging on iOS: useful structure, sane defaults, and better debugging
Most iOS logging is either print spam that nobody reads or silence that hides the bug. A reasonable logging setup is small, structured, and actually useful when something breaks at 2 AM.
•8 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