Archive

Posts Tagged ‘Projects’

Ruby on Rails

May 14th, 2009

I just started using Rails for a new project… My brother and some friends have been raving about it and how much time it would save us over our old-school PHP approach. I was never really skeptical of their claims, but the thought of learning something new for an important project is definitely scary.

However, I am now a believer in this RoR stuff. In just 4 short days, the basic framework of our new site is up and running! This timeframe even includes learning the entire framework (not to mention the Ruby language) from scratch. I’ll admit it was quite confusing at first, but once you ignore the scaffolding stuff (mostly for marketing and cool “make a blog in 15 minutes” demos) its really a piece of cake.

so yea, RoR ftw (until the next cool framework comes out :-)

Gee Projects, RoR , , ,

Solecial.com – Social Shoe Shopping

January 31st, 2009

Solecial.com is a site that my friend and I created to help people find and buy shoes online.

solecial screenshotThe basic idea is that you can search across multiple vendors to see who has a particular shoe in stock, in your size, at the lowest price… but the social aspect also helps you discover more shoes by seeing what others like/have/dislike.  You can also create your own lists of shoes that you have or want, etc and send that to your friends.

The site then uses this data to help shoppers visually see whats hot and whats not.  Each shoe page also has other data such as price history, user uploaded photos, and user comments to help you decide if its the right pair for you.

solecial screenshot2We are in the middle of implementing Facebook Connect to really open up the social aspect of the site, but right now its still mostly driven by the comparison shopping engine while we continue to collect data from our users via a simple thumbs up and thumbs down button for each shoe.

An interesting techincal note… this site is now hosted on Amazon’s EC2 and S3 cloud services, and so far it works great!  Much faster than our old dedicated servers actually.

Gee Projects

Remobo: a Computer Network for your Social Network

January 20th, 2009

Remobo LogoI thought I’d get things started on this blog by writing a bit about my current main project.  I’m a co-founder at AWIT Systems Inc. and we’ve created an application called Remobo.  The project itself has been going on for a few years now, but we are finally gaining some traction with a growing user base and have an idea of how we are going to monetize this thing.

What does Remobo do?

Remobo ScreenshotTo put it simply, Remobo simply creates a VPN between you and your friends, family, coworkers, etc.  This allows you to do things like share files privately, pay games across the Internet, remote control your home computer form work… basically anything you could do if you and your buddy were physically on the same LAN.

However, we like to think that Remobo is much more than just a VPN.  It provides a layer of connectivity beyond what your traditional social networks provide and anyone can just download it and be up and running in seconds since there’s virtually no configuration needed.  So we have changed our naming slightly and call it an IPN (instant private network).

On the tech side of things…

We use a P2P based architecture and the whole thing is written in C++ using libraries such as boost and wxWidgets.  Currently, its available for both PC and MAC OS X and we hope to have Linux available soon (it runs, but its not production ready yet).

So that’s the project I spend most of my time on… hopefully this is the year we make a breakthrough in the market and start earning some long awaited revenue.  In the future, I’ll post some of the technical issues and design choices we have encountered along the way.  We have a C++ guru on board at Remobo, so I’ll have to ask him to chime in sometime too :-)   I’ve mostly been coding the GUI and application side of things.

Gee C++, Projects, Remobo , , ,