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 203 followers

Latest posts

Last updated 3 days ago

Could JavaScript have synchronous await?

4 days ago

In JavaScript, code has color: It is either synchronous or asynchronous. In...

A closer look at the details behind the Go port of the TypeScript compiler

21 days ago

Today’s announcement by Microsoft [...] we’ve begun work on a native port...

Unions and intersections of object types in TypeScript

28 days ago

In this blog post, we explore what unions and intersections of object...

My sales pitch for TypeScript

30 days ago

Roughly, TypeScript is JavaScript plus type information. The latter is removed before...

What is TypeScript? An overview for JavaScript programmers

about 1 month ago

Read this blog post if you are a JavaScript programmer and want...

Simple TypeScript playground via node --watch

about 1 month ago

Now that Node.js has built-in support for TypeScript, we can use it...

Testing types in TypeScript

about 1 month ago

In this blog post, we explore how we can test that complicated...

The unexpected way in which conditional types constrain type variables in TypeScript

about 1 month ago

The TypeScript handbook makes an interesting statement: “Often, the checks in a...

Demo: running TypeScript directly in Node.js

about 1 month ago

I have published the repository nodejs-type-stripping which demonstrates how to implement a...

The bottom type never in TypeScript

about 1 month ago

In this blog post, we look at the special TypeScript type never...

Array type notation: T[] vs. Array<T> in TypeScript

about 1 month ago

In this blog post, we explore two equivalent notations for Arrays in...

Symbols in TypeScript

about 1 month ago

In this blog post, we examine how TypeScript handles JavaScript symbols at...