IT News, April 2023
Kotlin Using KSP and KotlinPoet To Parse Twisted Builder Annotations - Uzi LandsmannGet into KSP (and KotlinPoet) by implementing a builder pattern Exploring Kotlin’s Context Receivers - Simon WirtzIntroduction to…
Kotlin Using KSP and KotlinPoet To Parse Twisted Builder Annotations - Uzi LandsmannGet into KSP (and KotlinPoet) by implementing a builder pattern Exploring Kotlin’s Context Receivers - Simon WirtzIntroduction to…
Kotlin I bet you didn’t know about these features in Kotlin - Nishant Aanjaney JalanIn fact, I missed data objects somehow, but think the others are also worth to mention.Short…
Kotlin Nullable & Generic Receivers - Gabriel ShanahanNice recap and good exercises.Do you follow these Kotlin Best Practices? -Nishant Aanjaney JalanGood survey - even if some arguments are missing, why…
Kotlin Kotlin Flashcard gameFunny way to learn some Kotlin basics. Avoid Callback Hell With Kotlin Coroutines - MiguelAnother approach to coroutines. Extension Functions: Motivation - Gabriel ShanahanExplains why to use…
Java To var, or not to var, that is the question - Victor HugoI also tend to use 'var' often, here are some good reasons for that7 Java Gems Experts…
Kotlin Kotlin vs. Java: The Clean Code Edition - Auxo Good examples where Kotline shines over Java Java Apache Commons Compress A library for lossless data compression Hash4j: a new…
Kotlin Mutation Testing in Kotlin - isabel garridoUsing PIT to find test gaps Using Higher Order Functions to Retry Errors In Kotlin - Refactoring to Kotlin with Duncan McGregorNice to…