Typescript & Javascript
26 articles
Posts in Typescript & Javascript
- A simple introduction to TypescriptA brief introduction to some concepts of Typescript
- Advanced try/catch/finally in Javascript and TypescriptTake a detailed look at the implementation of a try-catch-finally-block
- Barrel files in JavaScriptThe Benefits and Disadvantages of Using Barrel Files in JavaScript
- Better documentation in TS & JSHow to write better docs in Javascript with rich metadata
- Catch errors in Promise.allA safe alternative to Javascript's Promise.all
- Civet, a functional programming oriented language as superset of TypescriptDelving into Civet's syntax enhancements and integration ecosystem to evaluate its real advantages and potential challenges
- A PWA called DevToolsA developer's best friend is actually a Progressive Web App, right in Chromium
- ES6 import with parametersHow to pass parameters to an ES6 module when importing it
- The Symbol in JavascriptGet to Know Symbols
- Google ZX - shell scripts with JavascriptHow to write shell-scripts with Javascript and Node.js
- JSXThe Javascript XML sytnax
- Web Share APIHow use the web's native share-API
- Media Session APIProviding media meta data and callbacks in your PWA
- Next.js-config with type checkingHow to use type checking for your next.config.js
- Node.js error with contextHow to add an error cause to throws in V8 9.3 and later
- Typescript Pipeline OperatorWrite chained function calls in Typescript
- PWA vibration APILet's use the navigator to shake your device
- The 'satisfies'-operator in TypeScriptValidate that the type of an expression matches some type, without changing the resulting type of that expression
- DOM TreeWalker APIThe TreeWalker API
- Typescript Tagged Template StringsHow to use template strings as functions
- Typescript Private Class PropertiesTypescript supports private properties for classes
- Typescript Template String Types as DiscriminantsImproved template literal types with Typescript 4.5
- Typescript Template String TypesHow to narrow down string types using the template string mechanism
- Typescript Tuple TypesHow to best type tuples in Typescript 4.2 and later
- Web App Badging APIHow use a badge for your installed PWA
- Web Locks APICoordinate work and the use of resources among different processes