CollabNet Shows the Future of PaaS
I’ve been very bullish over the past couple of years about the role PaaS will play in a cloudy world. I see it as the future for cloud services. I’ve also commented about the increasing homogeneity of PaaS offerigns as they all start chasing each other to add new languages and frameworks – from the [...]
Git Rid of Windows Azure and Amazon Web Services (AWS) SDKs with .NET + Git + AppHarbor Deployment Revolution
I’ve been wanting to do a quick write up on the state of cloud apps from my perspective. What’s my perspective? Well I’m keeping up with the SDKs from the big players; AWS and Windows Azure. I’m also working on several cloud applications and providing consulting for some people and companies when approached related to [...]
Windows Azure SDK Unit Testing Dilemma — F5DD Plz K Thx Bye
I’m a huge advocate for high quality code. I will admit I don’t always get to write, or am always able to write high quality code. But day in and out I make my best effort at figuring out the best way to write solid, high quality, easy to maintain, easy to read code. Over [...]
The New Google App Engine Blobstore API – First Thoughts
Google’s App Engine 1.3.0 was released yesterday along with a brand new Blobstore API allowing the storage and serving of files up to 50MB. Store and Serve – Files can be uploaded and stored as blobs, to be served later in response to user requests. Developers can build their own organizational structures and access controls [...]
Building an iPhone Application
On the past few weeks I’ve been working on a new venture centered around the iPhone. The process of building our app has been quite an adventure and we’ve experimented with several technologies that were new to us before reaching our current technology stack. As we’ve finally got our stuff together and made an initial [...]
Sandbox as Art
Here’s Wikipedia’s definition of a Sandbox: A sandbox is a testing environment that isolates untested code changes and outright experimentation from the production environment or repository, in the context of software development including Web development and revision control, and by extension in web-based editing environments including wikis. Wikipedia tends to be skewed towards technology – [...]