Day 43: learning about the internals of jre, jvm (Part 1)

Understating the internals of jre and jvm how does they work to run a java program

February 14, 2022 · 4 min

Day 42: using custom annotations and check if its a class level or field level annotation

implementing custom annotations and check if its a class level or field level annotation.

February 11, 2022 · 2 min

Day 41: Generating unique id's based on device MAC address and epoch time

Generating unique id’s based on device MAC address and epoch time

February 3, 2022 · 4 min

Day 40: Generator implementation using custom Iterator and Threads.

A python like generator implementation using custom Iterator, Thread and ThreadGroup

January 27, 2022 · 1 min

Day 39: Local date time to UTC date time and vice versa with respect to timezone and Day light saving

Converting LocalDateTime to UTC and vice versa with respect to timezone and Day Light saving time.

January 21, 2022 · 3 min