Learn what challenges you probably face when you try to run your microservices on the virtual threads. The challenge might be more complex and bigger if you need to import more Java libraries. Read all
Explore different JVM Docker container image size optimizations through experiments with base images and the creation of custom JRE, jlink, and jdeps. Read all
This study offers a thorough exploration of the effective triage of findings from Java static analysis tools utilizing cutting-edge machine learning techniques. Read all
Learn how to password protect PDF files using Java and Apache PDFBox. Follow this step-by-step guide to secure sensitive information and implement robust PDF encryption. Read all
This article discusses the utility and cybersecurity risks associated with macros and provides several free API solutions to check Office content for macros. Read all
Discover key differences between REST and SOAP APIs. Learn pros and cons, functionality, security, use cases, and how to choose the right API standard. Read all
In Parts 1 and 2, you've seen how to run microservices as Quarkus local processes. Let's now look at some K8s-based deployments, starting with Minikube. Read all