Typescript & Javascript
All about Typescript and Javascript
- A simple introduction to Typescript
A brief introduction to some concepts of Typescript - Advanced try/catch/finally in Javascript and Typescript
Take a detailed look at the implementation of a try-catch-finally-block - Barrel files in JavaScript
The Benefits and Disadvantages of Using Barrel Files in JavaScript - Better documentation in TS & JS
How to write better docs in Javascript with rich metadata - Catch errors in Promise.all
A safe alternative to Javascript's Promise.all - Civet, a functional programming oriented language as superset of Typescript
Delving into Civet's syntax enhancements and integration ecosystem to evaluate its real advantages and potential challenges - A PWA called DevTools
A developer's best friend is actually a Progressive Web App, right in Chromium - ES6 import with parameters
How to pass parameters to an ES6 module when importing it - The Symbol in Javascript
Get to Know Symbols - Google ZX - shell scripts with Javascript
How to write shell-scripts with Javascript and Node.js - JSX
The Javascript XML sytnax - Web Share API
How use the web's native share-API - Media Session API
Providing media meta data and callbacks in your PWA - Next.js-config with type checking
How to use type checking for your next.config.js - Node.js error with context
How to add an error cause to throws in V8 9.3 and later - Typescript Pipeline Operator
Write chained function calls in Typescript - PWA vibration API
Let's use the navigator to shake your device - The 'satisfies'-operator in TypeScript
Validate that the type of an expression matches some type, without changing the resulting type of that expression - DOM TreeWalker API
The TreeWalker API - Typescript Tagged Template Strings
How to use template strings as functions - Typescript Private Class Properties
Typescript supports private properties for classes - Typescript Template String Types as Discriminants
Improved template literal types with Typescript 4.5 - Typescript Template String Types
How to narrow down string types using the template string mechanism - Typescript Tuple Types
How to best type tuples in Typescript 4.2 and later - Web App Badging API
How use a badge for your installed PWA - Web Locks API
Coordinate work and the use of resources among different processes