When discussing functional programming we often talk about the machinery, and not the core principles...
Read more »
Learn all about javascript arrow functions with an example. How to use arrow function? This is one of the most used features of ES6. (more…)
Read more »
package-json-scripts - A NodeJS package to test how package.json scripts are being scheduled by different package managers. (more…)
Read more »
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript. - swc-project/swc... (more…)
Read more »
If you must encrypt in the browser, JavaScript with Web Crypto API is an option. If you need to decrypt the results in a different language, it takes some time to find out how. Here’s one approach with AES-GCM. (more…)
Read more »