π Securing Spring Boot API With API Key and Secret
https://www.baeldung.com/spring-boot-api-key-secret
https://www.baeldung.com/spring-boot-api-key-secret
Baeldung on Kotlin
Securing Spring Boot API With API Key and Secret | Baeldung
A quick and practical guide to securing Spring Boot APIs with API keys and secrets.
π Spring Cloud Kubernetes with Spring Boot 3
https://piotrminkowski.com/2023/06/08/spring-cloud-kubernetes-with-spring-boot-3/
https://piotrminkowski.com/2023/06/08/spring-cloud-kubernetes-with-spring-boot-3/
Piotr's TechBlog
Spring Cloud Kubernetes with Spring Boot 3 - Piotr's TechBlog
In this article, you will learn how to create, test, and run apps with Spring Cloud Kubernetes, and Spring Boot 3.
π Add a Checked Attribute to Input Conditionally in Thymeleaf
https://www.baeldung.com/thymeleaf-conditional-checked-attribute
https://www.baeldung.com/thymeleaf-conditional-checked-attribute
Baeldung
Add a Checked Attribute to Input Conditionally in Thymeleaf | Baeldung
A quick and practical guide to conditionally adding a checked attribute to input in Thymeleaf.
π The best way to use one-to-one table relationships
https://vladmihalcea.com/one-to-one-table-relationships/
https://vladmihalcea.com/one-to-one-table-relationships/
Vlad Mihalcea
The best way to use one-to-one table relationships - Vlad Mihalcea
Learn what are one-to-one table relationships, why we need them, and the best way to use them when using a relational database system.
π1
π Priority Queue Pattern With Spring Boot
https://www.vinsguru.com/priority-queue-pattern-with-spring-boot/
https://www.vinsguru.com/priority-queue-pattern-with-spring-boot/
Vinsguru
Priority Queue Pattern With Spring Boot | Vinsguru
Let's consider a distributed application in which requests are processed as and when they arrive. Let's also consider that these requests are time-consuming
π Preview Environments on Kubernetes with ArgoCD
https://piotrminkowski.com/2023/06/19/preview-environments-on-kubernetes-with-argocd/
https://piotrminkowski.com/2023/06/19/preview-environments-on-kubernetes-with-argocd/
Piotr's TechBlog
Preview Environments on Kubernetes with ArgoCD
In this article, you will learn how to create preview environments for development purposes on Kubernetes with ArgoCD and Tekton.
π How to fetch multiple to-many relationships with jOOQ MULTISET
https://vladmihalcea.com/fetch-multiple-to-many-jooq-multiset/
https://vladmihalcea.com/fetch-multiple-to-many-jooq-multiset/
Vlad Mihalcea
How to fetch multiple to-many relationships with jOOQ MULTISET
Learn how to fetch multiple to-many relationships using jOOQ MULTISET without generating an unintentional Cartesian Product.