Leveraging Sealed Classes and Interfaces for Better Domain Modeling📅 Apr 15, 2025 · ☕ 7 min read · ✍️ Ignacio CarriónHow to use Kotlin's sealed classes and interfaces to create more robust and type-safe domain models.
Building Type-safe DSLs with Kotlin: From Basics to Advanced Patterns📅 Mar 25, 2025 · ☕ 7 min read · ✍️ Ignacio CarriónLearn how to create type-safe Domain-Specific Languages (DSLs) in Kotlin using @DslMarker for better scope control
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