- 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 85: Building a Secure Java Sandbox with Custom Class Loaders and Security Policies – Executing JAR and .java Files Safely
Implementing a sandbox application that can take JAR and java file and run it securely
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
Day 82: Reflection in Java: Building a Simple DI Container in 100 Lines of Code
making a minimal spring like java dependency injection container using java reflection and annotation api
Day 81: Creating custom stream operations ex: Slide, Shift, Zip and Fold using Spliterator
Implementing Sliding, shifting, Zipping and Folding a Stream by creating it from a custom spliterator