|
"Technology is anything that wasn’t around when you were born"
|
|
—Â
Alan Kay,
Computer Scientist
|
|
|
|

Best 7 links of week #1, 2020
|
|
|
|
A post about my React experience, why Svelte impressed me and code snippets to compare React with Svelte.
|
|
|
|
|
An interesting research from Cockroach labs on why Go executables tend to be particularly large and some tricks you can use to reduce their size.
|
|
|
|
|
A command-line bandwidth utilization tool (formerly known as "what") that will display which processes are eating all your bandwidth!
|
|
|
|
|
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.
|
|
|
|
|
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.
|
|
|
|
|
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.
|
|
|
|
|
Many popular resume designs are making the most of the available page space by laying sections out in a grid shape. Let’s use CSS Grid to create a layout
|
|
|
|
Â
|
Add a comment: