Deno v. Oracle: Cancelling the JavaScript Trademark — Did you know Oracle formally owns the ‘JavaScript’ trademark? There have been a few efforts to change this over the years (most recently via this open letter) but Oracle isn’t listening. The Deno team has now formally filed a petition to cancel the trademark which Deno claims is fradulent because Oracle used screenshots of Node.js, a project Oracle doesn’t even own, as evidence of the trademark’s use.
Deno
A Complete Introduction to SQLite — Join Brian Holt for this video course and get to grips with the world’s most widely-deployed database. You’ll create Node.js app with SQLite — learning about queries, table management, optimization, and much more.
Exploring JavaScript Symbols — Symbols were a new ‘quirky little primitive’ (as Trevor puts it) that arrived with ES6 ten years ago, but they continue to be poorly understood. Trevor boils them down really well, including a little side quest into the likely-to-be-deprecated ‘species.’
Trevor I. Lasn
Avoiding False Positives in Node.js Tests — Specifically, avoiding loose/unstrict equality checks, overly general assertions, shallow equality, and misunderstandings over what assertions are doing.
Greg Gorlen
📄 From Gatsby to Eleventy – Moving from a React framework to a Node.js static site generation approach. Matt Steele
🌐country-to-iso: Convert Country Names and Codes into ISO Codes — Unexciting, but incredibly useful when you’re bombarded by inconsistent country names and you need to use standardized ISO 3166-1 Alpha 2 or 3 references (e.g. Germany is DE or DEU, Angola is AO or AGO).
Crawlee 3.12: Web Scraping and Browser Automation Library — A mature library to handle Web crawling and scraping while appearing ‘human-like’ and supporting multiple switchable backends, such as to support JavaScript rendering on sites that demand it.
#556 — November 19, 2024 Read on the Web AWS Lambda Turns Ten: Looking Back and Looking Ahead — AWS Lambda, Amazon’s cloud function service, essentially launched the term ‘serverless’ and had a big impact Read more…
#555 — November 12, 2024 Read on the Web Node v23.2.0 (Current) Released — On paper, a relatively minor release that updates the root certificates, adding five new ones, but development of TypeScript support has Read more…
#554 — November 5, 2024 Read on the Web Why Code Security Matters – Even in Hardened Environments — A nicely diagrammed deep dive (and it really is deep) into a technique that allows malicious Read more…
0 Comments