Hi there! 👋

  • 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 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

October 4, 2024 Â· 13 min

Day 83: Java Object Cloning: Exploring Shallow and Deep Copy Techniques

Exploring shallow and deep copying of object in java

September 14, 2024 Â· 13 min

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

August 17, 2024 Â· 16 min

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

July 4, 2024 Â· 6 min

Day 80: From Concept to Code: Implementing a Dummy Consistent Hashing in Java using TreeMap

Implementing a Dummy Consistent Hashing in Java using TreeMap and Hash Function

May 23, 2024 Â· 12 min