beraliv
Alexey Berezin profile image

Written by Alexey Berezin who loves London 🏴󠁧󠁢󠁥󠁮󠁧󠁿, players ⏯ and TypeScript 🦺 Follow me on Twitter

cssjavascriptplayertypescript
43 articles found
10 Sept 2022With or without enums in TypeScript
14 Jul 2022Transform string literal type into camelCase in TypeScript
10 Dec 2021Advanced types / Holy.js 2021 notes
7 Dec 2021Extract object type with optional fields in TypeScript
3 Dec 2021Convert string literal type into number literal type in TypeScript
29 Nov 2021Split string literal type in TypeScript
27 Nov 2021Filter tuple type in TypeScript
5 Jul 2021TypeScript spread operator for 2 object types
21 Jun 2021Math.abs for string literal type in TypeScript
19 Jun 2021Transform string literal type into union of characters in TypeScript
16 Jun 2021Append key-value pair to object type in TypeScript
13 Jun 2021Flatten tuple type of tuples in TypeScript
31 May 2021Infer string length in TypeScript
30 May 2021Calculate all permutations of union type in TypeScript
23 May 2021Append argument type into function type in TypeScript
22 May 2021Replace all occurrences in string literal type in TypeScript
17 May 2021Replace occurrence in string literal type in TypeScript
14 May 2021Intrinsic string manipulation types in TypeScript
11 May 2021Trim string literal type in TypeScript
10 May 2021Trim left part of string literal type in TypeScript
7 May 2021Opaque Types in TypeScript
6 May 2021Extract under the hood in TypeScript
4 May 2021Promise.all types under the hood in TypeScript
1 May 2021Manipulation with elements of tuple type in TypeScript
29 Apr 2021Infer last element of tuple type in TypeScript
28 Apr 2021Chainable options type in TypeScript
27 Apr 2021Transform tuple type into a union in TypeScript
25 Apr 2021Recursive readonly object type in TypeScript
23 Apr 2021Conditionally readonly object type in TypeScript
21 Apr 2021Omit type under the hood in TypeScript
19 Apr 2021ReturnType under the hood in TypeScript
16 Apr 2021Includes type in TypeScript
15 Apr 2021TypeScript spread operator for 2 tuple types
14 Apr 2021If statement type in TypeScript
13 Apr 2021Awaited type under the hood in TypeScript
12 Apr 2021Exclude type under the hood in TypeScript
9 Apr 2021Infer tuple length in TypeScript
8 Apr 2021Infer first element of tuple type in TypeScript
7 Apr 2021Transform tuple type into object type with same key and value in TypeScript
6 Apr 2021Readonly type under the hood in TypeScript
5 Apr 2021Pick type under the hood in TypeScript
4 Apr 2021List of Type Challenges problems and solutions
26 Mar 2021Type-safe get function that extracts the value by paths in TypeScript