blog.naveenaditya.devUnraveling the Mystery: Understanding Function Argument Evaluation Order in C++Let's explore "Don’t depend on the order of evaluation of function arguments". You might be wondering what I'm talking about because many developers assume that function arguments are evaluated from left to right. That's incorrect! There are no guara...Dec 15, 2024·2 min read
blog.naveenaditya.devFlutter Version individual for every project - Flutter Version ManagerIn this article, we will learn about Version Management In Flutter. In this, we will see how to set up and work on version management in a flutter. So let’s get started. Before, we understood what is Flutter Version Manager (FVM) and how to be used....Aug 28, 2021·6 min read
blog.naveenaditya.devHow to Auto-Mount Drives in LinuxToday I’m going to show you how to automatically mount a drive at boot time in Linux. In most Linux distributions non-boot drives are not mounted when you boot into the system. They do mount when you open them, but it is helpful in many cases to alre...Mar 13, 2021·6 min read
blog.naveenaditya.devWhy Idempotent is very critical in Backend ApplicationsToday, I am here discussing "Exactly-once delivery". Now you puzzled by that sentence what I am trying to say that thing is one of the hard problems in the Distributed System and her solution is Idempotency. Idempotency is something you might not see...May 19, 2020