RMRwik Mukhopadhyayincodegrower.hashnode.dev·May 13, 2025 · 3 min readShould you ditch Docker?Docker has been the de facto standard for containerization for quite some time. However, the time has come to rethink this. When Docker was introduced around 2013, it was an instant hit because it perfectly served its purpose, and there were not many...01L
RMRwik Mukhopadhyayincodegrower.hashnode.dev·Apr 2, 2023 · 5 min readCpp SoupSome old CPP notes were written by me during my freshman years. Hope some of these are still relevant. Two very annoying mistakes I am very good at doing silly mistakes in c++ syntax. Here are two of the most disturbing mistakes. 1. Forgetting to p...00
RMRwik Mukhopadhyayincodegrower.hashnode.dev·Jan 27, 2023 · 1 min readdf -h Reporting wrong volume usage?I was facing this issue this morning. My system was on for several weeks, and today it was showing disc full warnings. On brief analysis, I found that /var/log/ folder has grown massively. So cleaned up system logs, and ran Bleachbit as root user. No...00
RMRwik Mukhopadhyayincodegrower.hashnode.dev·Jan 25, 2023 · 1 min readInside Node.Js I/ONode.Js introduces itself as a asynchronous event driven JavaScript runtime. To achieve this asynchronous nature , node uses a open source library called libuv. libuv even though built for Node , it is not exclusive to Node.js. There are plenty of ot...00
RMRwik Mukhopadhyayincodegrower.hashnode.dev·Jan 25, 2023 · 3 min readA quick look at Ai-based art generation"Gone are the days when you have to spend a few precious years of your life in Art colleges, to create Art. Or you have got to born with sheer tallent": Well, we are almost there. Have a look here . Welcome to the world of AI based art generation. Wh...00