I should thank Swift Delhi & Nykaa folks for hosting meetup on 25th Jan at Nykaa, Gurugram. Worth spending every minute with various developers from iOS community. We had 5 interesting sessions on app development standards, exploring & adopting new frameworks. Here I noted few take away points on each talks which could be useful for you.
Below are talks lined up for the chapter.
------------------------------------------------------------------------------------------------
1. Leveraging the power of silent push notifications
Speaker: Yogesh Suthar, Sr. Software Engineer @Nykaahttps://in.linkedin.com/in/yogesh-suthar
Leveraging the power of silent push notifications for business growth, user retention and better user experience.
Understanding the working of silent push flow, hacks and practical use-cases.
2. Distributing private frameworks using cocoapods
Speaker: Sagar Rana, Sr. Software Engineer @Nykaahttps://www.linkedin.com/in/ranasagar
While working on bigger and multiple projects which involve common product features, It is always good to create small independent modules that can be used across different apps. Creating private frameworks can be a good solution when open-sourcing the code is not an option. This talk will walk you through creating your first private framework with the tips for all the challenges that we faced.
3. Exploring cool use-cases of Firestore
Speaker: Amit Singh, Principle Software Engineer @Nykaahttps://www.linkedin.com/in/amitsinghindia/
Firebase is Google's mobile platform that can be very useful in implementing very cool use-cases, especially for fast-growing startups. We will explain how by using Firestore use-cases like API prioritisation, real-time alerts for API failures in the app, implemented app upgrade can be easily implemented at a scale which can otherwise requires a lot of time and effort to build.
4. Network Layer Abstraction - Interceptors & Validators
Speaker: Rakesh Chander, iOS Lead Engineer @Comviva TechnologiesWe all call APIs to sync data back and forth from apps. Most of the requests have few common mandatory parameters, headers & encryption. Same way responses are supposed to be having a few common mandatory parameters & decryption. This talk contains a look at the idea of what kind of a framework that would give you that kind of freedom and flexibility to define common interceptors for all API calls across app and way to override with few lines only, for specific cases.
Reference: Swift Delhi @Meetup.com