Issue #144 · January 6, 2020

Why I moved from React to Svelte and others will follow

“Technology is anything that wasn’t around when you were born”

Best 7 links of week #1, 2020

Articles

imsnif/bandwhich

A command-line bandwidth utilization tool (formerly known as "what") that will display which processes are eating all your bandwidth!

Implementing a Cuckoo Filter in Go

As an alternative to bloom filters, Cuckoo filters can help you with managing the membership problem in high cardinality sets. A Cuckoo Filter gives us the possibility to not only store items but also delete them from the filter without sacrificing on performance. In this post you will learn how to write a Cuckoo filter in Go.

How To Install Apache Kafka on Debian 10

Apache Kafka is a popular distributed message broker designed to efficiently handle large volumes of real-time data. In this tutorial, you will install and configure Apache Kafka 2.1.1 securely on a Debian 10 server, then test your setup by producing and consuming messages.

Dealing with links in Next.js

Using Next.js as the example, we explain two techniques for isolating routing in your application, which will make it more resilient and easier to update.

Book of the week

Algorithms to live by

Algorithms to live by

by Brian Christian and Tom Griffiths

A fascinating exploration of how computer algorithms can be applied to our everyday lives, helping to solve common decision-making problems and illuminate the workings of the human mindAll our lives are constrained by limited space and time, limits that give rise to a particular set of problems. What should we do, or leave undone, in a day or a lifetime? How much messiness should we accept? What balance of new activities and familiar favourites is the most fulfilling?