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

Day 78: Java 22 - Embracing Safe Memory Allocation Using FFM API - An alternative to Unsafe API

Day 78: Java 22 - Embracing Safe Memory Allocation Using FFM API - An alternative to Unsafe API

April 18, 2024 · 4 min

Day 77: Explore Something Unsafe : Crafting a Memory allocator using Java Unsafe API

Explore Something Unsafe : Crafting a Memory allocator using Java Unsafe API

March 14, 2024 · 5 min