i will be at the event “Objectif Cloud” by the bordeaux #java user group 10:31am via @mathieuel Local event in bordeaux by the java user group. Each month we have a presa from a strong skills tech. github rubybdx hello world d3.js + sinatra + elasticsearch cc @rubybd
Do you know graylog2 ? Its big data for your logs (mongodb + elasticsearch + ruby on rails). I’ve setup a syslog-ng server centralizing about 20 servers logs (from syslog). Then pipe it to a ruby eventmachine broker to distribute a websocket stream and graylog2 server at sam
Getting started with backbone.js isn’t easy. You will some miss some “foundation and background points”. Be sure to check this 4 tutorials series: http://dailyjs.com/2012/07/19/mvstar-2/ http://dailyjs.com/2012/07/26/mvstar-3/ http://dailyjs.com/2012/08/02/mvstar-4/
If you have a lot of failed tasks staked in resque, you can retry them all in one shot, but it’s the dirty way. >> (Resque::Failure.count-1).downto(0).each { |i| Resque::Failure.requeue(i) } Dirty because it does not dequeue task when ther
Arrays in ruby the ruby way (with code blocks). Instanciate an array from words >> els = %w(one two three four five) => ["one", "two", "three", "four", "five"] Iterate over the array >> els.ea
Ruby arrays the ruby way (with code blocks). Instanciate an array from words >> els = %w(one two three four five) => ["one", "two", "three", "four", "five"] Iterate over the array >> els.each { |el|
List of Known Scalable Architecture Templates http://srinathsview.blogspot.com/2011/10/list-of-known-scalable-architecture.html You only control 1/3 of your Page Load Performance! http://blog.dynatrace.com/2011/11/08/you-only-control-one-thrid-of-your-page-load-performance/ Google Pre
Architecture & Infra #scalability is an automatic paper compiling best resources about scalability and architecture. Sources are taken from a twitter list and a google reader rss folder. Twitter list @mathieuel/architecture this is tech people i enjoy follow on this topic. RSS L