From the category archives:

Development

Moving My Blog to the Cloud

March 9, 2009
Thumbnail image for Moving My Blog to the Cloud

A week ago I decided to put my blog where my mouth is. I am writing a book on cloud computing and services, and needed some hands-on experience on the latest technology available. I had tried Amazon Web Services aabout a year ago and wasn’t impressed with their offering; the tools were Java-based and somewhat cumbersome. I was in for a surprise. The main reason: Amazon’s Graphical Management Console.

Amazon now allows users to manage servers using a graphical control panel that allows you to do most tasks using a point and click interface (for a sneak preview of what it does, see this video by Mike Culver, one of Amazon’s Web Services Evangelists).

In this post I will try to explain some of the concepts that you must have in mind if you’re thinking of moving some of your servers to the cloud.

Read the full article →

Building a Solution Instead of a New Problem

March 5, 2009
Thumbnail image for Building a Solution Instead of a New Problem

It’s become almost too easy to build a web application. The advent of frameworks like CakePHP, CodeIgniter or Ruby on Rails, have given us the chance to write code as fast as we can think it. This can almost be extrapolated to a number of fields like writing, design, filmmaking, you name it.

But with this reduced barrier from concept to delivery, comes a cost: the final product is usually not very well thought out.

Take, for instance, films like “Benjamin Button” or sites like Plinky. There’s plenty of eye-candy, but at the end of the day, they don’t do much about changing the world. That’s fine and there always be projects like these.

But when it comes to you, what would you rather work on? A meaningful project or a time sinker?

Read the full article →

The Internet Connects People Globally. So Should Your Application.

November 3, 2008
Thumbnail image for The Internet Connects People Globally. So Should Your Application.

According to Internet World Stats there are roughly 248 Million Internet users in the US, but that only accounts to 17% of the estimated 1.4 Billion Internet users worldwide. Latin America has roughly 140 Million Internet users. China alone has 253 Million users.

In terms of monetization and traffic it’s immediately apparent why it makes sense to release your site with a global focus. Here’s the how and the why.

Read the full article →

Wireframe Wonder to Speed Up Web Development

September 24, 2008
Thumbnail image for Wireframe Wonder to Speed Up Web Development

ProtoShare is a tool that enables the creation of wireframes. But not any wireframe, mind you, but actual working wireframes. In effect, these wireframes are HTML snippets that the user is able to drag and drop on his canvas.

Read the full article →