Shahid

Shahid

Founder of Codeforgeek. Technologist. Published Author. Engineer. Content Creator. Teaching Everything I learn!

Convert VirtualBox-VM to Google-VM

Instructions to create a VirtualBox-VM on a Windows box and convert it into a Google-VM This article will demonstrate how to take an OS-ISO file and run it as a Google-Cloud Virtual-Machine using just a Windows-10 computer. Google-VM certainly has…

Encrypt and Decrypt Data in Node.js

Node.js provides a built-in library called ‘crypto’ which you can use to perform cryptographic operations on data. You can do cryptographic operations on strings, buffer, and streams. In this article, we will go through some examples of how you can…