Posts tagged monk

Oct06

Improving the load time of your application

performance loadtime ruby sinatra monk | comments

Step 0: Benchmark!

(Disclaimer: the code that follows is in no way a prescription on how to write good benchmarking code but was simply written in a minute :-)

Continue reading »

May11

Sorting with Ohm

ohm redis monk | comments

In the last 2 months of using Ohm, I have used sort a couple of times, and have ran into some gotchas.

Lesson 1: sort and sort_by are two different beasts

Continue reading »

May06

Ohm inside tricks

ohm redis monk | comments

Did you know #1

I was reading Ohm's tests and stumbled upon a cool testcase, which led me to learn about a cool feature.

Continue reading »