• 52 Weeks of Software Languages

  • De : Noah Gift
  • Podcast

52 Weeks of Software Languages

De : Noah Gift
  • Résumé

  • A weekly podcast on technical topics related to software languages including: Swift, C#, Go, and Python.
    2022-2032
    Afficher plus Afficher moins
Les membres Amazon Prime bénéficient automatiquement de 2 livres audio offerts chez Audible.

Vous êtes membre Amazon Prime ?

Bénéficiez automatiquement de 2 livres audio offerts.
Bonne écoute !
    Épisodes
    • 52weeks-episode7-swift-closures
      Mar 5 2022

      Okay, so I'm live here with 52 weeks of Swift, Episode Seven closures, going to talk about how they work with Swift. And let's go ahead and get started, I'm going to share my screen. Let's go ahead and get this thing going here. So to start with, in Swift here, we can see that closures are self contained blocks of functionality that get passed around. And so in the world of distributed computing, which is really the world we live in with cloud computing, it's really a great strategy to have some kind of closure in your codebase. Because really, you can just pass a piece of code around, it's got everything it needs to do, its work, and then it does its work. And then it returns back result or just goes away because it's done working. So here, we can see here that you can see that there's global and nested functions. So typically, that's how the closure works, right is that you have a function with outer scope. And as an inner function, it retains that state, and then it goes through and it does its work.

      Afficher plus Afficher moins
      20 min
    • 52 Weeks of Swift: Episode 6B Functions
      Feb 23 2022
      Learn functions in Swift 00:00 Intro 03:00 Calling functions 06:00 Multiple parameters 21:00 Nested functions
      Afficher plus Afficher moins
      23 min
    • 52 Weeks of Swift: Episode 5-Control Flow
      Feb 15 2022
      Learn control flow with Swift 00:00 Intro 01:57 For Loops 03:54 For Loops Dictionaries 08:00 While Loops 11:00 Case Statements
      Afficher plus Afficher moins
      19 min

    Ce que les auditeurs disent de 52 Weeks of Software Languages

    Moyenne des évaluations utilisateurs. Seuls les utilisateurs ayant écouté le titre peuvent laisser une évaluation.

    Commentaires - Veuillez sélectionner les onglets ci-dessous pour changer la provenance des commentaires.

    Il n'y a pas encore de critique disponible pour ce titre.