Finally I found some time to write about the QCon 2007 conference held last week in London. I think it was a great conference. As usual, there were some poor sessions (I had high expectations about some speakers and contents), but there were also some interesting ones.

So, here it is the first part of the summary (3rd day):

The eBay Architecture – Striking a balance between site stability, feature velocity, performance and cost“: Dan Pritchett (eBay Technical Fellow) talked about some interesting eBay’s architecture features, as how they deal with vertical DB segmentation (by functional areas) and horizontal DB splits (date, location, …), and, how they don’t use stored procedures, triggers and, amazing, nor transactions (Martin Fowler is talking about this in his post Transactionless). This means that all business logic is executed by the application (sorts, joins, referential integrity, …). They use intensively prepared statements an bind variables (cached by datasources). They also scales using a rewritten connection pool and an internally developed ORM solution called DAL (Data Access Layer). All CRUD operations are executed through this infrastructure. If you are interested in reading the full presentation, Dan has posted it (PDF) at his site.

Developing Expertise: Herding Racehorses, Racing Sheep“: Dave Thomas (The Pragmatic Programmers), started his speech asserting that process improvement requieres PEOPLE improvement (he recommends to read Capers Jones assessments and benchmarks). Using the Dreyfus Model of Skills Acquisition, he described, on a funny way, the characteristics of people on different stages (Novice, Advanced beginner, Competent, Proficient, Expert). He stated that the vast majority of developers are on Stage 2, and we need to raise the bar. He advocates to use Dreyfus to fix companies and to fix our careers, and also, learn and apply financial management to our daily work (have a plan, diversify, look for value, be active, …).

I have also uploaded some photos to Flickr, although you will find more photos, including my photos, at the QCon 2007 Group Photo Pool.

Comments

Comment by diana plesa on 2007-03-22 10:47:23 +0000

Thanks for blogging about QCon! I just wanted to let you know that we quoted and linked from this entry on the over all QCon 2007 blogger’s key takeaway points and lessons learned article: http://www.infoq.com/articles/qcon-2007-bloggers-summary

Feel free to link to it and of course blogging about this articles existence would help even more people learn from your and other bloggers takeaways.

Thanks again!

Diana

InfoQ/QCon