CCraftsmanship Read More 3 minute read The Rubber Duck EffectbyMumocMay 1, 2015 Reading Time: 3 minutesFood for thought For me, on a normal day at the office, I usually take my coffee, I…
CCraftsmanship GoConvey and Deaf GrandmabyIsay SosaDecember 12, 2014 Reading Time: 5 minutesIf you have used Ruby on Rails, you may be familiar with Rspec, a gem that allows us…
CCraftsmanship Custom Error Marshaling to JSON in GobyMagmaLabs TeamNovember 13, 2014 Reading Time: 2 minutesIn this post I want to go through an example of data marshaling in the Go language. The…
DDevelopment 6 tools to keep your coder mind sharpbyMagmaLabs TeamFebruary 21, 2014 Reading Time: 5 minutesA few years ago, I started looking for tools that would help me keep my coder mind in…
TTesting Test your rake tasksbyVictor VelazquezJanuary 8, 2014 Reading Time: 2 minutesI’ll show you how to test a rake task in a simple Sinatra Bootstrap project. Here we will…
CCraftsmanship The path of the PadawanbyVictor VelazquezDecember 6, 2013 Reading Time: 5 minutesGetting started with Ruby/RoR Many friends have asked me about how to get into the Ruby and Ruby…
CCraftsmanship Improve your Ruby syntax with RubocopbyMagmaLabs TeamNovember 29, 2013 Reading Time: 3 minutesAs software developers, we are always trying to improve our projects: refactoring, updating gems, trying alternatives to make…
DDevelopment Pair harmoniously with git-duetbyMagmaLabs TeamNovember 18, 2013 Reading Time: 2 minutesI started doing pair programming about a year and a half ago. Since then, I’ve been using the…
DDevelopment 3 basic refactoring tools for your command linebyMagmaLabs TeamAugust 23, 2013 Reading Time: 3 minutesNowadays, I don't use any fancy editor or IDE, but for many years I worked with Eclipse, and…
TTesting Using RSpec with Capybara 2byJonathan TapiaAugust 13, 2013 Reading Time: 2 minutesUsing RSpec with Capybara 2 As you probably know by now, the new version of Capybara has been…