/dev quem?

Este é o /dev/All: o agregador de sites que produzem conteúdo sobre desenvolvimento de software, mantido pela itexto Consultoria!

Nosso objetivo com o projeto é incentivar outras pessoas (você?) a escreverem e produzirem conteúdo sobre nossa área.

Últimos sites


Algum problema ou sugestão?

Nos mande um e-mail!

/dev/Conteúdo/src/2ality - JavaScript and more

2ality is a blog about JavaScript, TypeScript and web development. It was started in March 2005.

Últimas atualizações

Could JavaScript have synchronous <code>await</code>?
The TypeScript compiler is being ported to Go and gets 10 times faster
Unions and intersections of object types in TypeScript
My sales pitch for TypeScript
What is TypeScript? An overview for JavaScript programmers
Simple TypeScript playground via <code>node --watch</code>
Testing types in TypeScript
The unexpected way in which conditional types constrain type variables in TypeScript
Demo: running TypeScript directly in Node.js
The bottom type <code>never</code> in TypeScript
Array type notation: <code>T[]</code> vs. <code>Array&lt;T&gt;</code> in TypeScript
Symbols in TypeScript
Conditional types in TypeScript
Mapped types in TypeScript
TypeScript: extracting parts of composite types via <code>infer</code>
TypeDoc: testing code examples in doc comments
TypeScript: the <code>satisfies</code> operator
Read-only accessibility in TypeScript
Tutorial: publishing ESM-based npm packages with TypeScript
Computing with tuples in TypeScript