04.14.08 - 10:11am
Git is getting a lot of press in the open source world lately, but hasn’t got much traction in the closed source corporate development world. There’s a reason for this, and it’s more than conservatism on the part of the corporate developers. Git (or any DVCS, really) embodies a development culture that isn’t very enterprise-y.
Category: git, management, tools, process | Tags: | 2 Comments »
09.23.07 - 02:36pm
Derek Sivers of CDBaby kicks ass. He got a sophisticated and very very user-friendly, efficient, straightforward e-commerce system (including the back-end systems) written in PHP. Based on what I’ve read, he’s up there with Phil Greenspun in my opinion; that is, he’s among those who understand strategy and customer service and low-level technology and are […]
Category: ruby, php, ruby on rails, sql, architecture, articles, process | Tags: | 29 Comments »
05.18.07 - 03:13pm
I have a text file full of links and notes extracted from about a month of reading everything posted to the 2 dozen Ruby, Rails, Postgres, and web tech blogs that I subscribe to via RSS. There’s so much going on in Ruby and Rails in particular, especially when it comes to convenient shortcuts that […]
Category: ruby on rails, humor, architecture, process | Tags: | Be the First to Comment »
03.19.07 - 01:07am
I’ve been playing around with Graphviz this weekend. I first used it a few years ago with a Perl script that sorta kinda knew Cold Fusion and JavaScript syntax and could output the Graphviz .dot file format, as a means of visualizing all the dependencies between source code files in a project with no compilation […]
Category: perl, databases, tools, process | Tags: | Be the First to Comment »
02.25.07 - 09:25pm
Related to Rapid Application Development vs. Big Design Up Front is the question of what exact format the UI design work should be done in.
This is more important than user stories vs. use cases, class diagrams vs. ERDs and other such decisions, because UI design artifacts are the most user-accessible artifacts. That means they’re probably […]
Category: IA, tools, process | Tags: | Be the First to Comment »