Design continuums and the path toward self-designing key-value stores that know and learn Idreos et al., CIDR’19 We’ve seen systems that help to select the best data structure from a pre-defi… Source: Design continuums and the path toward self-designing key-value stores that know and learn | the morning paper
Category Archives: Uncategorized
How to visualize decision trees
Decision trees are the fundamental building block of gradient boosting machines and Random Forests(tm), probably the two most popular machine learning models for structured data. Visualizing decision trees is a tremendous aid when learning how these models work and when interpreting models. Unfortunately, current visualization packages are rudimentary and not immediately helpful to the novice. …
SQL 3d engine (interactive preview) / Observable
An Observable notebook by Yaroslav Sergienko. Source: SQL 3d engine (interactive preview) / Observable
Seven reasons to learn Vue.js in 2019 – DEV Community ????
This post describes a bunch of reasons why developers might enjoy choosing Vue.js as the next JavaScript framework to learn in the coming year. Source: Seven reasons to learn Vue.js in 2019 – DEV Community ????
Backend In the Frontend: Implementing Raft in JS – Matt Ritter
Background Lately I’ve been studying consensus algorithms to bolster my understanding of distributed systems. Consensus algorithms achieve agreement on data that is replicated across many nod… Source: Backend In the Frontend: Implementing Raft in JS – Matt Ritter
Algorithms by Jeff Erickson
Source: Algorithms by Jeff Erickson
Godot Engine – Download | Linux
Source: Godot Engine – Download | Linux
The faster you unlearn OOP, the better for you and your software — Dawid Ciężarkiewicz aka `dpc`
Source: The faster you unlearn OOP, the better for you and your software — Dawid Ciężarkiewicz aka `dpc`
The State of JavaScript 2018: Introduction
Discover the most popular JavaScript technologies of the year. Source: The State of JavaScript 2018: Introduction
The Virtual DOM is slow. Meet the Memoized DOM – freeCodeCamp.org
The virtual DOM was a fantastic innovation. It brought about a much more productive way of writing web applications by allowing us to… Source: The Virtual DOM is slow. Meet the Memoized DOM – freeCodeCamp.org