dataviz.hashnode.devInstall Ubuntu using VirtualBoxInstall VirtualBox. Download ISO of Ubuntu. Open VirtualBox and press Create. Allocate RAM to the machine. To begin with, if you have 8 GB of RAM, you can allocate Ubuntu 2 GB. At 16 GB — 4 Gb. This setting can be changed before starting the VM. ...May 30, 2023·2 min read
dataviz.hashnode.devEfficient Way To Debug JavaScript in VS CodeDuring my studies for the course JavaScript Algorithms and Data Structures I had to write a bunch of console.logs to check my code when my buddy, expert in IT, enlightened me to use internal debugging of Visual Studio Code. It really makes my work mu...Jul 27, 2022·2 min read
dataviz.hashnode.devPostgreSQL_Drop Mainantanance DB🎯 Target: drop mainantanance database 🛠️ Tools and prerequisites: Mainantanance DB and another DB and pgAdmin 4 Step 1 - Disconnect Server and Change Mainantanance DB 1.In pgAdmin 4 LMB click on the PostgreSQL 14 name, choose Disconnect Server and ...Mar 22, 2022·1 min read
dataviz.hashnode.devPostgreSQL_Backup and Restore database🎯 Target: create plain dump of PostgreSQL Database and move it to another server 🛠️ Tools and prerequisites: PostgreSQL DB and pgAdmin 4 Step 1 - Create DB backup In pgAdmin 4 LMB click on the needed DB name and choose Backup... 2.Choose path an...Mar 22, 2022·1 min read
dataviz.hashnode.devCreate and add specific local folders to GitHub Repo🎯 Target: create GitHub Repo for multi-collaboration working with code 🛠️ Tools and prerequisites: Visual Studio Code (VSCode) and sign into GitHub profile ❗ Special Requirements: only 2 folders from the local folder needed to be add to GitHub Repo...Mar 10, 2022·2 min read