NMNaveenKumar M Ninnode.mnnk.dev·Feb 12, 2023 · 4 min readBiriyani and ChatGPTA night-out in Bangalore to ChatGPT Biriyani. TLDR, the biriyani didn't meet our expectations. It was just a typical weekend after countless meetings, scratching the why the logic does not work, scratching again why it works, and hoping QA will not r...00
NMNaveenKumar M Ninnode.mnnk.dev·Aug 27, 2022 · 1 min readWhat's on my Raspberry-PiRaspberry PI is slowly crawling its way up to top of things you should own as a Software Developer. All because of its low-power-consumption, configurable, open-source and the biggest one of all, you can own a server toooooo. I get it, its not like w...01M
NMNaveenKumar M Ninnode.mnnk.dev·Mar 5, 2021 · 3 min readJava hashCode() and equals()I realized the importance of equals() and hashCode() while trying to remove an element from a List. The method hashCode() returns an Integer value of an object which is generated by a hashing algorithm. Collection framework depends on this for variou...00