Episode 55: Faster Than a Car
Welcome to Code Completion, Episode 55! 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.
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.
⭐️ This Week's Topics
- Join the Code Completion Club at https://codecompletion.io/jointheclub!
- Indie App Spotlight, with a new app for you to check out:
- MacBook Pro Review
- Jameson on Twitter
- MKBHD’s Review
- Benchmark results
- Blender’s Metal Updates on Cycles Renderer
- What’s next for the M1 family of chips
- You should actually prematurely optimize when you can.
- “You should be the slowest factor”
- Older hardware is often left behind
- Nick Lockwood on Twitter
🚧 #CompleteTheCode
This week's #CompleteTheCode:
How can you make sure both load methods run concurrently?
1 2 3 4 5 6 7
// How can you make sure both load methods run concurrently? func loadItem(_ id: UUID) async { let image = await loadImage(id) let metadata = await loadMetadata(id) presentItem(id, image: image, metadata: metadata) }
Be sure to tweet us with hashtag #CompleteTheCode if you know the answer!
🎁 Sponsor
This week's episode of Code Completion is brought to you by Huuungry. Click here or search for Huuungry on the iOS App Store today to give it a try.