Mastodon
Episode 11

Fernandos Going to Eat His Hat

00:00:00
/
00:52:16

October 19th, 2020

52 mins 16 secs

Season 1

Your Hosts
Tags

About this Episode

Welcome to Code Completion, Episode {{insert episode number here}}! We are a group of iOS developers and educators hoping to share what we love most about development, Apple technology, and completing your code!

Follow us @CodeCompletion on Twitter to hear about our upcoming livestreams, videos, and other content.

Today, we discuss:

  • If 5G is as useful a feature as Apple made it out to be
  • 5G: Explained by MKBHD,
  • The new HomePod mini
  • The new iPhone 12
  • Which device we'll all be getting

Also, join us for #CompleteTheCode and Compiler Error, two segments that test both your knowledge and our knowledge on Swift, Apple, and all things development!

Your hosts for this week:

Be sure to also sign up to our monthly newsletter, where we will recap the topics we discussed, reveal the answers to #CompleteTheCode, and share even more things we learned in between episodes.

You are what makes this show possible, so please be sure to share this with your friends and family who are also interested in any part of the app development process.

Sponsor

This week's episode of Code Completion is brought to you by Super Easy Timer. Search for Super Easy Timer on the Mac App Store to give it a try. https://apps.apple.com/app/apple-store/id1525104124?mt=12

Complete the Code

Be sure to tweet us with hashtag #CompleteTheCode if you know the answer!

Compiler Error

1 - Just introduced this month, swift-algorithms is a new package that makes complex sequence and collection algorithm implementations available which wouldn’t otherwise fit in with the standard library.
• swift-algorithms: https://swift.org/blog/swift-algorithms/
• Swift Algorithm Club: https://github.com/raywenderlich/swift-algorithm-club)
2 - A foundational library to many server-side swift initiatives, swift-nio exposes high level building blocks for interacting with non-blocking IO, such as files, streams, and datagrams.
• swift-nio: https://github.com/apple/swift-nio)
3 - Built on top of swift-nio, swift-metrics is a package primarily intended for web analytics that makes it easy to collect data from your server application in a privacy conscious way.
• swift-metrics: https://github.com/apple/swift-metrics)
4 - Re-implementing much of the functionality URLSession provides, async-http-client is a high performance HTTP client for Swift actively maintained by the Swift Server Work Group.
• async-http-client: https://github.com/swift-server/async-http-client)