Kotlin Basics for Java Developers
A practical guide to Kotlin for Java developers through a production lens. Learn what Kotlin changes in team habits, not just in syntax, especially around null safety, state modeling, and coroutines.
AI DevOps Korea
Aidevops.kr covers LLMOps, RAG, agents, observability, evaluation, and cost-performance optimization for production AI services.
This group clusters posts that are best read together inside the Language category, so the learning path feels more intentional.
This group currently contains 5 posts.
Start Here
A practical guide to Kotlin for Java developers through a production lens. Learn what Kotlin changes in team habits, not just in syntax, especially around null safety, state modeling, and coroutines.
Group Archive
A practical guide to Kotlin for Java developers through a production lens. Learn what Kotlin changes in team habits, not just in syntax, especially around null safety, state modeling, and coroutines.
A production-focused guide to Java 21 Virtual Threads. Learn where they improve throughput, where they do not help, and what to validate before rolling them into a Spring Boot service.
A production-minded guide to the Java Stream API. Learn where streams clarify business rules, where imperative code is safer, and how to avoid unreadable pipelines.
A JDK upgrade is not just a version bump. It is an organizational rollout across services, tooling, and runtime assumptions.
A practical approach to finding heap growth, retention paths, and object lifetime problems in JVM services.