-
Notifications
You must be signed in to change notification settings - Fork 253
Add data file with items for "Go Further" section #184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| - title: "Go Further: Concurrency" | ||
| description: "Swift has concurrency features built into the language making it easier to write concurrent code with the assistance of the compiler. This video introduces the async/await mechanism, a key part of Swift Concurrency." | ||
| content-type: video | ||
| content-url: https://developer.apple.com/videos/play/wwdc2021/10132/ | ||
| thumbnail-url: #TBD | ||
| release-date: 2021-06-08 | ||
| - title: "Go Further: Swift Generics" | ||
| description: "In Swift, generics are a fundamental way to write abstract code. This video walks through the basics of Swift Generics and introducing generics into your code." | ||
| content-type: video | ||
| content-url: https://developer.apple.com/videos/play/wwdc2021/10132/ | ||
| thumbnail-url: #TBD | ||
| release-date: 2021-06-09 | ||
| - title: "Go Further: Regular Expressions" | ||
| description: "Swift provides first-class regular expression support, commonly known as regex, for effective string processing. This video gives an overview of the power and flexibility of Swift Regex." | ||
| content-type: video | ||
| content-url: https://developer.apple.com/videos/play/wwdc2022/110357/ | ||
| thumbnail-url: #TBD | ||
| release-date: 2022-06-07 | ||
| - title: "Go Further: Swift Strings Under The Hood" | ||
| description: "Swift strings provide a fast, Unicode-compliant way to work with text. In most cases" | ||
|
||
| content-type: article | ||
dempseyatgithub marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| content-url: https://www.swift.org/blog/utf8-string/ | ||
| thumbnail-url: #TBD | ||
| release-date: 2019-03-20 | ||
Uh oh!
There was an error while loading. Please reload this page.