PinnedPublished inKeka EngineeringUnderstanding nonisolated in Swift actors?Swift’s actors provide a powerful way to safely manage concurrent access to a shared, mutable state. By isolating their internal data…Oct 23, 2024Oct 23, 2024
How to achieve thread safety in iOS🧵🧶In today’s world of mobile app development, performance is crucial. But with performance comes the complexity of multithreading. Threads…Sep 27, 2024Sep 27, 2024
Savior of SwiftUI Navigation: Navigation StackHello fellas, today i came across one interesting article, which revolves around usage of navigation view and navigation stack. Primarily…Jul 5, 2024Jul 5, 2024
Published inNerd For TechHow Observable Macro Killed StateObject, ObservedObject, Published Properties🔪Hey guys, hope you are doing well. Before diving deep into this medium article, i am assuming you guys have basic understanding on how…May 4, 20241May 4, 20241
Published inNerd For TechFirst Missing Positive Integer: SwiftHello folks, I hope you all are doing well. Today I came up with an article related to one of the Leetcode problems. Let’s dive into it.Aug 27, 2023Aug 27, 2023
Published inNerd For TechLinked List Cycle: SwiftHey folks, hope you all are doing well. Today I came up with another interesting leetcode problem. Let’s deep-dive into it.Aug 27, 2023Aug 27, 2023
Published inNerd For TechCLASS & ACTOR!!!!Hey folks, how you doin' 🙋🏻♂️. Today we will be diving deep into differences between Class and Actor, their similarities, usage…Mar 1, 2023Mar 1, 2023
Published inNerd For TechEquatable, Hashable, and ComparableIsn’t it amazing just by conforming to some protocol, you can do many essential tasks? Let’s check out some essential protocols, today we…Feb 4, 20221Feb 4, 20221
Concurrency, Sync, Async, Serial, ConcurrentExplore these tricky concepts of iOS.Nov 13, 20212Nov 13, 20212
Published inNerd For TechNotification Center Simplified.(Swift)Let’s dive into the NotificationCenter concept with some ancient concept of pigeon, are you guys excited, let’s deep dive.Apr 15, 2021Apr 15, 2021