PinnedFrom Noida to the USA: An iOS Developer’s Journey𝗘𝘅𝗽𝗹𝗼𝗿𝗲 𝗺𝘆 𝗚𝗶𝘁𝗛𝘂𝗯 𝗳𝗼𝗿 iOS Interview 𝗿𝗲𝘀𝗼𝘂𝗿𝗰𝗲𝘀 : Shobhakar GithubNov 20, 20244Nov 20, 20244
iOS Token-Based vs Certificate-Based APNs : Interview QuestionsBy Shobhakar Tiwari | iOS Developer, Mentor, and Tech EducatorApr 20Apr 20
When to Avoid Using a Singleton in SwiftHey there, Swift developers! Today, we’re diving into a topic that’s sparked many debates in the iOS community: the Singleton pattern. As…Mar 271Mar 271
Lazy Sequences in Swift: A Fresher’s Guide to Smarter CodingBy Shobhakar Tiwari | Published on February 26, 2025Feb 271Feb 271
AI Won’t Replace iOS DevelopersHey there, fellow iOS developer! 👋 Feeling a bit anxious about all this AI talk? I get it. The tech world’s buzzing with ChatGPT this, and…Feb 169Feb 169
Swift Isolation RegionsFor iOS Interview follow me over github : https://github.com/shobhakartiwariFeb 14Feb 14
Why Are Stored Properties Not Allowed in Enums in Swift?Enums are a fundamental part of Swift, allowing us to define a finite set of related values. However, if you have ever tried to add a…Feb 53Feb 53
@frozen in SwiftThe `@frozen` attribute in Swift is used to optimize performance and ensure stability in library evolution. Here’s a simplified explanation…Jan 13Jan 13