Author Archives: Michael Koby

Testing in Rails, It's Important

Over the course of 2010 I spent most of my off time working on my side project, Just for Bands. Specifically the first application to come from Just for Bands known as LiveShow. The LiveShow application was written in Ruby on Rails with the plan to deploy it to Heroku (a successful plan I might add). But the main point of this post is the idea of doing Test Driven Development (or TDD) in Ruby on Rails and how it allowed my partner and I to build an app quickly. Continue reading

Posted in Just for Bands, programming | Tagged , | Comments Off on Testing in Rails, It's Important

Testing in Rails, It’s Important

Over the course of 2010 I spent most of my off time working on my side project, Just for Bands. Specifically the first application to come from Just for Bands known as LiveShow. The LiveShow application was written in Ruby on Rails with the plan to deploy it to Heroku (a successful plan I might add). But the main point of this post is the idea of doing Test Driven Development (or TDD) in Ruby on Rails and how it allowed my partner and I to build an app quickly. Continue reading

Posted in Just for Bands, programming | Tagged , | Comments Off on Testing in Rails, It’s Important

Ship It

With the launch of LiveShow by Just for Bands last week, the stress of getting something done and pushed for public consumption is only half done. Having actually “shipped” a working product, I understand that it is the larger (and harder) half. Continue reading

Posted in Just for Bands | Comments Off on Ship It

LiveShow Ships

Yep, today my partner Erick and I announced that LiveShow, the first Just for Bands app was ready for the world’s viewing. It took a year’s worth of programming time at home after work and on weekends, learning a new programming language, learning a new web framework for writing web applications, designing a data model, and figuring out where the app should live. But, it’s officially shipped as of today around 1:30pm. Continue reading

Posted in Just for Bands | Tagged , | Comments Off on LiveShow Ships

Discount Calculator Released!

This past weekend I released a new Android app to the Android Marketplace.  This one is a simple discount calculator.  No frills, just simple enter price, enter discount, hit “calculate” button to see actual price.  If you’re looking for a … Continue reading

Posted in Discount Calculator | Tagged , , | Comments Off on Discount Calculator Released!

Learning a Programming Language a Year: A Plan

If you’re ever had the privilege of reading “Pragmatic Programmers” then you know that they recommend that programmers learn at least one new language a year. Around this time last year, I made the decision to begin following that practice and chose Ruby/Ruby on Rails as my programming language for 2010. While not directly related to my day job, I wanted to build something in the language. With the help of my friend we were able to build Just for Bands in Ruby on Rails, both learning the language as we went along. Continue reading

Posted in programming | Tagged , , , , | 8 Comments