wisdomgeek.hashnode.devRemapping keyboard keys to avoid Carpal TunnelI am terrible at optimizing my keyboard layout for anything. But off lately, my little finger has started hurting a little and I have been spent some time to investigate why that was happening. I have tried some ergonomic keyboards and while they do ...Nov 10, 2024·1 min read
wisdomgeek.hashnode.devThe Benefits of Implementing a Knowledge Management System in the WorkplaceAs the professional sphere becomes increasingly complex, the need for efficient management of corporate knowledge grows ever more critical. A knowledge management system serves as a cornerstone for businesses eager to preserve, share, and utilize the...Sep 19, 2024·1 min read
wisdomgeek.hashnode.devFixing cookies are blocked for a website with shields down on BraveI recently switched completely to the Brave browser and have set ad blocking to aggressive mode because ads were still showing on some websites. This however, broke my WordPress website since it relies on cookies. I thought just taking the shields do...Jul 14, 2024·1 min read
wisdomgeek.hashnode.devGenerating a QR code using Node.jsI was preparing a slide deck for a hackathon and decided to put in a QR code to allow people to connect with me. Naturally, I googled for a service and used it. It turns out that the code generated used a link that had an expiration time associated w...Jun 13, 2024·1 min read
wisdomgeek.hashnode.devHow to clear the global npx cacheI have been using npx a lot lately, especially whenever I want to use a CLI tool. It is an excellent alternative to installing packages globally since it installs them in a temporary cache instead. Even though it is installed in a temporary location,...Jun 3, 2024·1 min read