IT News, September 2024
Kotlin Kotlin Design Patterns: Chain Of Responsibility Explained - Michal AnkiersztajnNice explanation of this design pattern Java / JVM Inject Parameters into JUnit - J Steven PerryOffers new possibilities to…
Kotlin Kotlin Design Patterns: Chain Of Responsibility Explained - Michal AnkiersztajnNice explanation of this design pattern Java / JVM Inject Parameters into JUnit - J Steven PerryOffers new possibilities to…
Kotlin Advanced Kotlin Coroutine Cheat sheet (for Android Engineer) - Gaëlle MinisiniGood overview of Coroutine classes and functions Spring Boot Spring Boot 3.3.2 Benchmark: Web, Reactive, CDS, AOT, Virtual Threads,…
Kotlin Any, Unit & Nothing Kotlin Generics Explained - Michal AnkiersztajnBasic knowledge about types - but there is a lot more to say about NothingCoroutine Cancellation and Timeouts - Tanya…
Kotlin Celebrating Kotlin 2.0: Fast, Smart, and Multiplatform - Egor TolstoyWhat has changed in Kotlin 2.0?Kotlin Coroutine mechanisms: launch v. async - mvndyCoroutines are a fascinating feature but complex and…
Kotlin Type Erasure in Kotlin: Simplifying the Complex - Maya MohiteIntroduction to type erasure - I wish Java has it Spring Boot Top 10 Ways to Handle Exception in SpringBoot…
Kotlin Why Non-Blocking? - kt.academyExplains the mechanismsGeneric Variance - Dave Leeds on KotlinEver struggled with generics? This is as simple as an explanation could be.K2 Compiler Performance Benchmarks and How to Measure…
Java Mastering Java Testing With JUnit, Mockito, and AssertJ in IntelliJ IDEA by Kenneth Kousen - Ken KousenGood intro to testing in Java for beginnersLet’s Set the Records Straight -…
Kotlin Exploring the Exciting Features of Kotlin 1.9.20 - Nandhu RajOnly small but interesting new featuresAkkurate - Johann Pardanaud0.7.0 of this new library for validation seems to be quiet matureAvoiding…
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…