#600 — July 29, 2022 |
JavaScript Weekly |
Roll Your Own JavaScript Runtime — Bun, Rhino, Deno, Node, and now Blueboat.. is creating your own JavaScript runtime environment the new “hello world”? 😆 Not quite, but this is a fun walk through the bare basics of the process, and you’ll have a Rust, Tokio and V8 powered system of your own by the end of it. Bartek Iwańczuk |
Bun: A Complete Overhaul of the JavaScript Ecosystem? — Continuing on the JavaScript runtime theme, Forrest takes a thoughtful look at Bun, its promises, and potential. While it’s “still not quite ready for the workplace,” he concludes there are clearly good times ahead. Forrest Allison |
Add Professional Scheduling Components to Your Web App — Save development time with Bryntum's web component suite. The UI library includes fully customizable Gantt, scheduler, calendar, data grid and Kanban board widgets. Integrate with React, Vue, Angular or vanilla js. Download a free 45-day trial. Bryntum sponsor |
Douglas Crockford: "The best thing we can do today to JavaScript is to retire it." — Ouch! An interview with the author of JavaScript: The Good Parts and sort-of-inventor of JSON where he explains the benefits of code reading, why we need better languages, and how he won’t “write about JavaScript again.” What about TypeScript then? 😏 Evrone |
15 Common Beginner JavaScript Mistakes — James puts out a lot of fantastic JavaScript videos on his YouTube channel, but I asked him to write an article instead because I knew more people would read it ;-) And he did! James Quick |
IN BRIEF:
|
RELEASES: Impress.js 2.0 – JS + CSS3 powered presentation framework. |
📒 Articles & Tutorials |
Everything You Need to Know About Import Maps — Import maps provide a way to control the behavior of JavaScript imports so even something as simple as Ayooluwa Isaiah |
Misko Hevery on Why Qwik Will Improve JavaScript Frameworks — Angular’s original creator Misko Hevery says his new project answers a long-standing problem: Qwik is a JavaScript framework that promises ‘instant’ apps. I watched his introductory presentation the other day and it was convincing. Starr Campbell (The New Stack) |
Stytch Is Building Your All-In-One Platform for User Authentication Stytch sponsor |
🪄 Extract Parameter Types from String Literal Types with TypeScript — If the things that TypeScript’s type system can do impress or confuse you, this well presented article will give you a turbocharged dose of either..! Tan Li Hau |
Deeper Testing of Bun's Performance and Compatibility Against Node — We recently linked to David’s initial Node vs Bun comparison but had to issue a correction due to a flaw in the methodology. Luckily, David is now revisiting the idea with “some more carefully constructed performance tests”. David Herron |
Don’t Let Your Issue Tracker Be a Four-Letter Word. Use Shortcut Shortcut (formerly Clubhouse.io) sponsor |
Creating ESM-Based Shell Scripts for Unix and Windows with Node.js — Dr. Axel has figured out all the tricks involved and boiled it down into a tight post. Dr. Axel Rauschmayer |
Writing a Fuzzy Search Component with Preact and Fuse for Astro
|
'Notes From My Journey From Rust to... TypeScript??' — It's not all one way traffic.
|
🛠 Code & Tools |
Blueboat: An All-in-One Serverless JavaScript Runtime — If you’ve used Cloudflare Workers, the idea will seem familiar. It ties together V8, process level snapshots and Rust to focus on running JavaScript in multi-tenant style safely and quickly. Heyang Zhou |
Skeleton: A Full Featured Svelte UI Component Library — Svelte + Tailwind makes a skeleton very happy. Lots of docs and demos here. Brain and Bones, LLC |
Stream Is The #1 Chat API for Custom Messaging Apps — Stream’s Chat API & SDKs enable teams to add fully-featured in-app messaging in days - apply for your Maker Account, free for qualifying teams. Stream sponsor |
simplex-noise.js 4.0: A Fast Simplex Noise Implementation — Small, self contained, and fast, and you can use it in cool demos like this or for applying convincing grain/noise to images or other data, say. Jonas Wagner |
AST Explorer: Analyze the Structure of Parsed JavaScript Online — A neat little Web-based tool to see how supplied JavaScript code gets parsed into a syntax tree. Felix Kling |
OTHER QUICK RELEASES: Article Parser 7.0 – Extract article content from a given URL in Node. |
|
❓ Did you know..
|