IT News, July 2023
Kotlin Simplify Your Kotlin Code with Scope Functions: Unleashing the Power of Objects - SUNIL KVNice overview of the scope functions. Java Guide to Object Mapping with ModelMapper in Java…
Kotlin Simplify Your Kotlin Code with Scope Functions: Unleashing the Power of Objects - SUNIL KVNice overview of the scope functions. Java Guide to Object Mapping with ModelMapper in Java…
Kotlin The beauty of Kotlin type system - kt.academyGood explanation of the type system Java Java: Self-Referential Generics, Part 2 - Aleksei NovikovInteressting use of GenericsMastering Efficient JSON Processing in…
Kotlin Currying in Kotlin - amol pawarIn depth description of currying.Mastering Kotlin Constructors: Building Flexible Classes - amol pawarConstructors are a little bit complicated in Kotlin - here is a…
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…