JJavascript How to send web notificationsbyJonathan TapiaJanuary 16, 2014 Reading Time: 2 minutesIntroduction Web notifications have been there for a while, they provide a really interesting way to present information…
JJavascript Backbone + RequireJs: Simple AppbyMumocNovember 15, 2013 Reading Time: 5 minutesRecently, I was asked to do some research on Backbone bundled with RequireJs in order to fulfill some…
WWeb dev Improving the performance of a Heroku app with Passenger!byHerman MorenoNovember 7, 2013 Reading Time: 5 minutesA few days ago, while having nothing to do, I decided to pick one of the applications I…
RRails Foursquare + Rails + HerokubyVictor VelazquezOctober 29, 2013 Reading Time: 2 minutesA few days ago I was just doing research about gems to handle the Foursquare API, I was…
WWeb dev Read More 2 minute read Rack: One File Web Page With This ApplicationbyFlow VelazquezApril 25, 2011 Reading Time: 2 minutesThere are times when you need to quickly create small Ruby web applications. You can do that in…
WWeb dev Read More 2 minute read Sinatra + Haml + Compass(SCSS) + BlueprintbyHector BustillosApril 6, 2011 Reading Time: 2 minutesLast week, I spent about half a day trying to get Sinatra working with Compass and Blueprint. At…
WWeb dev Read More 6 minute read Rack Basics – A Rack IntroductionbyFlow VelazquezNovember 17, 2010 Reading Time: 5 minutesRack provides a minimal interface between web servers supporting Ruby. It contains a full stack of middleware components.…
DDevelopment Read More 8 minute read Unicorn vs Benchmarking ThinbyEdwin CruzAugust 26, 2010 Reading Time: 7 minutesHi All!, I have been buzzed lately about Unicorn (one of the newest Ruby web application servers) and…