Test-Driven Development (TDD) in Kotlin for Android📅 Jan 20, 2025 · ☕ 4 min read · ✍️ Ignacio CarriónTest-Driven Development (TDD) in Kotlin for Android with real-world examples using JUnit, MockK, and Coroutines
Clean Architecture in Kotlin & Android📅 Jan 18, 2025 · ☕ 4 min read · ✍️ Ignacio CarriónClean Architecture in Kotlin & Android with practical examples
Exploring App Architectures in Kotlin📅 Jan 15, 2025 · ☕ 5 min read · ✍️ Ignacio CarriónExploring App Architectures in Kotlin: MVC, MVP, MVVM, and MVI
Kotlin Design Patterns - Part 3📅 Jan 13, 2025 · ☕ 5 min read · ✍️ Ignacio CarriónKotlin Design Patterns - Part 3
Understanding SOLID Principles with Kotlin Examples📅 Jan 8, 2025 · ☕ 6 min read · ✍️ Ignacio CarriónSOLID Principles explained with Kotlin Examples.
Kotlin Design Patterns - Part 2📅 Jan 6, 2025 · ☕ 4 min read · ✍️ Ignacio CarriónKotlin Design Patterns - Part 2
Using Koin in Compose Multiplatform📅 Jan 2, 2025 · ☕ 3 min read · ✍️ Ignacio CarriónUsing Koin in Compose Multiplatform from common code with the possibility of configuring each platform.
Kotlin Design Patterns - Part 1📅 Dec 30, 2024 · ☕ 4 min read · ✍️ Ignacio CarriónKotlin Design Patterns - Part 1
A deep dive into Kotlin KSP📅 Dec 27, 2024 · ☕ 7 min read · ✍️ Ignacio CarriónAdvanced Kotlin - Kotlin Symbol Processing (KSP)
Kotlin Infix functions📅 Dec 26, 2024 · ☕ 4 min read · ✍️ Ignacio CarriónAdvanced Kotlin - Infix functions
Swift export in KMP📅 Dec 18, 2024 · ☕ 4 min read · ✍️ Ignacio CarriónNew feature in Kotlin 2.1.0, basic swift export from Kotlin