Episode 18: Kotlin, the Language That Politely Fixes Java Without Starting a Family Argument

Some languages show up to the party wearing a leather jacket and yelling, “We are rewriting everything from scratch!” Kotlin walks in, smiles, and quietly rearranges the furniture so nobody trips, then asks Java if it would like a cup of tea. If you have ever thought, “I like the JVM ecosystem, but I do … Read more

MockK — Kotlin’s Type-Safe Mocking Dream

If your tests spend more time arguing with your mocks than testing your code, MockK shows up like the friend who speaks fluent Kotlin and orders for the whole table. It’s a modern mocking library purpose-built for Kotlin, with first-class support for coroutines, final classes, object/singleton/static calls, and even top-level and extension functions. Start here: … Read more