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.
Performance Optimization in Jetpack Compose📅 Apr 8, 2025 · ☕ 5 min read · ✍️ Ignacio CarriónLearn essential techniques and best practices for optimizing performance in Jetpack Compose applications, including composition optimization, recomposition control, and memory management