IT News, November 2023
Kotlin Mastering in Kotlin Annotations - amol pawarAnnotations are not complicated in Kotlin - have a lookSecure Ktor app with JWT refresh tokens. Refresh token flow. - Piotr WolakAn alternative…
Kotlin Mastering in Kotlin Annotations - amol pawarAnnotations are not complicated in Kotlin - have a lookSecure Ktor app with JWT refresh tokens. Refresh token flow. - Piotr WolakAn alternative…
Kotlin TIL that you can use the Invoke Operator on Companion Objects too - Ataul MunimUsefull trickCompanion object invoke operator overloading for default constructor argument in generic classes - Fred…
Python Pandas 2.0: A Game-Changer for Data Scientists? - Miriam SantosPandas 2 uses Arrow instead of NumPy with big performance improvements IntelliJ Unlocking the Power of IntelliJ IDEA: A Guide…
Kotlin Effective Kotlin: Item 14 —Consider implementing Comparable - Matthew DolanHow to use comparable in ranges and as iteratorsExciting Future of Kotlin: K2 Compiler - Sevban BayırInteressting insights to the…
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…