Gourav Nayyar public
[search 0]
More
Download the App!
show episodes
 
Loading …
show series
 
Today's episode is on namespaces in swift. Important questions to be addressed in the podcast are: What are NameSpaces? How namespaces are used in objc? What all we need to keep in mind when we have frameworks? (Objc) How namespaces are used in SWIFT? What all we need to keep in mind when we have frameworks? (Objc) How do we define namespaces in sw…
  continue reading
 
In today's episode, we are going to talk about Protocol oriented programming which got introduced to us along with Swift 2.0. Protocol vs Classes Object-oriented approach vs Protocol oriented approach Pros and Cons Youtube: https://www.youtube.com/gouravnayyarTwitter; https://twitter.com/gouravnayyarHelpful resources: https://www.pluralsight.com/gu…
  continue reading
 
In this episode, we would be discussing the blog post written by Ted Kremenek, Manager of the Languages and Runtime Team at Apple. You can find the blog details here, https://forums.swift.org/t/on-the-road-to-swift-6/32862If you are interested in know more details, do check the forum link. It is filled with more details and comments.Today I have wi…
  continue reading
 
Hello CATALINA In todays podcast we will discuss with Mac OS Catalina and the new cool features it has. New Trio of Apps Catalyst/Marzipan Swift UI Voice control with Mac OS apps Re design of reminder app Changes with Xcode Dark ModeYou can find more details from the Apple Keynote: https://www.apple.com/apple-events/june-2019/--- Send in a voice me…
  continue reading
 
In this episode we would be talking about the difference between Weak and UnOwned object reference. Understanding the key difference between these two and also will talk about the common example where weak and unowned should be used. Twitter Handler: @gouravnayyar Today's Guest: @itsdamslife Helpful links : https://docs.swift.org/swift-book/Languag…
  continue reading
 
In today's session we would be coving the ground rules for iOS developers while writing the swift code. We will discuss from adding comments to your code to writing extensions and protocols. Use of Guard Statement Documenting you code Type Inference Final keyword for the classes Why you should have `struct` as default Always start with immutable va…
  continue reading
 
Today's session we will talk about OAuth 2.0. We will also discuss how this is different from the traditional way of logging in. HIGHLIGHTS: What is OAuth 2.0 Who is using it Where/Why OAuth is used You can find me on,Twitter: https://twitter.com/gouravnayyarYoutube: https://youtube.com/gouravnayyar You can find the OAuth 2.0 doc: https://oauth.net…
  continue reading
 
In this episode we are going to talk about the Tips one can follow to take their Swift code to next level. We are going to discuss about language features and guidelines which can help you make our code simple to understand by other developers. You can find the API guidelines here:https://swift.org/documentation/api-design-guidelines/You can reach …
  continue reading
 
In this podcast we are going to talk about Application binary interface (ABI) with swift. Youtube channel for video tutorials:https://www.youtube.com/gouravnayyarSwift Doc:https://swift.org/abi-stability/You can reach out to me on twitter @gouravnayyar --- Send in a voice message: https://podcasters.spotify.com/pod/show/gouravnayyar/message…
  continue reading
 
In this session we will talk about Universal links, Documentation: - Supporting Universal Links - UIApplicationDelegate - NSUserActivity Today's guest Nithin Bhaktha @NSOperation (Twitter handler) You can reach out to me at @gouravnayyar(twitter handler) --- Send in a voice message: https://podcasters.spotify.com/pod/show/gouravnayyar/message…
  continue reading
 
In this episode we will talk about the traditional way of using for loop with index and Enumeration concept. We will address the below mentioned questions, Which one is Faster? Why one is faster than the other? How the storage and accessing of Collection type happens in case of Enumeration and For loop? Today's guest: @ilanchezhiank You can reach o…
  continue reading
 
In today's episode we will cover the concept of Deep copy and Shallow copy. We will also revise the concept of Reference Type and Value Type concept. You can find Reference and Value Type podcast in Episode 004 and Stack vs Heaps in Episode 003 You can reach out to me on twitter and my handler is @gouravnayyar www.youtube.com/gouravnayyar--- Send i…
  continue reading
 
In this session we will talk about access specifier in objective c. What are the possibilities when we use, - Public - Private - Protected with instance variables and methods. How would this all make sense when we design an App or a framework. Today's guest list, @Vasu_N (twitter) @itsdamslife (twitter) If you have questions or clarifications. Plea…
  continue reading
 
In this episode we are going to discuss about SOLID Design principles. S: Single Responsibility Principle O: Open and Closed Principle L: Liskov's Substitution Principle I: Interface Segregation Principle D: Dependency Inversion Principle & Use of protocols. Music: https://www.bensound.com SOLID Principle Article https://medium.com/@vinodhswamy/sol…
  continue reading
 
Loading …

Quick Reference Guide