Andrey Nikishaev posted a great how to article on Medium describing the steps involved in deploying a simple app in a Docker container on AWS free tier.
The Website Carbon Calculator calculates the carbon used by a website by estimating the data transfer over the wire, the energy intensity of web data, the energy source used by the data centre, the carbon intensity of electricity, and the website's traffic.
Kyle Redelinghuys created an API for Coronavirus data released by John Hopkins CSSE. The API allows the number of cases per country to be broken down and retrieved.
The LogRocket blog published a good explainer post on some of the new media queries available in the level 5 spec, including support for light-level, inverted colours and contrast changes to name but a few.
Wesley Aptekar-Cassels published a great list of beliefs about software engineering. The list could be interpreted as wisdom from experience, especially the last point about sleep is more important than choosing a programming language.