In this article, you will learn more about Spring Boot configuration. I'll show you how to use it effectively in different environments. Especially, we talk a little bit more about…
A Deep Dive Into Spring Boot Configuration
Java, Spring, Kotlin, microservices, Kubernetes, containers
In this article, you will learn more about Spring Boot configuration. I'll show you how to use it effectively in different environments. Especially, we talk a little bit more about…
In this article, you will learn how to prepare a canary release in your CI/CD with Knative and Tekton. Since Knative supports many versions of the same service it seems…
In this article, you will learn about some useful Java features, you probably didn't hear of. That's my private list of features I used recently or I just came across…
In this article, you will learn how to use Telepresence and Skaffold to improve development workflow on Kubernetes. In order to simplify the build of our Java applications, we will…
In this article, you will learn some useful tips and tricks related to the Quarkus framework. We will focus on the features that stand Quarkus out from the other frameworks.…
In this article, you will learn how to configure the CI/CD process on Kubernetes using Tekton and ArgoCD. The first question may be - do we really need both these…
In this article, you will learn about some useful features provided by Eclipse Collections. Do you feel that Java Streams API is sometimes not enough? I think it's worth taking…
In this article, I'm going to describe the most significant and developer-friendly features of Java since the 8th version. Why such an idea? You can find many articles with a…
There are probably many articles about Kotlin’s coroutines online. That’s why I would like to focus just on showing you the difference between concept over coroutines and threads - a…
In this article I'm going to present an annotation-based Spring Boot library for integration with Istio. The Spring Boot Istio library provides auto-configuration, so you don't have to do anything…