Read More 5 minute read RRuby Nokogiri: How To Get What You Need With ItbyFlow VelazquezJanuary 29, 2013 Reading Time: 4 minutesRecently, I was asked to automate the retrieval of information from a website that is not online anymore?…
Read More 3 minute read CCraftsmanship Code Formatting MattersbyFlow VelazquezSeptember 11, 2012 Reading Time: 2 minutesWhile discussing ideas about code formatting I’ve seen it usually falls into the everyone does whatever works for…
Read More 2 minute read RRails JSON Objects Using JBuilder to Customize ItbyFlow VelazquezAugust 24, 2012 Reading Time: 2 minutesUsually when it comes to customizing JSON objects we use as_json, i.e., if we want to show a…
Read More 4 minute read RRails Omniauth Gem AuthenticationsbyFlow VelazquezMay 1, 2012 Reading Time: 4 minutesHaving a site that allows you to authenticate using a third-party service, such as Facebook, Twitter or Google,…
Read More 4 minute read TTesting Environment Rails TDD Setup With Guard and ForemanbyFlow VelazquezMarch 1, 2012 Reading Time: 4 minutesThis article shows my current TDD environment setup, it’s all based on many of the links listed at…
Read More 3 minute read DDevelopment Dragonfly: Serving Remote ContentbyFlow VelazquezDecember 7, 2011 Reading Time: 2 minutesIn the latest project I’ve been working on here, an issue came up when serving images on the…
Read More 2 minute read WWeb dev 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…
Read More 5 minute read RRuby DSL: Building It To Create Callbacks In RubybyFlow VelazquezJanuary 14, 2011 Reading Time: 4 minutesDo you know what a Domain Specific Language(DSL) is and how to implement one in Ruby?. This article…
Read More 6 minute read WWeb dev 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.…
Read More 4 minute read CCommunity Ruby: What I Would Have Loved To Know When I First Knew ItbyFlow VelazquezAugust 20, 2010 Reading Time: 3 minutesMotivation Every time I’m learning a new language, the first thing I try to learn is how this…