I’m building PrestoScript in Ruby and the more I get into it, the less I am in anyone’s framework but my own. Why is that? Is there a certain class of problems that are frameworkless? I’ve been thinking lately that generalized frameworks could be a farce. I always explain to clients that Ruby on Rails [...]
Rolling your own framework is good
September 20th, 2008 · No Comments
Tags: ActiveRecord, agile, frameworks, language, php, rails, ruby, theory
Beyond Ruby’s ActiveRecord
September 12th, 2008 · 2 Comments
ActiveRecord is one of the hidden treasures of the Rails framework from which Rails derives so much of its productivity. It features beautiful uses of the Ruby language, especially Ruby’s dynamic programming features.
ActiveRecord also makes it easy to be inefficient though. Efficient data access is not something that happens magically, and if ActiveRecord is left [...]
Tags: ActiveRecord, agile, language, rails, ruby
Rethinking erlang
June 10th, 2008 · No Comments
erlang is a programming language that is supposed to be very scalable. It encourages a form of design that is naturally scalable and as such requires some degree of adjustment for many programmers. The whole idea doesn’t sit well with me.
Tags: agile, cloud, erlang, functional, language, theory
Functional programming languages
May 20th, 2008 · No Comments
Functional programming languages have a templating feature, called a macro, that allows you to write code that writes code.
Writing code that writes code is an interesting idea, and is one of the cornerstones of Ruby on Rails. Rails promises to write code that works as long as you promise to use database and file [...]
Tags: functional, language, rails, ruby
Google App Engine
April 22nd, 2008 · No Comments
Well, this looks pretty interesting. Google has released a scalable “app engine” where you upload your web site source code and it runs on their infrastructure.
Tags: cloud, frameworks, language, python, ruby
Rails for PHP
March 20th, 2008 · No Comments
Well, it looks like Akelos (http://www.akelos.org/) is taking the lead in the “Rails for PHP” race. It seems to have a better MVC architecture than cakePHP, especially where ActiveRecord is concerned.
MVC frameworks are an important design concept for modern Web 2.0 applications. I frequently consult on this topic and have a lot to say, too [...]
Tags: ActiveRecord, agile, frameworks, language, mvc, php, rails, ruby
C# 3.0
January 30th, 2008 · No Comments
C# 3.0 has a few interesting language features that Ruby has been providing for a while now.
Most notable to me are lambdas and type inference. Lambdas have been covered already, but type inference is something new. It feels a bit like JavaScript because you just have to declare that a symbol is a variable. [...]
Web Services primer
January 30th, 2007 · No Comments
Understanding web services and related technologies will increase your decision-making power because there is an industry-wide push under way to get applications talking to one another in a standardized way. If you miss the point of this trend, you will find yourself wondering why the industry is making such erratic moves.
Tags: language, social, theory
ASP.NET for Nukelet Released
December 11th, 2006 · No Comments
Tags: .net, language, news, php, python, ruby
Event programming in JavaScript
October 6th, 2006 · 3 Comments
Tags: .net, language, management, php