🆕 Introduction to gRPC with Spring Boot
https://piotrminkowski.com/2023/08/29/introduction-to-grpc-with-spring-boot/
https://piotrminkowski.com/2023/08/29/introduction-to-grpc-with-spring-boot/
Piotr's TechBlog
Introduction to gRPC with Spring Boot - Piotr's TechBlog
In this article, you will learn how to implement Spring Boot apps that communicate over gRPC with the gRPC Srping Boot starter.
🆕 Local Application Development on Kubernetes with Gefyra
https://piotrminkowski.com/2023/09/01/local-application-development-on-kubernetes-with-gefyra/
https://piotrminkowski.com/2023/09/01/local-application-development-on-kubernetes-with-gefyra/
Piotr's TechBlog
Local Application Development on Kubernetes with Gefyra - Piotr's TechBlog
In this article, you will learn how to simplify and speed up your local application development on Kubernetes with Gefyra
🆕 Speed Up Java Startup on Kubernetes with CRaC
https://piotrminkowski.com/2023/09/05/speed-up-java-startup-on-kubernetes-with-crac/
https://piotrminkowski.com/2023/09/05/speed-up-java-startup-on-kubernetes-with-crac/
Piotr's TechBlog
Speed Up Java Startup on Kubernetes with CRaC - Piotr's TechBlog
In this article, you will learn how to leverage CRaC to reduce Java startup time and configure it for the app running on Kubernetes.
🆕 High-Performance Java Persistence Newsletter, Issue 54
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-54/
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-54/
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 54 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
🆕 How to fetch multiple JPA collections with Blaze Persistence MULTISET
https://vladmihalcea.com/blaze-persistence-multiset/
https://vladmihalcea.com/blaze-persistence-multiset/
Vlad Mihalcea
Fetching multiple JPA collections with Blaze Persistence MULTISET
Learn how to fetch multiple JPA entity collections in a single SQL query that avoids the Cartesian Product using Blaze Persistence MULTISET
🆕 Introduction to gRPC with Quarkus
https://piotrminkowski.com/2023/09/15/introduction-to-grpc-with-quarkus/
https://piotrminkowski.com/2023/09/15/introduction-to-grpc-with-quarkus/
Piotr's TechBlog
Introduction to gRPC with Quarkus - Piotr's TechBlog
In this article, you will learn how to implement and consume gRPC services with Quarkus and interact with Postgres database reactively.
🆕 How to find the source of an SQL query generated by Hibernate
https://vladmihalcea.com/source-sql-query-hibernate/
https://vladmihalcea.com/source-sql-query-hibernate/
Vlad Mihalcea
How to find the source of an SQL query generated by Hibernate - Vlad Mihalcea
Learn how we can find the source of an SQL query generated by Hibernate to find the root cause of a given performance problem.
🆕 Securing Spring Boot 3 Applications With SSL Bundles
https://www.baeldung.com/spring-boot-security-ssl-bundles
https://www.baeldung.com/spring-boot-security-ssl-bundles
Baeldung on Kotlin
Securing Spring Boot Applications With SSL Bundles | Baeldung
Explore the new SSL Bundles feature of Spring Boot 3 and learn how it can streamline SSL configuration tasks for Spring Boot applications.
🆕 Invoke Spring @Cacheable from Another Method of Same Bean
https://www.baeldung.com/spring-invoke-cacheable-other-method-same-bean
https://www.baeldung.com/spring-invoke-cacheable-other-method-same-bean
Baeldung
Invoke Spring @Cacheable from Another Method of Same Bean | Baeldung
A quick and practical guide to invoking @Cacheable methods from other methods of the same bean in Spring.
🆕 Difference Between permitAll() and anonymous() in Spring Security
https://www.baeldung.com/spring-security-permitall-vs-anonymous
https://www.baeldung.com/spring-security-permitall-vs-anonymous
Baeldung
Difference Between permitAll() and anonymous() in Spring Security | Baeldung
Learn about the methods permitAll() and anonymous() of the class HttpSecurity from Spring Security Framework.
🆕 Spring Boot Application on Liberica Runtime Container
https://www.baeldung.com/spring-docker-liberica
https://www.baeldung.com/spring-docker-liberica
Baeldung
Spring Boot Application on Liberica Runtime Container | Baeldung
A quick and practical guide to dockerizing a Spring Boot application on on Liberica Runtime Container.