Welcome to Code Completion, Episode 60! 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 (https://twitter.com/CodeCompletion) on Twitter to hear about our upcoming livestreams, videos, and other content.
Today, we discuss:
- Code Completion Club: https://codecompletion.io/jointheclub
- Indie App Spotlight, with a new app for you to check out:
- DropDMG (https://c-command.com/dropdmg/) by Michael Tsai (https://twitter.com/mjtsai)
- NFTs, Blockchains, and Cryptocurrencies
- Squidcoin Scam (https://www.wired.com/story/squid-game-coin-crypto-scam/)
- Coffeezilla on YouTube (https://www.youtube.com/c/Coffeezilla)
- Loot Project (https://www.lootproject.com/)
- Steve Mould’s Water Computer (https://www.youtube.com/watch?v=IxXaizglscw)
- Proof of Stake (https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/)
- Mini Review Corner:
- Backbone One (https://playbackbone.com/products/backbone-one/)
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:
* Fernando Olivares (https://twitter.com/FromJRtoSR)
* Spencer Curtis (https://twitter.com/SpencerCCurtis)
* Dimitri Bouniol (https://twitter.com/DimitriBouniol)
Be sure to also sign up to our monthly newsletter (https://codecompletion.io/), 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 Pennant. Go to https://apps.apple.com/app/apple-store/id622463230?pt=1765080&ct=CodeCompletion&mt=8 today to check it out!
Complete the Code
How can you make sure both load methods run concurrently?
```swift
// 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 (https://twitter.com/intent/tweet?text=%23CompleteTheCode%20cc%2F%20%40CodeCompletion&original_referer=https%3A%2F%2Fcodecompletion.io) with hashtag #CompleteTheCode (https://twitter.com/hashtag/CompleteTheCode) if you know the answer!
Compiler Error
This week's Compiler Error has a theme: Cryptocurrencies!
1 - One of the first cryptocurrencies, Litecoin was created in 2011 based on Scrypt out of concern that GPU-based mining was too high a barrier to entry.
2 - Zcash, founded by Zooko Wilcox, is the first open, permission less financial system employing zero-knowledge security, and employed a “ceremony” to generate the system’s private key.
3 - Titcoin was created in 2014 as the first cryptocurrency to be nominated for a major adult industry award, and featured greatly improved transaction speeds over Bitcoin.
4 - iCANhaz was an ill-fated cryptocurrency founded by Burger King in 2018 that could be earned by purchasing cheeseburgers, though most ended up lost since wallets containing the coin were printed on wrappers themselves.

Welcome to Code Completion, Episode 60! 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:

Code Completion Club: https://codecompletion.io/jointheclub
Indie App Spotlight, with a new app for you to check out:

DropDMG by Michael Tsai

NFTs, Blockchains, and Cryptocurrencies

Squidcoin Scam
Coffeezilla on YouTube
Loot Project
Steve Mould’s Water Computer
Proof of Stake

Mini Review Corner:

Backbone One

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:

Fernando Olivares
Spencer Curtis
Dimitri Bouniol

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 Pennant. Go to https://apps.apple.com/app/apple-store/id622463230?pt=1765080&ct=CodeCompletion&mt=8 today to check it out!

Complete the Code

How can you make sure both load methods run concurrently?

// 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!

Compiler Error

This week's Compiler Error has a theme: Cryptocurrencies!

1 - One of the first cryptocurrencies, Litecoin was created in 2011 based on Scrypt out of concern that GPU-based mining was too high a barrier to entry.

2 - Zcash, founded by Zooko Wilcox, is the first open, permission less financial system employing zero-knowledge security, and employed a “ceremony” to generate the system’s private key.

3 - Titcoin was created in 2014 as the first cryptocurrency to be nominated for a major adult industry award, and featured greatly improved transaction speeds over Bitcoin.

4 - iCANhaz was an ill-fated cryptocurrency founded by Burger King in 2018 that could be earned by purchasing cheeseburgers, though most ended up lost since wallets containing the coin were printed on wrappers themselves.

Twitter Mentions