Archives
Browse the linkblog archives.

Sunday 20th September, 2020 #

  • GitHub CLI 1.0 is now available - I’ve always wanted to be able to manage PRs, issues etc from the command line, turns out there is a cli tool for that, the latest version has just been released
  • How vanilla JS Proxies work - I’d been reading about proxies recently but I couldn't think of many real world examples of where to use them, turns out you can create reactive UI components with them
  • Reef - A lightweight library for creating reactive, state-based components and UI - I had not seen this framework before, docs are easy and quick to read, worth considering for smaller projects
  • Bootstrap Templates - Open-Source and Free - If you are looking to create an admin panel or dashboard these could be a good way to go
  • 10 useful HTML5 features, you may not be using - Some if these have neat functionality that works without javascript