🆕 The best way to hide the JPA entity identifier 
https://vladmihalcea.com/hide-jpa-entity-identifier/
  
  https://vladmihalcea.com/hide-jpa-entity-identifier/
Vlad Mihalcea
  
  The best way to hide the JPA entity identifier - Vlad Mihalcea
  Learn what is the best way to hide the JPA entity identifier so that users cannot guess and access data belonging to other users.
  🆕 Resize CPU Limit To Speed Up Java Startup on Kubernetes 
https://piotrminkowski.com/2023/08/22/resize-cpu-limit-to-speed-up-java-startup-on-kubernetes/
  
  https://piotrminkowski.com/2023/08/22/resize-cpu-limit-to-speed-up-java-startup-on-kubernetes/
Piotr's TechBlog
  
  Resize CPU Limit To Speed Up Java Startup on Kubernetes - Piotr's TechBlog
  In this article, you will learn how to solve problems with the slow startup of Java apps on Kubernetes related to the CPU limit
  🆕 Monitor Kubernetes Cost Across Teams with Kubecost 
https://piotrminkowski.com/2023/08/25/monitor-kubernetes-cost-across-teams-with-kubecost/
  
  https://piotrminkowski.com/2023/08/25/monitor-kubernetes-cost-across-teams-with-kubecost/
Piotr's TechBlog
  
  Monitor Kubernetes Cost Across Teams with Kubecost - Piotr's TechBlog
  n this article, you will learn how to monitor the real-time cost of Kubernetes clusters shared across several teams with Kubecost.
  🆕 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.
  