Deno is a secure runtime for JavaScript and TypeScript. Deno lets you use third-party written scripts and modules but does not offer any official package manager like NPM or Yarn. It instead deals with third-party packages a bit differently.
Tag: tutorial
Install Deno on Arch Linux
Deno is a secure runtime for JavaScript and TypeScript. Deno is basically Node reversed. We will install Deno on Arch Linux, I will list two methods. First method. You can install it using Pacman by entering the command below, Here is the web link to the package. Second method. Enter the following commands in Terminal. […]
What is $$ in Bash?
$$ is an internal variable, it stores the process ID of the script itself or the current bash instance. Here is an example use case The output prompted.
How to install Rust on Fedora Linux
Rust is a recent programming language focused on performance and memory safety, mainly safe concurrency.
Stop Windows 10 from auto restarting
Windows is known for auto restarting after downloading and installing updates, it mostly restarts when you have something important running on your laptop.