Thursday, July 21, 2011

Development from Chromebook

I have been able to spend a few days with my Chromebook..and I have to say I still love it.  At first I felt that the OS was a bit limiiting by only allowing me use web apps, but after doing some digging there are some real gems out there that really adds to my attempt to move to  the cloud.  I already have been using the various Google products such as Docs, Gmail, Calendar, but I really wanted to be able to do some web dev on my niffty new device.  My desired platforms included RoR, PHP, and HTML.  My focus was primarily Rails.  So after searching I found a pretty decent cloud IDE and also some pretty easy hosting that so far looks like it might satisfy my  requirements.

Heroku
This was recommended to me by a co-worker who currently uses it for various small rails projects.  I started have second thoughts about it when I learned it used git instead of mercurial but after getting everything setup it really makes for an easy free host.

EXO 
This is a pretty cool cloud IDE.  I believe it is currently in beta, so I really hope it makes it to release.  Part of what makes it cool is that it provides integration with git and heroku making it pretty simple to work in source control and push to your hosted environment.

If you are looking to try developing in the cloud definitely look at giving these tools a try.

Labels: , ,

Tuesday, July 19, 2011

Web Apps

So I'm writing this from my Chrome book an d I have to say it has me thinking hard about the future of mobile development. It seems that writing mobile apps is a hot bed for all kinds of developers, but the problem with this is that I have to learn Objective-C for iOS, java for Android and I don't even know what for the rest of the mobile platforms. Here is where the beauty of web apps come in. I can develop in a language that presents content in a standard look and feel for all platforms. I think HTML 5 is going to really help close between web apps and native apps...plus I can deploy my app with ease and not have to worry about dealing with an app store. I'm really starting to consider just doing my personal project as a web app and putting the Objective-C dev on ice. Thoughts?