Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

feedburner.com

②ality – JavaScript and more

Get the latest updates from ②ality – JavaScript and more directly as they happen.

Follow now 186 followers

Latest posts

Last updated over 1 year ago

ECMAScript proposal: Set methods

over 1 year ago

In this blog post, we examine the ECMAScript proposal “Set methods for...

ECMAScript proposal: iterator helpers

over 1 year ago

In this blog post, we look at the ECMAScript proposal “Iterator helpers”...

Testing static types in TypeScript

over 1 year ago

When it comes to TypeScript code There are many options for testing...

ECMAScript proposal: Array.fromAsync()

over 1 year ago

This blog post is about the ECMAScript proposal “Array.fromAsync for JavaScript” by...

ECMAScript proposal: source text access for JSON.parse() and JSON.stringify()

over 1 year ago

In this blog post, we look at the ECMAScript proposal “JSON.parse source...

ECMAScript proposal: RegExp flag /v makes character classes and character class escapes more powerful

over 1 year ago

In this blog post, we look at the ECMAScript proposal “RegExp v...

Linking from GitHub to Mastodon

over 1 year ago

Finding people on Mastodon is still difficult. If you have a GitHub...

Getting started with Mastodon

over 1 year ago

I use both Twitter and Mastodon and like both. Neither is better...

JavaScript metaprogramming with the 2022-03 decorators API

over 1 year ago

This blog post covers the ECMAScript proposal “Decorators by Daniel Ehrenberg and...

How to write CommonJS exports that can be name-imported

over 1 year ago

This blog post explores how to write CommonJS modules so that their...

An overview of Node.js: architecture, APIs, event loop, concurrency

over 1 year ago

This blog post gives an overview of how Node.js works What its...

Running cross-platform tasks via npm package scripts

over 1 year ago

The npm package manager lets us define small shell scripts for tasks...