IT News, January 2024
Kotlin Removing Ambiguity in Kotlin Function by Reference - Donovan LaDukeHow to use the type of function references during runtime JVM Java’s String.length() and String.getBytes().length - Kai YuanA few days…
Kotlin Removing Ambiguity in Kotlin Function by Reference - Donovan LaDukeHow to use the type of function references during runtime JVM Java’s String.length() and String.getBytes().length - Kai YuanA few days…
Kotlin Amper – Improving the Build Tooling User Experience - JetBrainsA new build tool on top of gradle with a clear structure Java Don’t Use Checked Exceptions - Michael KrimgenGood…
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…