How to Manage Your APIs Across Multi-Cloud EnvironmentsKong Konnect is only the beginning of the journey. We will see how to manage your APIs across multi-cloud environmentsJan 9, 2025·12 min read
Kotlin Native and GraalVM - The Story So FarDid you know that we can compile Java and Kotlin code, even Python to binary native code? We can skip JIT with it and improve start-up times. How canJan 9, 2025·35 min read
Protecting Applications with Kong security plugins and using StatsD to monitor system states — A healthy camera storyHow can we monitor our application with StatsD and could be the setup to allow that to happen? Find out in this article and how to use that in a KongJan 9, 2025·43 min read
How I created a JDK 19 Loom GitHub ActionAll you need to know about creating github actions following a JDK19 Loom setupJan 9, 2025·6 min read
Kotlin and the removal of the Builder Pattern from public lifeTo be more precise, the builder pattern hasn't been removed. We just don't code nor do we see it anymore and so it is like it doesn't exist. This postJan 9, 2025·7 min read
Kotlin Coroutines vs Java Virtual Threads — A good story, but just that…So what is the big difference between Kotlin Coroutines and Java Virtual Threads? Aren they the same under a different management? How do they work?Jan 9, 2025·51 min read
Docker and Test Container Waiting Forever FixFixing and anomaly that not always occurs with port checks vs health checksJan 8, 2025·12 min read