Bidirectional maps allow you to query by key and get its value or by value and get its key. Learn how to implement them in JS and make them type safe with TypeScript.
I spoke at the JavaScript for WP conference about writing tests for the JavaScript in our WordPress plugins. Talk was live online on July 10, 2020. The code and the slides can be found here.
In this Deno tutorial, we'll see how to create a Deno CLI tool with TypeScript. We'll explore how to read a directory and write a file. Finally, we'll learn to publish our Deno module to GitHub and run it directly from that location and also to install it locally so it can work without connection.
Deno will stop using TypeScript citing several issues like slow compiling times and inefficient code structuring. Deno will start using pure JavaScript for its internal code.