Schrodinger's CatStrategies to Test-drive network requests | URLProtocol — swiftHi! An Ideal Test Suite is composed of a larger portion of Unit Tests, followed by Integration & UI TestsMar 3Mar 3
Schrodinger's CatiOS Combine-SubscribersIn the previous articles, We discussed Introduction to Combine, Publishers and Operators.Mar 21Mar 21
Schrodinger's CatCombine — OperatorsHello! Three Main characters in Combine framework are Publishers, Operators and Subscribers.Feb 25Feb 25
Schrodinger's Catwhat’s the issue with DispatchQueue.main.sync inside DispatchQueue.main.async?Before we answer the question, let’s get familiarised with DispatchQueues, sync, and async tasks —Feb 2, 20231Feb 2, 20231
Schrodinger's CatImplement Higher Order Functions — SwiftImplement map, compactMap, filter and reduceDec 26, 2022Dec 26, 2022
Schrodinger's CatWeak, unowned - swiftFun yet True fact- You are a weak variable feels so much positive than you are a weak person. Let’s find out why!Jul 28, 2021Jul 28, 2021
Schrodinger's CatCapture Lists in SwiftMost of us working with Swift might already knew that closures are reference types. They have strong access to variables surrounding them…Jul 16, 2021Jul 16, 2021