Ankur ChauhanSingle Sign-On (SSO) authentication explained with workflow & examples.Single Sign-On (SSO) is an authentication process that allows users to access multiple applications or services with a single set of login…Sep 20Sep 20
Ankur ChauhanMastering the Hiring Manager Round: Essential Questions for Staff, Lead, and Principal DevelopersIn this article, we dive into the key questions you’ll encounter during the hiring manager round for senior development roles, including…Aug 28Aug 28
Ankur ChauhanMastering @escaping in Swift: When and Why Your Completion Handlers Need to EscapeIn Swift, you use the @escaping keyword in a closure type when the closure needs to escape the scope of the function it's passed to. This…Aug 23Aug 23
Ankur ChauhanKnow When to Use ‘Any’ and ‘AnyObject’ in Swift: A Comprehensive GuideA few days back, during an interview, I was asked about the use of Any and AnyObject in Swift. At the time, I had a very limited answer…Aug 18Aug 18
Ankur ChauhanMastering Advanced JSON Decoding in Swift -Part 2In this advanced article, we will dive deeper into the techniques and best practices for decoding complex JSON data structures in Swift. By…Aug 3Aug 3
Ankur ChauhanBasics of JSON Encoding and Decoding in Swift Language -Part 1In this article, we will explore the fundamentals of encoding and decoding JSON data in Swift. Understanding these basics is essential for…Aug 2Aug 2