Day 25: Using a implementation of supplier creating and caching a large file (any Class in this case that will initialize a very large object) lazily and thread-safe.

Using a implementation of supplier creating and caching a large file (any Class in this case that will initialize a very large object) lazily and thread-safe.

September 21, 2021 · 1 min

Day 24: Removing nulls from list using Collections.singleton and Objects.isNull

Removing nulls from list using Collections.singleton and Objects.isNull

September 14, 2021 · 1 min

Day 23: TemporalAdjuster ofDateAdjuster implementation and DayOfWeek calculating the next working day with Bangla name.

TemporalAdjuster ofDateAdjuster implementation and DayOfWeek calculating the next working day with Bangla name.

September 8, 2021 · 1 min

Day 22: Using stream of streams and flatmapping it to concat multiple streams

Using stream of streams and flatmapping it to concat multiple streams

September 6, 2021 · 1 min

Day 21: Optional.ifPresent and Optional.filter to log and filter the Scheduled Day according to holiday

Optional.ifPresent and Optional.filter to log and filter the Scheduled Day according to holiday

August 31, 2021 · 1 min