# Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more

Learn iOS and Swift, Android and Kotlin & Dart and Flutter development with the largest and highest-quality catalog of video courses and books on the Internet.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Kodebits Day 94: Operator Overloading \[FREE\]

DevFeed: [Kodebits Day 94: Operator Overloading \[FREE\]](<https://devfeed.tech/articles/kodebits-day-94-operator-overloading-free-41385.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032939-kodebits-day-94-operator-overloading>)

Published: 2026-09-17T17:00:08Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [free](<https://devfeed.tech/tags/free.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

A short Swift challenge for practicing operator overloading.

### Source excerpt

Practice operators with a short swift challenge.

## Developing Apps for the iPhone Duo: Best Practices and Upcoming iOS 27.1 APIs

DevFeed: [Developing Apps for the iPhone Duo: Best Practices and Upcoming iOS 27.1 APIs](<https://devfeed.tech/articles/seeing-double-with-the-iphone-duo-free-41386.md>)

Original publisher: [Read original article](<https://www.kodeco.com/54224360-seeing-double-with-the-iphone-duo>)

Author: hococoder

Published: 2026-09-17T15:00:52Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [iphone](<https://devfeed.tech/topics/iphone.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [API](<https://devfeed.tech/topics/api.md>), [Xcode](<https://devfeed.tech/topics/xcode.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apple](<https://devfeed.tech/tags/apple.md>), [apps](<https://devfeed.tech/tags/apps.md>), [article](<https://devfeed.tech/tags/article.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [developing](<https://devfeed.tech/tags/developing.md>), [features](<https://devfeed.tech/tags/features.md>), [free](<https://devfeed.tech/tags/free.md>), [ios](<https://devfeed.tech/tags/ios.md>), [iphone](<https://devfeed.tech/tags/iphone.md>)

### AI overview

This article discusses best practices for preparing apps for the iPhone Duo and previews API changes planned for iOS 27.1. It highlights size classes, screen changes, and other hardware and interface considerations while noting that Xcode does not yet support the device.

### Source excerpt

Learn about best practices for developing for the iPhone Duo, and get a sneak peek at the upcoming API changes in iOS 27.1, specifically for the Duo!

## Kodebits Day 93: Default Parameter \[FREE\]

DevFeed: [Kodebits Day 93: Default Parameter \[FREE\]](<https://devfeed.tech/articles/kodebits-day-93-default-parameter-free-26718.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032936-kodebits-day-93-default-parameter>)

Published: 2026-09-15T18:00:07Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [free](<https://devfeed.tech/tags/free.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

A short Swift challenge focused on practicing functions and default parameters.

### Source excerpt

Practice functions with a short swift challenge.

## Kodebits Day 92: Collection For Loop \[FREE\]

DevFeed: [Kodebits Day 92: Collection For Loop \[FREE\]](<https://devfeed.tech/articles/kodebits-day-92-collection-for-loop-free-17430.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032933-kodebits-day-92-collection-for-loop>)

Published: 2026-09-14T18:00:05Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Dart](<https://devfeed.tech/topics/dart.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [dart](<https://devfeed.tech/tags/dart.md>), [free](<https://devfeed.tech/tags/free.md>)

### AI overview

A short free Kodeco challenge for practicing collection for loops in Dart.

### Source excerpt

Practice collections with a short dart challenge.

## Kodebits Day 91: Property Observer \[FREE\]

DevFeed: [Kodebits Day 91: Property Observer \[FREE\]](<https://devfeed.tech/articles/kodebits-day-91-property-observer-free-11508.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032928-kodebits-day-91-property-observer>)

Published: 2026-09-13T17:00:05Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [learn](<https://devfeed.tech/tags/learn.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

A short Swift challenge focused on practicing property observers.

### Source excerpt

Practice properties with a short swift challenge.

## Moving from XCTest to Swift Testing \[FREE\]

DevFeed: [Moving from XCTest to Swift Testing \[FREE\]](<https://devfeed.tech/articles/moving-from-xctest-to-swift-testing-free-11509.md>)

Original publisher: [Read original article](<https://www.kodeco.com/53560697-moving-from-xctest-to-swift-testing>)

Author: renan.dias

Published: 2026-09-11T18:41:42Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Swift Testing](<https://devfeed.tech/topics/swift-testing.md>), [Unit testing](<https://devfeed.tech/topics/unit-testing.md>), [Xcode](<https://devfeed.tech/topics/xcode.md>), [agentic-coding](<https://devfeed.tech/topics/agentic-coding.md>), [SwiftUI](<https://devfeed.tech/topics/swiftui.md>), [iOS](<https://devfeed.tech/topics/ios.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [app](<https://devfeed.tech/tags/app.md>), [apple](<https://devfeed.tech/tags/apple.md>), [article](<https://devfeed.tech/tags/article.md>), [free](<https://devfeed.tech/tags/free.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [ios](<https://devfeed.tech/tags/ios.md>), [swift-testing](<https://devfeed.tech/tags/swift-testing.md>), [swiftui](<https://devfeed.tech/tags/swiftui.md>), [testing](<https://devfeed.tech/tags/testing.md>), [xcode](<https://devfeed.tech/tags/xcode.md>)

### AI overview

A tutorial on migrating unit tests from Apple's XCTest framework to Swift Testing. It explains common testing scenarios, Swift Testing's newer syntax and constructs, and how Xcode's Agentic Coding can assist with the migration while working on a SwiftUI coffee-ordering app.

### Source excerpt

Swift Testing is Apple's replacement for the objective-C XCTest unit testing framework. Discover how to migrate your existing XCTest suites over to Swift Testing, including how to get some assistance from Xcode's agentic AI tooling.

## Kodebits Day 90: Named Arguments \[FREE\]

DevFeed: [Kodebits Day 90: Named Arguments \[FREE\]](<https://devfeed.tech/articles/kodebits-day-90-named-arguments-free-11507.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032926-kodebits-day-90-named-arguments>)

Published: 2026-09-10T17:00:05Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>)

### AI overview

A short Kotlin challenge for practicing named arguments.

### Source excerpt

Practice arguments with a short kotlin challenge.

## Kodebits Day 89: Enum Raw Values \[FREE\]

DevFeed: [Kodebits Day 89: Enum Raw Values \[FREE\]](<https://devfeed.tech/articles/kodebits-day-89-enum-raw-values-free-11506.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032923-kodebits-day-89-enum-raw-values>)

Published: 2026-09-09T16:00:04Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

A short, free Kodeco challenge for practicing Swift enums with raw values.

### Source excerpt

Practice enums with a short swift challenge.

## Kodebits Day 88: Inout Parameter \[FREE\]

DevFeed: [Kodebits Day 88: Inout Parameter \[FREE\]](<https://devfeed.tech/articles/kodebits-day-88-inout-parameter-free-11505.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032921-kodebits-day-88-inout-parameter>)

Published: 2026-09-07T17:00:59Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [learn](<https://devfeed.tech/tags/learn.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

A short Kodeco challenge focused on practicing Swift functions and the inout parameter.

### Source excerpt

Practice functions with a short swift challenge.

## Kodebits Day 87: Default Parameters \[FREE\]

DevFeed: [Kodebits Day 87: Default Parameters \[FREE\]](<https://devfeed.tech/articles/kodebits-day-87-default-parameters-free-11504.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032919-kodebits-day-87-default-parameters>)

Published: 2026-09-06T16:00:57Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [learn](<https://devfeed.tech/tags/learn.md>)

### AI overview

A short Kotlin challenge focused on practicing default parameters.

### Source excerpt

Practice parameters with a short kotlin challenge.

## Kodebits Day 86: Computed Property \[FREE\]

DevFeed: [Kodebits Day 86: Computed Property \[FREE\]](<https://devfeed.tech/articles/kodebits-day-86-computed-property-free-11503.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032917-kodebits-day-86-computed-property>)

Published: 2026-09-04T17:00:55Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

A short Swift challenge focused on practicing computed properties.

### Source excerpt

Practice properties with a short swift challenge.

## Kodebits August 2026: Kotlin Takes the Lead \[FREE\]

DevFeed: [Kodebits August 2026: Kotlin Takes the Lead \[FREE\]](<https://devfeed.tech/articles/kodebits-august-2026-kotlin-takes-the-lead-free-11510.md>)

Original publisher: [Read original article](<https://www.kodeco.com/54081605-kodebits-august-2026-kotlin-takes-the-lead>)

Author: samdavies

Published: 2026-09-03T19:54:55Z

Content type: article

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Android](<https://devfeed.tech/topics/android.md>), [Swift](<https://devfeed.tech/topics/swift.md>), [Dart](<https://devfeed.tech/topics/dart.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [android](<https://devfeed.tech/tags/android.md>), [article](<https://devfeed.tech/tags/article.md>), [beginner](<https://devfeed.tech/tags/beginner.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [dart](<https://devfeed.tech/tags/dart.md>), [free](<https://devfeed.tech/tags/free.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

Kodebits August 2026 presents 18 programming puzzles grouped by platform and ordered from beginner to advanced. Kotlin leads the month with eight entries, followed by Swift with seven and Dart with three. The Kotlin material covers everyday topics including collections, ranges, string templates, null safety, and type checking, while the roundup also highlights comparisons across Kotlin, Swift, and Dart.

### Source excerpt

Kotlin outnumbered Swift for the first time in August, and the month eased off after July's hard streak. Here's all 18 bits grouped by platform and sorted from beginner to advanced.

## Kodebits Day 85: Type Check As Cast \[FREE\]

DevFeed: [Kodebits Day 85: Type Check As Cast \[FREE\]](<https://devfeed.tech/articles/kodebits-day-85-type-check-as-cast-free-11502.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032913-kodebits-day-85-type-check-as-cast>)

Published: 2026-08-31T18:00:49Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [learn](<https://devfeed.tech/tags/learn.md>)

### AI overview

A short Kodeco challenge for practicing Kotlin type checks.

### Source excerpt

Practice type checks with a short kotlin challenge.

## Kodebits Day 84: Reduce Product \[FREE\]

DevFeed: [Kodebits Day 84: Reduce Product \[FREE\]](<https://devfeed.tech/articles/kodebits-day-84-reduce-product-free-11501.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032910-kodebits-day-84-reduce-product>)

Published: 2026-08-29T16:00:27Z

Content type: article

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [books](<https://devfeed.tech/tags/books.md>), [catalog](<https://devfeed.tech/tags/catalog.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [learn](<https://devfeed.tech/tags/learn.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

A short Swift challenge focused on practicing higher-order functions, presented as part of Kodeco's mobile development learning content.

### Source excerpt

Practice higher-order functions with a short swift challenge.

## Kodebits Day 83: Smart Cast \[FREE\]

DevFeed: [Kodebits Day 83: Smart Cast \[FREE\]](<https://devfeed.tech/articles/kodebits-day-83-smart-cast-free-11500.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032908-kodebits-day-83-smart-cast>)

Published: 2026-08-28T18:00:52Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [free](<https://devfeed.tech/tags/free.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [learn](<https://devfeed.tech/tags/learn.md>)

### AI overview

A short Kotlin challenge about smart casts and type checks. It explains that after an `is` check, Kotlin treats the value as the checked type within the `if` block, allowing direct access to String properties such as `.length`.

### Source excerpt

Practice type checks with a short kotlin challenge.

## Kodebits Day 82: Stride By Value \[FREE\]

DevFeed: [Kodebits Day 82: Stride By Value \[FREE\]](<https://devfeed.tech/articles/kodebits-day-82-stride-by-value-free-11499.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032906-kodebits-day-82-stride-by-value>)

Published: 2026-08-26T18:00:50Z

Content type: article

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

A short Swift challenge focused on practicing loops.

### Source excerpt

Practice loops with a short swift challenge.

## Kodebits Day 81: Guard Multiple Bindings \[FREE\]

DevFeed: [Kodebits Day 81: Guard Multiple Bindings \[FREE\]](<https://devfeed.tech/articles/kodebits-day-81-guard-multiple-bindings-free-11498.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032904-kodebits-day-81-guard-multiple-bindings>)

Published: 2026-08-25T18:00:49Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>), [iOS](<https://devfeed.tech/topics/ios.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

A short Swift challenge focused on practicing guard with multiple bindings.

### Source excerpt

Practice guard with a short swift challenge.

## Kodebits Day 80: Safe Call Operator \[FREE\]

DevFeed: [Kodebits Day 80: Safe Call Operator \[FREE\]](<https://devfeed.tech/articles/kodebits-day-80-safe-call-operator-free-11497.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032901-kodebits-day-80-safe-call-operator>)

Published: 2026-08-23T16:00:47Z

Content type: article

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [learn](<https://devfeed.tech/tags/learn.md>)

### AI overview

A short Kotlin challenge for practicing null-safety and the safe call operator.

### Source excerpt

Practice null-safety with a short kotlin challenge.

## Kodebits Day 79: Collection If \[FREE\]

DevFeed: [Kodebits Day 79: Collection If \[FREE\]](<https://devfeed.tech/articles/kodebits-day-79-collection-if-free-11496.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032898-kodebits-day-79-collection-if>)

Published: 2026-08-20T16:00:46Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Dart](<https://devfeed.tech/topics/dart.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [dart](<https://devfeed.tech/tags/dart.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [learn](<https://devfeed.tech/tags/learn.md>)

### AI overview

A short Dart challenge focused on practicing collection if statements.

### Source excerpt

Practice collection if with a short dart challenge.

## Kodebits Day 78: Switch Where Clause \[FREE\]

DevFeed: [Kodebits Day 78: Switch Where Clause \[FREE\]](<https://devfeed.tech/articles/kodebits-day-78-switch-where-clause-free-11495.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032895-kodebits-day-78-switch-where-clause>)

Published: 2026-08-18T18:00:44Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

A short coding challenge for practicing Swift switch statements with a where clause.

### Source excerpt

Practice switch statements with a short swift challenge.

## Kodebits Day 77: Optional flatMap \[FREE\]

DevFeed: [Kodebits Day 77: Optional flatMap \[FREE\]](<https://devfeed.tech/articles/kodebits-day-77-optional-flatmap-free-11494.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032893-kodebits-day-77-optional-flatmap>)

Published: 2026-08-17T16:00:42Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

A short, free Kodeco challenge for practicing Swift optionals with flatMap.

### Source excerpt

Practice optionals with a short swift challenge.

## Kodebits Day 76: Elvis Operator \[FREE\]

DevFeed: [Kodebits Day 76: Elvis Operator \[FREE\]](<https://devfeed.tech/articles/kodebits-day-76-elvis-operator-free-11493.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032891-kodebits-day-76-elvis-operator>)

Published: 2026-08-15T18:00:41Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Android](<https://devfeed.tech/topics/android.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [learn](<https://devfeed.tech/tags/learn.md>)

### AI overview

A short Kotlin challenge for practicing null safety, presented as part of Kodeco's mobile development learning content.

### Source excerpt

Practice null-safety with a short kotlin challenge.

## Kodebits Day 75: Range Iteration \[FREE\]

DevFeed: [Kodebits Day 75: Range Iteration \[FREE\]](<https://devfeed.tech/articles/kodebits-day-75-range-iteration-free-11492.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032887-kodebits-day-75-range-iteration>)

Published: 2026-08-13T18:00:39Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

A short, free Kodebits challenge focused on practicing range iteration in Swift.

### Source excerpt

Practice ranges with a short swift challenge.

## Kodebits Day 74: Lateinit Property \[FREE\]

DevFeed: [Kodebits Day 74: Lateinit Property \[FREE\]](<https://devfeed.tech/articles/kodebits-day-74-lateinit-property-free-11491.md>)

Original publisher: [Read original article](<https://www.kodeco.com/52032884-kodebits-day-74-lateinit-property>)

Published: 2026-08-12T14:00:38Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>)

### AI overview

A short Kotlin challenge for practicing the lateinit property.

### Source excerpt

Practice lateinit with a short kotlin challenge.

[Next page](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md?cursor=WyIyMDI2LTA4LTEyVDE0OjAwOjM4KzAwOjAwIiwgIjMxY2U0NTM1LTM4OWMtNDAwOS05MzFiLTVhYzVlOWU1Y2RmZCJd>)