Deno 1.0
Deno is a runtime for JavaScript and TypeScript that is based on the V8 JavaScript engine and the Rust programming language. It was created by Ryan Dahl, original creator of Node....
Writes about emerging technologies, machine learning, programming, other things, and 🖤 programming languages.
"There's life on mars" -- Scooter
Deno is a runtime for JavaScript and TypeScript that is based on the V8 JavaScript engine and the Rust programming language. It was created by Ryan Dahl, original creator of Node....
RSS is a web feed that allows users and applications to access updates to websites in a standardized, computer-readable format. — Wikipedia: RSS Do you use RSS feeds? I don’t an...
Highlight.js supports over 180 different languages in the core library. There are also 3rd party language plugins available for additional languages. — How to use highlight.js I...
The Commodore 64, also known as the C64 or the CBM 64, is an 8-bit home computer introduced in January 1982 by Commodore International – Wikipedia: Commodore 64 First, I looked ...
Running npx command name automatically finds the correct reference of the command inside the node_modules folder of a project, without needing to know the exact path, and without ...
Irssi is a modular chat client that is most commonly known for its text mode user interface, but 80% of the code isn’t text mode specific. Irssi comes with IRC support built in, a...