Ever wished for a simple, clean way to monitor your GPU usage without diving into terminal commands or heavy dashboards? I recently built a tiny GPU monitoring web app that does exactly that—lightweight, easy to deploy, and super useful if you’re running GPU workloads. A screenshot of the UI: 🛠 Details of the app This…
When a function is called, it gets it’s own stack to store the parameters, and it’s local variables. So, an implementation of recursive function that stores a local variable and waits for the values returned from another recursive call to the function and so on would require stack to store the results. Let’s see an…
1. How it all started Vim was the first text editor I ever heard of when I began dabbling in Linux, shell scripting, and the mysterious world of the command line. Like many newcomers, I quickly discovered that the idea of Vim felt empowering—yet the reality was intimidating. My editor of choice back then was…