Archives
Browse the linkblog archives.

Saturday 15th May, 2021 #

  • TSMC looks to double down on U.S. chip factories as talks in Europe falter - I wonder how significant it is that there is all this worldwide expansion of chip making factories just as we get to 3nm architectures, I say that because there aren’t very many nm’s left, what happens when we get to zero?
  • Use Netlify Functions to Send Email Notifications - Generally useful tutorial, but also uses a 3rd party service called Ethereal which is an email catching service, which is a neat idea fir a service that I never knew existed - “it catches the mail requests and lets you read them, but it doesn't actually send them”
  • Distributed Persistent Rendering (DPR) - Chris Coyier writes a nice explainer piece, he points out an interesting scenario I hadn’t considered where this feature might make a lot of sense. Essentially you have a very big site and you make a change to something like a header that appears on every page, well with DPR you only re-render a page if it actually gets requested
  • Using 11ty JavaScript Data files to mix Markdown and CMS content into one collection - Cool tutorial that should give you some ideas about how you can combine multiple data sources when building your Jamstack site
  • The end of “your database” - Netlify CEO Matt Biilmann writes a piece about the modern web and how Jamstack website architectures are changing how we think about and build for the web
  • Why I Finally Chose React over Vue.js - I’ve been seeing so many articles that favour Vue recently, so it’s nice to see one rooting for React, in a nutshell it’s JSX and it’s ability to work well with both functional programming and Typescript that ultimately have led the author to his React preference
  • Deno 1.10 Release Notes - Lots of neat features including Web Storage API (localStorage and sessionStorage but on the server!), improvements to the built in test runner so it can run test suites in parallel
  • Roblox rebrands as 'experience' creation platform amid Epic Games v. Apple trial