Archives
Browse the linkblog archives.

Friday 2nd October, 2020 #

  • Exploring Node.js Async Hooks - New since version 8 of Node async-hooks provide a way to create lifecycle style logic, with functions that execute before and after a main function
  • Creating a site unlinked to a repo
  • TypeScript is slow - What can we do about it? - Turn out that type inference in typescript is very very performance intensive