Archives
Browse the linkblog archives.

Sunday 1st August, 2021 #

  • Beachball - The Sunniest Semantic Version Bumper - It’s by the folks at Microsoft, looks very robust and useful
  • Using Google Drive as a CMS - Kind of a neat idea, especially for use cases where non technical folks are managing the content using Drive - The article has some good suggestions but is a bit light on code samples
  • oozcitak/xmlbuilder2 - An XML builder for node.js - I haven’t used this myself but the interface looks very nice especially the ability to create an XML file from a javascript object, certainly looks like it makes working with XML files much easier
  • Running CPU-Bound Tasks in Node.js - Introduction to Worker Threads - Well written article with just the right amount of explanation and detail and some clear code examples