life is too short for a diary

Most popular




Resolving Netty's DNS Resolution Error on MacOS M1 Systems

Developers using Netty on MacOS M1 systems may encounter an error indicating a missing DNS resolver library. This error arises because Netty utilizes native code for optimal DNS resolution, and the necessary library might not be present on M1 systems...

Continue reading → Tags : macos gradle maven






Week3 August Reflection 2023

Dear Vishi, this is third weekly reflection for Aug, 2023...

Continue reading → Tags : letters






Why Math.max() is Less Than Math.min() in JavaScript

JavaScript is full of surprises and unexpected behaviors that often leave developers scratching their heads. One of those strange behaviors is the fact that Math.max() < Math.min() is true in JavaScript. In this blog, we'll delve into the underlying reasons for this seemingly paradoxical result...

Continue reading → Tags : javascript