Day 86: Building a Secure Java Sandbox with Custom Class Loaders, Process isolation and Java Platform Module System – Executing JAR and .java Files Safely
Implementing a sandbox application that can take JAR or java file and run it securely
Implementing a sandbox application that can take JAR or java file and run it securely
Idempotent APIs in Java: Concepts, Implementation Strategies, and a Spring Boot File Upload Implementation
Implementing a hot class reload system (HMR for js) using WatchService and javax.tools api
Exploring shallow and deep copying of object in java
making a minimal spring like java dependency injection container using java reflection and annotation api