Just a couple of weeks ago I wrote a tweet saying that Letsencrypt has been one of the best innovations of the latest decade and that it should get more credit… little did I know that Peter Eckersley, Letsencrypt founder, was about to pass away 😢… Peter is not one of the most well-known names in the computer industry, but his contribution to modern internet and technology are notable, so it’s only fair to read a bit about him and discover what he has accomplished!
If you are looking for a new and original programming font to impress your colleagues in your next pairing session, seek no more! Monocraft is a programming font based on the typeface used in Minecraft. I am thinking to use it in one of my next streams…
Uncino is a fast, tiny and solid hooks system for Javascript and Node.js. When do you need something like this? When you are writing code that might need to be extended in ways you might not foresee or when you are writing a library that needs to expose some kind of plugin interface.
Overlapping content can be tricky to achieve in web design with CSS. This article explores a few different techniques that can help you if you are trying to implement a design with overlapping content.
The package.json property "bin" lets an npm package specify which shell scripts it provides. If we install such a package, Node.js ensures that we can access these shell scripts (so-called bin scripts). This is how things like the serverless framework install themselves into your system. Are you curious to find out more about this?
A quick example of adding social sharing links to your Eleventy site. If your readers like your (static) content, you can easily allow them to share it on socials!
Book of the week
MongoDB: The Definitive Guide: Powerful and Scalable Data Storage
by Kristina Chodorow
Manage the huMONGOus amount of data collected through your web application with MongoDB. This authoritative introduction—written by a core contributor to the project—shows you the many advantages of using document-oriented databases, and demonstrates how this reliable, high-performance system allows for almost infinite horizontal scalability. This book provides guidance for database developers, advanced configuration for system administrators, and an overview of the concepts and use cases for other people on your project.