Posts

Showing posts from December, 2024

How to Manage Your APIs Across Multi-Cloud Environments

Image
How to Manage Your APIs Across Multi-Cloud Environments How to Manage Your APIs Across Multi-Cloud Environments : Kong Konnect is only the beginning of the journey. We will see how to manage your APIs across multi-cloud environments

City Library — An advanced guide to Circuit Breakers in Kotlin

Image
City Library — An advanced guide to Circuit Breakers in Kotlin City Library — An advanced guide to Circuit Breakers in Kotlin : If you already know what circuit-breakers are, then this article could enrich your experience working with them, so come along and learn the greatness of Circuit-Breakers!

ISBN Stacks — A look at a possible Spring Application implementation without annotations

Image
ISBN Stacks — A look at a possible Spring Application implementation without annotations ISBN Stacks — A look at a possible Spring Application implementation without annotations : Want to learn how to program a spring application without annotations, and what are the benefits of it? Let me start by saying CDI is different and much less magical. Learn why, in this article.

Learning AWS with Localstack and Reactive Kotlin — A stamps and coins implementation

Image
Learning AWS with Localstack and Reactive Kotlin — A stamps and coins implementation Learning AWS with Localstack and Reactive Kotlin — A stamps and coins implementation : Working with Localstack can help us understand AWS a bit more because we can run an environment that acts in a similar way to AWS Cloud Services

Protecting Applications with Kong security plugins and using StatsD to monitor system states — A healthy camera story

Image
Protecting Applications with Kong security plugins and using StatsD to monitor system states — A healthy camera story Protecting Applications with Kong security plugins and using StatsD to monitor system states — A healthy camera story : How 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 Kong plugin

Kotlin Native and GraalVM - The Story So Far

Image
Kotlin Native and GraalVM - The Story So Far Kotlin Native and GraalVM - The Story So Far : Did 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 can we do that? This is what this article is about!