More secure TypeScript code - easily Posted on Oct 17, 2021 | Updated on Oct 17, 2021 | 172 words | ~1 min How to secure JS object returned by API as a correct Typescript type? TS type predicate function helps here. (and it’s not the only way) Read more
Less bugs in JavaScript using computed properties. Posted on May 26, 2020 | Updated on May 26, 2020 | 347 words | ~2 mins What is computed property? Computed property is feature introduced in ES6. The syntax allows to initialize object using variable’s value as a property name in newly created object. Instead of Read more