Modulo vs RemainderLearn about the difference between Modulo and Remainder, why would you choose one over the other and how to calculate Modulo from RemainderFeb 12, 2023Feb 12, 2023
Code review using GitWorking on the Code Review can be challenging for the complex PRs. In this post, I am going to show you how I do the Code Review using Git.Jan 28, 2023Jan 28, 2023
Generics in Java part 3 of 3In this part, we are going to introduce bounded type parameters, generic methods, and wildcards for generics.Oct 16, 2022Oct 16, 2022
Generics in Java part 2 of 3In this part, we are going to introduce the concept of type erasure, invariance, and restrictions of generics.Oct 5, 2022Oct 5, 2022
Generics in Java part 1 of 3In this series of articles, we’ll discuss Generics in Java.Sep 25, 2022Sep 25, 2022
Character Encoding Demystified: Everything you Need to Know About ASCII, Unicode, UTF-8Have you ever wondered how exactly a computer stores letters like A, B, C… or Chinese characters like 吃, or even some emojis like 😆 and…Jul 16, 2022Jul 16, 2022