-
A quick comparison of JavaScript and Go executables
Go is the superior for executables based file size and execution time, but Bun and Deno offer a competitive option for developers familiar with the JavaScript ecosystem
-
Access the home directory in Deno
Using Deno's environment to determine your computer's home directory
-
Nodemon for Deno
Denon is a utility for Deno that provides source watching and process restarting just like Nodemon
-
Parse argument aliases in Deno
Using Deno's standard flags module to parse command-line arguments with aliases
-
Read a json file in Deno
How to use Deno's standard library to read and parse data from a json file.