- Welcome to my website!. This is the right place to discover more about me if you’re interested. I share my thoughts, opinions, projects showcases & experiences as a software engineer.
- Besides that, you’ll find content on topics like - “Software engineering”, “Java (the programming language), Javascript”, “Artificial Intelligence” & so on.
- And if you enjoy reading the content, consider sharing them with your friends, family & acquiantances. Or if you believe I could improve something, leave a feedback though any of my contact details.
Day 87: Java's Environment Variable Paradox: Easy to Read, Impossible to Change?
Exploring how to read and delete environment variables in Java with practical examples
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
Day 85: Idempotent APIs in Java: Concepts, Implementation Strategies, and a Spring Boot File Upload Implementation
Idempotent APIs in Java: Concepts, Implementation Strategies, and a Spring Boot File Upload Implementation
Day 84: Hot Class Reload in Java – A Webpack HMR-like Experience for Java Developers
Implementing a hot class reload system (HMR for js) using WatchService and javax.tools api
Day 83: Java Object Cloning: Exploring Shallow and Deep Copy Techniques
Exploring shallow and deep copying of object in java