Kategorie: Tim’s Weblog
-
Building smart teams
Gojko Adzic – Building smart teams: „Have people on the team that think differently, use different tools and approach the problems from a different angle. This will help the team spot blind spots easier and avoid the echo effect, increasing the team collective intelligence.“
-
A Bunch of Great Strategies for Using Memcached and MySQL Better Together
Todd Hoff at High Scalability – A Bunch of Great Strategies for Using Memcached and MySQL Better Together: „What I’m struck with is the enormous amount of effort that goes into syncing rows and objects back and forth between the cache and the database. Shouldn’t it be easier?“
-
Drupal as Open Architecture
Kurt Cagle at O’Reilly News – Drupal as Open Architecture: „One thing that’s rubbed at me for a while is that Ruby on Rails is still based upon this paradigm that you have to write code in order to build a site, which means that Ruby will always be of use only to those people…
-
10 ways to screw up despite Scrum and XP
Gojko Adzic – 10 ways to screw up despite Scrum and XP: „Henrik Kniberg, author of Scrum and Xp from the Trenches, talked today at Agile 2008 about the most common ways for teams to fail despite applying agile practices and tools. His presentation was organised as a talk about common problems and symptoms of…
-
Average environments beget average work
David Heinemeier Hansson at Signal vs. Noise – Average environments beget average work: „In my experience, we’re all capable of bad, average, and good work. I’ve certainly done bad work at times and plenty of average work. What I’ve realized is that the good and the exceptional work is at least as much about my…
-
Progress Bars
Scott Adams – Progress Bars: „A minute of entertainment is better than 58 seconds of boredom even if you are in a hurry.“
-
HTTP Status: Redirection
Ben Ramsey – HTTP Status: Redirection: „If you want to process a POST request and then safely redirect the user agent using GET, use 303 See Other.“