This is github repository containing my blogs
1 - Guide to NullPointerException
2 - Tips for junior developers
3 - Top Resources I recommend for Junior Developers
4 - Useful websites and tools for developers
5 - The Most Important Skill as a Developer
6 - How I got motivated to do more work and be more productive
7 - Why is 1 == 1 is true but 1000 == 1000 is false When dealing with Wrapper Classes in Java?
8 - When Should We Use A Private Constructor In Java
9 - The Power of the 100-days Challenge
10 - Should we use primitive data types or Wrapper classes in Java?
11 - Basic Java Questions & Answers (Part 1) — Type-Casting
12 - Basic Java Questions & Answers (Part 2) — Constructors
13 - Basic Java Questions & Answers (Part 3) — Instance vs Static
14 - Basic Java Questions & Answers (Part 4) — Interface & Abstract Class
15 - Basic Java Questions & Answers (Part 5) — Wrapper Classes