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
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
Implementing Sliding, shifting, Zipping and Folding a Stream by creating it from a custom spliterator
Implementing a Dummy Consistent Hashing in Java using TreeMap and Hash Function