Archives
Browse the linkblog archives.

Friday 15th January, 2021 #

  • 🚀 New Post: Cloud Native web application development: what's it all about? - Quite a long blog post, but if you are interested in cloud computing there’s lots of useful information, including how to think about building in a safe way, how to structure your code using Domain Driven Design techniques, and in this post I’m experimenting with a new way to include links from my linkblog, I’d love to hear what you think about it!
  • Monetizing open source - How Tailwind CSS has grown into a $2M+ business
  • Use Node.js with Docker and Docker Compose to improve DX - Relatively short and very readable tutorial showing how to run production and development NodeJS with Docker, and how to use Docker Compose to create several containers at once, so you can have other services, such as databases, configured and running next to your app
  • An introduction to the internet of materials (IoM) - Some interesting research happening at Georgia Tech Nanotechnology Lab, new materials that harvest energy via sound vibrations, and can perform simple computations, they list a load of futuristic use cases, including Post-it notes that you can talk to, very agileish
  • An intro to server sent events (SSE) - Similar to web sockets, but less complicated, but unidirectional, good for real-time updates to a UI for instance like counts, article includes some clear example code
  • 10 best practices to containerize Node.js web applications with Docker
  • Get Ready For ESM - Prolific NodeJS package writer Sindre Sorhus describes his planned approach to migrating from CommonJS the new ESM module system
  • The web components community group have been discussing the possibility of creating a new web components logo, sort of similar to how the HTML5 logo helped to promote that, it’s an interesting conversation, lots of things to consider