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
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
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
InKotlin and Kotlin for AndroidbyGlenn SandovalKotlin DSL | Experimenting and conclusionsDSL potential, experimentation and possible errors not taken into accountJul 19, 20212Jul 19, 20212
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
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
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 | Experimenting and conclusionsDSL potential, experimentation and possible errors not taken into accountJul 19, 20212
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
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
InKotlin and Kotlin for AndroidbyGlenn SandovalKotlin DSL | Coding a DSL: 4 — The ‘Empty Space’ and the ‘Composed Shape’ objectAdding empty spaces between shapes and merging shapes to build composed shapesJul 8, 2021