エピソード

  • 52weeks-episode7-swift-closures
    2022/03/05

    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.

    続きを読む 一部表示
    20 分
  • 52 Weeks of Swift: Episode 6B Functions
    2022/02/23
    Learn functions in Swift 00:00 Intro 03:00 Calling functions 06:00 Multiple parameters 21:00 Nested functions
    続きを読む 一部表示
    23 分
  • 52 Weeks of Swift: Episode 5-Control Flow
    2022/02/15
    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
    続きを読む 一部表示
    19 分
  • 52 Weeks of Swift: Episode 5: Collections
    2022/02/08
    Collections in Swift
    続きを読む 一部表示
    29 分
  • 52 Weeks of Swift: Episode 4: Strings
    2022/02/02
    Episode 4: Strings 00:00 Intro 03:00 Multiline strings 06:00 unicode 09:00 empty string 14:00 string concatenation 19:00 counting characters 23:00 utf-16
    続きを読む 一部表示
    25 分
  • 52 Weeks of Swift: Episode 3: Operators
    2022/01/26

    I walk through the official Swift guide and try out Operators.

    00:00 Intro
    02:47 basic statements
    08:00 Basic operator types
    14:59 Conditional Statements
    22:00 For loops with range
    28:00 NOT AND OR

    続きを読む 一部表示
    35 分
  • 52 Weeks of Swift: Episode 2-Part 1 Swift Language Guide + CreateML
    2022/01/19
    Diving into Apple Create ML and Language Guide
    続きを読む 一部表示
    22 分
  • 52 Weeks of Swift: Episode 1-Getting Started With Swift
    2022/01/12
    52-weeks-swift

    Weekly Podcast/Livestream on Apple Swift Language

    Episode 1:
    • Getting started with Swift-guided tour
    • Swift playgrounds: Cover Swift Playgrounds in Xcode and app
    • Build out a Swift CLI
    • Tutorial Episode 1
    References
    • Apple Swift Page
    続きを読む 一部表示
    24 分