Docker+Deno: Containerize Deno
What is Deno ?
Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.
Fun fact: Deno is an anagram of Node. If you sort() node it becomes deno.
"node".split("").sort().join(""); // Output: deno
Bu...
jayvirrathi.hashnode.dev2 min read
Rahul Khanchandani
Great