Writing an API Wrapper in Ruby with TDD

January 28, 2012
By
Writing an API Wrapper in Ruby with TDD

Sooner or later, all developers are required to interact with an API. The most difficult part is always related to reliably testing the code we write, and, as we want to make sure that everything works properly, we continuosly run code that queries the...

Read more »

24 Extremely Useful Ruby Gems for Web Development

January 26, 2012
By
24 Extremely Useful Ruby Gems for Web Development

One of the nicer things about developing on the Ruby platform is the sheer amount of meticulously categorized, highly reusable code wrapped up in the form of aptly named ‘gems’. I’m sure you’ve heard of popular frameworks like ...

Read more »

24 Extremely Useful Ruby Gems for Web Development

January 26, 2012
By
24 Extremely Useful Ruby Gems for Web Development

One of the nicer things about developing on the Ruby platform is the sheer amount of meticulously categorized, highly reusable code wrapped up in the form of aptly named ‘gems’.

I’m sure you’ve heard of popular frameworks like Sinatra or the super popular Rails that ship as gems...

Read more »

Why you Should be using PHP’s PDO for Database Access

January 25, 2012
By
Why you Should be using PHP’s PDO for Database Access

Many PHP programmers learned how to access databases by using either the MySQL or MySQLi extensions. As of PHP 5.1, there’s a better way. PHP Data Objects (PDO) provide methods for prepared statements and working with objects that will make you f...

Read more »

Meet Crockford’s JSDev

January 24, 2012
By
Meet Crockford’s JSDev

Recently, Douglas Crockford released a neat tool that makes the process of developing and testing your JavaScript a bit easier. Interested in learning more? Watch today’s quick tip to find out! Watch the Screencast Show Link Douglas Crockf...

Read more »

.htaccess Files for the Rest of Us

January 23, 2012
By
.htaccess Files for the Rest of Us

.htaccess files are used to configure Apache, as well a range of other web servers. Despite the .htaccess file type extension, they are simply text files that can be edited using any text-editor. In this article, we’ll review what they are, and h...

Read more »

Tweets