
How to create a Bidirectional Map in JavaScript
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.… Continue reading How to create a Bidirectional Map in JavaScript →

How to use Git hooks to detect changes to a lock file and show a message
Learn how to detect changes to a package-lock.json or a yarn.lock file and show a message using Git hooks and Husky… Continue reading How to use Git hooks to detect changes to a lock file and show a message →

5 great free resources to learn Python
Let’s see 5 free resources to learn Python, from courses to books, for both people new to coding and those who have experience coding… Continue reading 5 great free resources to learn Python →

How to create a Firebase login and sign up in React
Learn how to create a Firebase login and sign up system in React using hooks.… Continue reading How to create a Firebase login and sign up in React →

How to compile Rust into WebAssembly and run it in Deno
Learn how to create a Rust library of functions, compile it into WebAssembly, and run it on the Deno JavaScript runtime.… Continue reading How to compile Rust into WebAssembly and run it in Deno →

Testing JavaScript in WordPress plugins – JavaScript for WP
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.… Continue reading Testing JavaScript in WordPress plugins – JavaScript for WP →

How to properly create and publish a Deno CLI tool
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. … Continue reading How to properly create and publish a Deno CLI tool →

New Angular TypeScript support changes in version 10
Angular 10 introduces new support for TypeScript 3.9, new TS libraries and project structure, plus a stricter mode.… Continue reading New Angular TypeScript support changes in version 10 →

Rank Math vs Yoast: 5 reasons why Rank Math might be the best free SEO plugin for WordPress
Let’s compare Rank Math vs Yoast and see how Rank Math surpasses Yoast in terms of features and might be the best free SEO plugin for WordPress… Continue reading Rank Math vs Yoast: 5 reasons why Rank Math might be the best free SEO plugin for WordPress →

5 reasons why Deno will stop using TypeScript
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.… Continue reading 5 reasons why Deno will stop using TypeScript →
Loading…
Something went wrong. Please refresh the page and/or try again.
Follow My Blog
Get new content delivered directly to your inbox.