#​576 — February 11, 2022

Unsubscribe  |  Read on the Web

JavaScript Weekly

Apache ECharts 5.3: Open Source JS Visualization Library — The release notes go into extensive detail about what’s in the newest release, including keyframe animations, custom loading animations, and a new SVG renderer with 2-10x improved performance. Lots of demos here too.

Apache Software Foundation

🥊  Move Over JavaScript? How Some Backend Languages are Coming to the Front-End — You might think this is about using WebAssembly to run Python in the browser or something, but no. It’s about the growing popularity of maintaining a WebSocket connection to a backend process and rendering HTML on the fly from the backend, as seen in modern Elixir and Rails stacks. Food for thought!

GitHub

ButterCMS Melts into Your JS App:: $ butter.post.list() — ButterCMS is your content backend. Enable your marketing team to update website + app content without needing you. Try the #1 rated Headless CMS for your JS app today. Free for 30 days.

ButterCMS sponsor

🎧  The JS Party Podcast — It’s come to our attention we haven’t linked to the fine JS Party podcast for a fair while, so if you haven’t been listening, there’s a lot of good stuff to catch up on. Last week they dug into SolidJS, last December covered Svelte, and even had a lawyer on to discuss the legal implications of GitHub Copilot.

The Changelog podcast

IN BRIEF:

RELEASES:

Vite 2.8.0 – Next gen frontend tooling.
RedwoodJS 0.45.0 – Edge deployable full-stack JS framework.
MikroORM 5 – Data mapper ORM for Node.
AdminJS 5.6 – Admin panel built in Node.js.
npm 8.5.0
Ember.js 4.2.0

💻 Jobs

JavaScript Developer at X-Team (Remote) — Join the most energizing community for developers and work on long-term projects for Riot Games, FOX, Sony, Coinbase, and more.
X-Team

Senior React Engineer @ Nebulab (Remote) — Join our distributed team and build high-volume eCommerce applications in a workplace made by developers for developers.
Nebulab

Say Goodbye to the Office Hello to Freedom — There’s a reason thousands of developers are switching to remote freelance. Join the world’s top talent network and find out why.
Toptal

📒 Articles & Tutorials

Debugging JavaScript — It’s not deep, but this is an enjoyable and casual walk through the JavaScript debugging landscape.

Flavio Copes

How the Angular Compiler Works — The Angular compiler (known as ngc) is the tool used to compile Angular apps and libraries. This post digs into what it does and how it does it.

Alex Rickabaugh

Replacing JavaScript Dialogs (Partly) with HTML's <dialog> — How to replace JavaScript dialogs, to some extent, with the HTML dialog element providing similar functionality to the alert(), confirm(), and prompt() methods.

Mads Stoumann

Join The Big Fix - Fix Vulnerabilities. Earn Swag — Earn swag (including t-shirts) for fixing vulnerabilities! Plus, join our fix-a-thon livestream on Feb 25.

Snyk sponsor

▶  Writing a SPI SD-Card Driver in TypeScript — From a live Low Level JavaScript stream comes an interesting (and very long) session that goes deep into the weeds of working at a low level to read data from SD cards.

Low Level JavaScript

An Introduction to Deno: Is It Better than Node? — We’ve mentioned Deno, which comes from Ryan Dahl, much as Node.js originally did, numerous times, but if you haven’t checked it out yet this post covers the key features, as well as where Deno is ahead or behind.

Ayooluwa Isaiah

Writing My Own Build System: Coupling Gulp Concepts with Modern JS — The author finds Gulp’s reliance on streams makes it complicated to extend, and shows off a different approach to the same problem using async generators.

Wladimir Palant

▶  Finite State Machines in Vue 3
Sarah Dayan

Building an Apache ECharts Data Viz Dashboard with Vue 3 and Cube
Ashutosh Singh

🛠 Code & Tools

zx 5.0: Writing Better Shell Scripts in JavaScript — Google isn’t slacking, with the fourth major version of zx in a year. Rather than using something like bash to throw together a quick script, zx provides niceties to do the same with JavaScript. v5.0 adds built-in YAML support.

Google

Pintora: An Extensible Text-to-Diagram Rendering Library — A similar idea to the well established Mermaid.js (which has a new version out today, too) but with a different attitude to extensibility as well as no requirement for a headless browser if you're using it from Node. The introduction docs have both visual and code examples.

Hikerpig

Solidus: The Last eCommerce Back-End You’ll Ever Need — Get the freedom & flexibility to create unique, custom-built shopping experiences without making compromises.

Solidus sponsor

Griffel: CSS-in-JS with Ahead-of-Time Compilation — From Microsoft, another CSS-in-JS option. This one boasts near-zero runtime, SSR support, and styles defined with JS objects, among other features.

Microsoft

Fable 3.7: A Mature F# to JavaScript CompilerF# is a ‘functional first’ language from the MS/.NET stable and I’m always struck by just how nicely it reads. If you fancy giving it a go for building things for the frontend, check out this online REPL which has some samples to tinker with, including a wee Mario (above).

Alfonso García-Caro and contributors

puppeteer-to-playwright: Puppeteer to Playwright Conversion Script — If you want to migrate between the two popular browser automation systems, this could help.

Checkly

Project Management for Software Teams Has Never Been Easier

Shortcut (formerly Clubhouse.io) sponsor

P42 JavaScript Assistant: Refactoring Hints and Automation for VS Code — A Visual Studio Code extension that brings 67 automated refactorings and quick fixes for common JS, TS and React issues to your editor, so you can clean things up even before you hit your normal linter, perhaps.

P42 Project

Mineflayer 4.0: Build Minecraft Bots in JavaScriptGitHub repo.
Andrew Kelley

React Components: 15+ Extensive Libraries to Consider
Alex Ivanovs

🌞🌝  SunCalc 1.9: Tiny Library for Calculating Sun/Moon Positions and Phases
Vladimir Agafonkin