sm

Tagged "Deno"

  1. in Articles
    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
  2. in Articles
    Access the home directory in Deno
    Using Deno's environment to determine your computer's home directory
  3. in Articles
    Nodemon for Deno
    Denon is a utility for Deno that provides source watching and process restarting just like Nodemon
  4. in Articles
    Parse argument aliases in Deno
    Using Deno's standard flags module to parse command-line arguments with aliases
  5. in Articles
    Read a json file in Deno
    How to use Deno's standard library to read and parse data from a json file.