Learn how to replace once-essential npm packages like axios, lodash, moment, uuid, dotenv, chalk, nodemon, and ts-node with standard Web APIs and built-in Node.js features -- covering both browser and Node.js.
A comparison of sorting algorithms used in the standard libraries of 5 major programming languages. Covers recent major updates including Timsort, Powersort, driftsort, and pdqsort.
A summary of how to shallow copy JavaScript classes, which is useful when using classes with React's useState and similar hooks.
How to serialize PNG files created with Python (especially matplotlib) into JSON and send them to the frontend.
JavaScript's random functionality is quite inconvenient, so here's a summary of options and commonly used functions.
How to achieve type-safe dependency injection in React using useContext