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

Day 79: Did you know that too much print statement can cost you money

Day 79: Like Python In java printing takes too much processing time which costs money

May 3, 2024 · 6 min