Home
Blog Articles
Videos
Open-Source
Portfolio
Yanneck
Yanneck
Reiss
Reiss
Blog Articles
Find my recent articles published on
Medium
Feb 12 2025
Kotlin Multiplatform
Big News For The Official Kotlin Multiplatform IDE
Goodbye Fleet as the official KMP IDE
Jan 26 2025
Kotlin
Kotlin Coroutines: When To Use coroutineScope vs supervisorScope
Learn the correct usage of CoroutineScopes within suspend functions
Nov 24 2024
Kotlin
Be Aware Of This Mistake When Using Kotlin’s Flow Combine
Understanding Kotlin’s Flow Combine Operator Behavior
Jul 14 2024
Kotlin Multiplatform
How To Use The Jetpack Preference DataStore With Kotlin Multiplatform
Easy key-value store solution for Android and iOS
May 15 2024
Kotlin Multiplatform
Google Announced Official Kotlin Multiplatform Support
Is Flutter in danger?
Jan 15 2024
Android
Koin-Dependent Composable Previews in Android Jetpack Compose
A Quick Tip For Making Android Jetpack Compose Previews Work With Koin
Jan 07 2024
Kotlin
How To Reference Nested Kotlin Scope Functions Using Labels
A Quick Tip For Optimizing Your Code Base
Nov 07 2023
Kotlin Multiplatform
Kotlin Multiplatform Is Stable!
A brief overview of what this status means for the framework
Oct 11 2023
Android
A First Look At The New Android Room Gradle Plugin
Schema Export Declaration Made Easy
Oct 09 2023
Compose Multiplatform
Easy Navigation For Compose Multiplatform With Voyager
Diving into Voyager’s navigation capabilities for your next Kotlin Multiplatform project
Sep 03 2023
Android
How To Test Your Android ViewModel UI State Updates
Easy ViewModel Testing With Kotlinx Coroutine Test And Turbine
Aug 27 2023
Compose Multiplatform
Create Your First Fully Cross-Platform Mobile App With Compose Multiplatform 4/4 — UI Layer And…
Build a cross-platform iOS and Android app using the Jetpack Compose API with a single codebase
Aug 26 2023
Compose Multiplatform
Create Your First Fully Cross-Platform Mobile App With Compose Multiplatform 3/4 — Domain Layer…
Build a cross-platform iOS and Android app using the Jetpack Compose API with a single codebase
Aug 25 2023
Compose Multiplatform
Create Your First Fully Cross-Platform Mobile App With Compose Multiplatform 2/4 — Data Layer
Build a cross-platform iOS and Android app using the Jetpack Compose API with a single codebase
Aug 24 2023
Compose Multiplatform
Create Your First Fully Cross-Platform Mobile App With Compose Multiplatform 1/4 — Introduction
Build a cross-platform iOS and Android app using the Jetpack Compose API with a single codebase
Aug 01 2023
Kotlin Multiplatform
Kotlin Multiplatform Mobile Is Dead. Long Live Kotlin Multiplatform
About the deprecation of the Kotlin Multiplatform Mobile (KMM) term
Jul 30 2023
Other
How To Setup Pagination With Paging3 For Network Requests
Easy pagination for Your Android App when communicating with a REST API
Jul 16 2023
Android
How To Implement Paging3 With The Jetpack Compose Lazy Column And Android Room
Easy pagination for Android Room In Jetpack Compose