Install Deno on Arch Linux

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 me

Read Article

Why I stopped using Jetpack

Short answer, it was an overkill. Jetpack is a plugin for WordPress by Automattic. It extends WordPress by offering extra features, like uptime monitor, that wo

Read Article
What is $$ in Bash?

What is $$ in Bash?

$$ is an internal variable that stores the process ID of the script itself or the current bash instance. Here is an example use case: echo $$ This produces the

Read Article

How to install Rust on Fedora Linux

Rust is a recent programming language focused on performance and memory safety, mainly safe concurrency. Rust is syntactically like C++. It provides memory safe

Read Article

Deno v1.1.1 has been released

Deno v1.1.1 is out, it is a secure runtime for JavaScript and TypeScript. It aims to provide a productive and secure scripting environment, it let the developer

Read Article
Stop Windows 10 from auto restarting

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. I w

Read Article