Jordan MungujakisaSafe non-local returns using crossinline for inline functions in kotlinA higher-order function is a function that either takes another function as a parameter, returns a function, or both. These functions are a…Sep 10, 2024
InKotlin and Kotlin for AndroidbyGlenn SandovalKotlin DSL | IntroductionIntroduction to Domain-Specific Language in KotlinJun 15, 2021
InTowards DevbyMarlaStop writing hard-to-read KotlinWrite Kotlin code that reads like well-written prose, with unary operators and infix functions.Mar 21, 20229Mar 21, 20229
InKotlin and Kotlin for AndroidbyGlenn SandovalKotlin DSL | Base knowledge to build a DSL in Kotlin — Part 2Kotlin features that help us write more idiomatic DSLsJun 18, 2021Jun 18, 2021
Magda MiuHigh performance with idiomatic KotlinNothing is more likely to drive users away than a poorly performing app. So this is why we, as developers, should focus on performance.Feb 3, 20222Feb 3, 20222
Jordan MungujakisaSafe non-local returns using crossinline for inline functions in kotlinA higher-order function is a function that either takes another function as a parameter, returns a function, or both. These functions are a…Sep 10, 2024
InKotlin and Kotlin for AndroidbyGlenn SandovalKotlin DSL | IntroductionIntroduction to Domain-Specific Language in KotlinJun 15, 2021
InTowards DevbyMarlaStop writing hard-to-read KotlinWrite Kotlin code that reads like well-written prose, with unary operators and infix functions.Mar 21, 20229
InKotlin and Kotlin for AndroidbyGlenn SandovalKotlin DSL | Base knowledge to build a DSL in Kotlin — Part 2Kotlin features that help us write more idiomatic DSLsJun 18, 2021
Magda MiuHigh performance with idiomatic KotlinNothing is more likely to drive users away than a poorly performing app. So this is why we, as developers, should focus on performance.Feb 3, 20222
InKotlin and Kotlin for AndroidbyGlenn SandovalKotlin DSL | Coding a DSL: 1 — Package structure and the ‘Panel’ objectProject organization, methodology and ‘Panel’ constructionJun 28, 2021
InKotlin and Kotlin for AndroidbyGlenn SandovalKotlin DSL | Experimenting and conclusionsDSL potential, experimentation and possible errors not taken into accountJul 19, 20212
InKotlin and Kotlin for AndroidbyGlenn SandovalKotlin DSL | Coding a DSL: 5 — plus and minus operators and inline functionsOverloading plus and minus operators and high-order functions optimization with the inline modifierJul 12, 2021