Consistent hashing defined Consistent hashing is a method of evenly distributing hashed values across a hash table with a predefined number of keys. The idea…
Design / Development - A builders blog.
I am a lifelong tinkerer. As a child, I always wanted to know how things worked and how they worked together. As an adult, I am a professional software designer. I work with a great company M-Files, where I get to convert caffiene into code on the daily.
I also spend my free time tinkering with side projects and various other tech projects. Check out some of the blog posts as will I try to document many of them, so others too can benefit from my findings / notes.
Top interest as of late
- Node.js - Because it simplifies development.
- HTML / CSS - Because it is how the web is rendered.
- JSON, because it is > XML.
- JavaScript, because im a ninja.
- Ruby, because it is beautiful.
- .NET, because its my day job.
- Wood-working, because not all things can by built with code alone!
Consistent hashing defined Consistent hashing is a method of evenly distributing hashed values across a hash table with a predefined number of keys. The idea…
In this post we will explore how to implement a (L)east (R)ecently (U)sed Cache with an O(1) time complexity. For more info on what exactly…
Big O notation, simply explained Big O notation is a formula that allows us to determine how much of a given resource an algorithm could…
Quick tutorial that guides you through setting up a Jekyll Blog. Using Google Domains DNS / GitHub.com as the web host.