Zero-Cost Abstractions in Kotlin: Inline Functions and Value Classes📅 Oct 24, 2025 · ☕ 5 min read · ✍️ Ignacio CarriónA practical guide to Kotlin inline functions and value classes: how they work, why they matter, and when to use them for safer, faster code.
Advanced Generics and Variance in Kotlin: A Comprehensive Guide📅 Mar 21, 2025 · ☕ 7 min read · ✍️ Ignacio CarriónMaster Kotlin's advanced generic types and variance concepts with practical examples and real-world applications