Monitoring Background Jobs in Ruby’s Resque
Let's look at how to get visibility into an important component of any complex system: the messaging queue. Specifically, let’s look at... more »
Tweet 0 Comments Save Tags: how-to , methodology , ruby , web 2.0
Using Traceview to Identify and Solve Webserver Queueing Problems
We’re kicking off a series of videos on how to find and attack common problems in your complex web applications. Today’s topic is one... more »
Using App42 CDN for File Upload
App42 Cloud API is equipped with CDN as a service which can be used through File upload APIs. Whenever a file/photo is uploaded using... more »
Safe stubbing with Bogus
Bogus presents a novel way of isolating in Ruby tests. This posts shows how to stub safely with Bogus.
Tweet 0 Comments Save Tags: agile , open source , ruby
A better way to manage the Rails secret token
Firstly, hard-coding configuration conflates config and code. Although this may not cause much pain in a very simple context, as the... more »
Tweet 0 Comments Save Tags: frameworks , ruby
Video - DCI with Ruby & Rails
Data Context Interaction is recently invented programming paradigm, which aims at separating behaviour from data model, by extracting... more »
Tweet 0 Comments Save Tags: frameworks , open source , other languages , ruby
Asynchronous Messaging
Message Service is used for sending, pulling and removing message from a particular queue. Messages are sent to queue which can be pulled... more »
Keeping Multiple Development Machines Synchronized with Homeboy
Most of us developer types have at least two machines we use routinely, and managing that can be a chore. Homeboy is a set of small,... more »
Tweet 0 Comments Save Tags: open source , ruby , tools , unix-linux