Intro If your monolith JS/TS application is growing and you're afraid of losing control,...
Intro Before creating a pull request, you probably want to be sure that CI will reject it....
Introduction As you may notice during minification your long and descriptive variable...
Introduction Builded Omit type can be very useful e.g.: interface Obj { key1:...
Caps lock position Unless you're a manager and have to scream on people at the slack caps...
Introduction After migration a JavaScript project to TypeScript it is good to turn on some...
Introduction This will not be a great pattern for a public browser extension. However...
Introduction TypeScript 4.1 introduced template literal types. On the first look it...
Assumptions I'm working on my private laptop. Each day I must run IDE, iTerm, docker,...
Introduction Vue in most of the cases is a fast enough framework. However, the time of...
Introduction TypeScript was designed as a superset of JavaScript, so TS types should not...
Introduction The idea behind gremlins testing is pretty simple: any user action on your...