Surya.dev

All Blogs

  • Published on
    We will be using MySQL to learn about administering a database and the basics of the SQL language. The first half of the blog begins with installing a MySQL server, then covers common administrative tasks such as creating databases and tables, inserting and viewing data, and running backups for recovery.
  • Published on
    I will share about how to access a private cloud for development or production purposes. Accessing the cloud remotely can expand my flexibility and productivity. In this short guide, I will discuss how to connect to the cloud to use Visual Studio Code (VSCode) via SSH.
  • Published on
    NVM is used to manage and switch between different versions of Node.js on our computer. NVM allows us to install, uninstall, and change the current version of Node.js as needed.