Verbose Logging

software development with some really amazing hair

T + G I F R

Articles tagged with "redis"

2 Node.js Apps That Showed Me The Light

· Posted in Programming
I don’t know if you know this, but everybody and their dog is writing node.js applications. It’s more popular than Kanye memes. It’s a contagious bug, and I caught it too. I had a one specific use case that it was perfect for, since a Javascript library already existed to do it. Another idea came later, and that’s the one that started it for me. So let’s get on with that. shortestpaper This was the one I started on. The basic problem was that mo…

Auto-scale Your Resque Workers On Heroku

· Posted in Programming
Let's get some background information out of the way. I'm working on a new application, and am using crazy new things that I haven't had a chance to really use before. Rails 3, MongoDB, Redis and Resque, HTML5, etc. 1 With all these things, I figured I'll just use EngineYard since I can pretty much do whatever I want with the server, and they have a lot of the "stuff" taken care of. But they don't support MongoDB out of the box, and you have to …