
How to scale Ruby on Rails with Redis | Opensource.com
Another nice tutorial on Caching with Redis and Rails
Another nice tutorial on Caching with Redis and Rails
Great overview of how Redis works, all the types and concepts
Detailed tips on what not to do when using rails with docker.
A great question for a much ballyhooed term which often is misunderstood
I’m back looking at statistics. This KS test is one of the basic statistical tests to compare two samples.
More good explanation of how to see if two sets of observations seem to be coming from a single distrbution.
Always interesting to see major improvements in classic algorithms
Kind of interesting about security, hacking, protocols and ssh
Really really interesting use case for REDIS, and a great scalability pattern
A super simple automatic open source doc generator. Except I dont quite understand it. I have a feeling once I try it it will be obvious
An amazing set of cheat sheets from a prolific developer in the philippines
Another great overview and cheatsheet for Dot
A timeless question, full of biases and misinformation.
Who knew these interesting html tags existed. Check them out!
I used to think this was a brilliant idea. This article convinced me it’s a gimmick.
This makes a ton of sense. Wait a minute while I go edit my html files, ok.
What the different runtimes do different. It might be a little dated but its still good.
In this first post, I would like to describe the differences between Processes, Threads, what the GIL is, EventMachine and Fibers in Ruby.
More nice information about multithreading and concurrency in Ruby