Posts
All the articles I've posted.
-
Kotlin is null-safe until it meets your Java code
Kotlin platform types cause delayed NullPointerException in Java interop. How read-only collections stay mutable and internal becomes public.
-
Buildpacks: Docker images without writing a Dockerfile
Build Docker images with one command using Buildpacks — no Dockerfile needed. Covers Python, Java, and Node.js with Procfile examples.
-
Please don't suppose Kotlin developers know Java
8% of Kotlin developers never learned Java — and the ecosystem still assumes they did. Why this matters and what we can do about it.
-
Kotlin indexed access operator: Replace get/set calls with [ ] syntax
How to implement custom indexed access operators in Kotlin, with a chessboard example. Explains the IntelliJ suggestion 'replace function call with indexed accessor'.