π How to define a repository with Jakarta Data and Hibernate
https://thorben-janssen.com/jakarta-data-repository/
https://thorben-janssen.com/jakarta-data-repository/
Thorben Janssen
How to define a repository with Jakarta Data and Hibernate - Thorben Janssen
Repositories are a commonly used pattern for persistence layers. They abstract from the underlying data store or persistence framework and hide the technical details from your business code. Using Jakarta Data, you can easily define such a repository as anβ¦
π A Bootiful Podcast: Spring Security community legend Laur Spilca
https://spring.io/blog/2024/06/28/a-bootiful-podcast-spring-security-community-legend-laur-spilca
https://spring.io/blog/2024/06/28/a-bootiful-podcast-spring-security-community-legend-laur-spilca
A Bootiful Podcast: Spring Security community legend Laur Spilca
Level up your Java code and explore what Spring can do for you.
π1
π Spring Tips: Go Further, Faster with Spring Boot 3.3 (UPDATED)
https://spring.io/blog/2024/06/27/spring-tips-go-further-faster-with-spring-boot-3-3-updated
https://spring.io/blog/2024/06/27/spring-tips-go-further-faster-with-spring-boot-3-3-updated
Spring Tips: Go Further, Faster with Spring Boot 3.3 (UPDATED)
Level up your Java code and explore what Spring can do for you.
π Containerize a Spring Boot Application With Podman Desktop
https://www.baeldung.com/spring-boot-podman-desktop
https://www.baeldung.com/spring-boot-podman-desktop
Baeldung
Containerize a Spring Boot Application With Podman Desktop | Baeldung
Learn how to containerize a Spring Boot application using Podman Desktop.
π High-Performance Java Persistence Newsletter, Issue 64
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-64/
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-64/
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 64 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π1
π This Week in Spring - July 2nd, 2024
https://spring.io/blog/2024/07/03/this-week-in-spring-july-2nd-2024
https://spring.io/blog/2024/07/03/this-week-in-spring-july-2nd-2024
This Week in Spring - July 2nd, 2024
Level up your Java code and explore what Spring can do for you.
π Reducing Testcontainers Execution Time with JUnit 5 Callbacks
https://rieckpil.de/reducing-testcontainers-execution-time-with-junit-5-callbacks/
https://rieckpil.de/reducing-testcontainers-execution-time-with-junit-5-callbacks/
rieckpil
Reducing Testcontainers Execution Time with JUnit 5 Callbacks
Learn to reduce repetitive JUnit 5 Testcontainers setup, improve test suite execution time, and manage shared container instances effectively.
π3
π Spring Tips: Testcontainers, Docker Compose, and Service Connections, oh my
https://spring.io/blog/2024/07/03/spring-tips-testcontainers-docker-compose-and-service-connections-oh-my
https://spring.io/blog/2024/07/03/spring-tips-testcontainers-docker-compose-and-service-connections-oh-my
Spring Tips: Testcontainers, Docker Compose, and Service Connections, oh my
Level up your Java code and explore what Spring can do for you.
π4
π IDP on OpenShift with Red Hat Developer Hub
https://piotrminkowski.com/2024/07/04/idp-on-openshift-with-red-hat-developer-hub/
https://piotrminkowski.com/2024/07/04/idp-on-openshift-with-red-hat-developer-hub/
Piotr's TechBlog
IDP on OpenShift with Red Hat Developer Hub - Piotr's TechBlog
This article will teach you how to build IDP (Internal Developer Platform) on the OpenShift cluster with the Red Hat Developer Hub solution.
π A Bootiful Podcast: JobRunr creator Ronald Dehuysser
https://spring.io/blog/2024/07/04/a-bootiful-podcast-jobrunr-creator-ronald-dehuysser
https://spring.io/blog/2024/07/04/a-bootiful-podcast-jobrunr-creator-ronald-dehuysser
A Bootiful Podcast: JobRunr creator Ronald Dehuysser
Level up your Java code and explore what Spring can do for you.
π Custom Decorators in a NestJS Application
https://betterjavacode.com/programming/custom-decorators-nestjs-application
https://betterjavacode.com/programming/custom-decorators-nestjs-application
Code Complete
Custom Decorators in a NestJS Application
In this post, I cover Custom Decorators in a NestJS Application. Custom decorators allow loose coupling, better readability.
π€3
π Multi-node Kubernetes Cluster with Minikube
https://piotrminkowski.com/2024/07/09/multi-node-kubernetes-cluster-with-minikube/
https://piotrminkowski.com/2024/07/09/multi-node-kubernetes-cluster-with-minikube/
Piotr's TechBlog
Multi-node Kubernetes Cluster with Minikube - Piotr's TechBlog
This article will teach you how to run and manage a multi-node like Kubernetes cluster locally with Minikube.