🆕 HttpSecurity vs. WebSecurity in Spring Security 
https://www.baeldung.com/spring-security-httpsecurity-vs-websecurity
  
  https://www.baeldung.com/spring-security-httpsecurity-vs-websecurity
Baeldung
  
  HttpSecurity vs. WebSecurity in Spring Security | Baeldung
  Explore and discover the differences between HttpSecurity and WebSecurity.
  🆕 Worker Pattern in Microservices 
https://betterjavacode.com/programming/worker-pattern-microservices
  https://betterjavacode.com/programming/worker-pattern-microservices
🆕 Apache Kafka on Kubernetes with Strimzi 
https://piotrminkowski.com/2023/11/06/apache-kafka-on-kubernetes-with-strimzi/
  
  https://piotrminkowski.com/2023/11/06/apache-kafka-on-kubernetes-with-strimzi/
Piotr's TechBlog
  
  Apache Kafka on Kubernetes with Strimzi - Piotr's TechBlog
  In this article, you will learn how to install and manage Apache Kafka on Kubernetes with the Strimzi operator.
  🆕 How to cascade DELETE with Spring and Hibernate events 
https://vladmihalcea.com/cascade-delete-hibernate-events/
  
  https://vladmihalcea.com/cascade-delete-hibernate-events/
Vlad Mihalcea
  
  How to cascade DELETE with Spring and Hibernate events
  Learn the best way to cascade DELETE unidirectional associations with Spring Data JPA and Hibernate events.
  🆕 Kafka Tracing with Spring Boot and Open Telemetry 
https://piotrminkowski.com/2023/11/15/kafka-tracing-with-spring-boot-and-open-telemetry/
  
  https://piotrminkowski.com/2023/11/15/kafka-tracing-with-spring-boot-and-open-telemetry/
Piotr's TechBlog
  
  Kafka Tracing with Spring Boot and Open Telemetry - Piotr's TechBlog
  In this article, you will learn how to configure tracing for Kafka producer and consumer with Spring Boot and Open Telemetry.
  🆕 Why Observability Matters in System Design 
https://betterjavacode.com/programming/why-observability-matters-in-system-design
  
  https://betterjavacode.com/programming/why-observability-matters-in-system-design
Code Complete
  
  Why Observability Matters in System Design
  In this post, I talk about system design and observability. How to think about observability while designing a system.
  🆕 Testing Java Apps on Kubernetes with Testkube 
https://piotrminkowski.com/2023/11/27/testing-java-apps-on-kubernetes-with-testkube/
  
  https://piotrminkowski.com/2023/11/27/testing-java-apps-on-kubernetes-with-testkube/
Piotr's TechBlog
  
  Testing Java Apps on Kubernetes with Testkube - Piotr's TechBlog
  In this article, you will learn how to test Java apps on Kubernetes with Testkube automatically. We will build the tests for the typical Spring REST-based app. In the first scenario, Testkube runs the JUnit tests using its Maven support. After that, we will…
  🆕 Kubernetes Testing with CircleCI, Kind, and Skaffold 
https://piotrminkowski.com/2023/11/28/kubernetes-testing-with-circleci-kind-and-skaffold/
  
  https://piotrminkowski.com/2023/11/28/kubernetes-testing-with-circleci-kind-and-skaffold/
Piotr's TechBlog
  
  Kubernetes Testing with CircleCI, Kind, and Skaffold - Piotr's TechBlog
  In this article, you will learn how to use tools like Kind or Skaffold to build integration tests on CircleCI for apps running on Kubernetes.