How to create a kick-ass product? What I learned from 37Signals’s book - Rework
What is the thing that makes your blood boil? Passion for what you build is the most important asset you have. Find it and start, there... more »
Tweet 0 Comments Save Tags: agile , books , how-to , methodology
Limiting your abstractions: Reflections on the Interface Segregation Principle
I have found two definitions for ISP (in this post, I assume that you know what ISP is, if you don’t, look at the links below).
Tweet 0 Comments Save Tags: agile , how-to , methodology
Cost of a bug within a software lifecycle
Thanks to Kristian Köhntopp I was reminded of this chart yesterday about the costs of a bug fix within a software lifecycle. I decided... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology
Collaboration: At the Extremities of Extreme
Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP,... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , opinion
A stronger testing pyramid
You might know Mike Cohn's testing pyramid. Here is an improved version of this pyramid! Harden the pyramid adding new key information... more »
Tweet 0 Comments Save Tags: agile , news
The Decorator pattern, or its cousin, in JavaScript
The JavaScript version of Decorator seems different, due to the absence of interfaces. Moreover, using prototypes we can achieve... more »
Tweet 0 Comments Save Tags: agile , how-to , javascript
Roadmap for Data Virtualization
This article and How to Evaluate a Data Virtualization Platform provide useful guidance when selecting from several data virtualization... more »
Tweet 0 Comments Save Tags: agile , database , opinion , server
Starting TeamCity builds from HipChat using Github Hubot
After writing about “Running your TeamCity builds from PowerShell for any Git branch” I’d like to talk about another integration which is... more »
Tweet 0 Comments Save Tags: .net , agile
Who's Responsible for This? Strategies Ops Teams
I’ve been having some discussions about this lately so figured I would write something about the topic. Being a member of an Ops team can... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , server
Practical PHP Refactoring: Convert Procedural Design to Objects
Even in languages where there are no constructs but classes, there is no constraint that can force a programmer into writing... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , php
Two phase release planning
A twitter conversation between Zee Spencer and Ron Jeffries makes me think I’ve never written down my two-phase approach to release planning.
Tweet 0 Comments Save Tags: agile , how-to , methodology
Encouraging User-Centric Development – But For Which User?
It’s Agile practice to work with users to define an application’s functionality and user interface. But who defines who the user is? All... more »
Tweet 0 Comments Save Tags: agile , opinion
Teach Teams to Win AND Fail
Ciske uses an early experience as a development team manager as a springboard into a discussion of her first hire, and how he changed her... more »
Tweet 0 Comments Save Tags: agile , methodology
Tool Presentation : Scrum-it
Scrum-it is an open source virtual Scrum board application that supports the entire Scrum project lifecycle.
Tweet 0 Comments Save Tags: agile , methodology , open source , tools
Practical PHP Refactoring: Tease Apart Inheritance
We are entering into the final part of this series, on large scale refactorings: this kind of operations is less predictable and less... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , php
Cloud Wars – U.S. Army Using Agile Platform For Cloud Migration
According to CGN (Government Computer News) the U.S. Army’s Architecture Services Division within the Software Engineering Center (SEC)... more »
Why an Agile Project Manager is Not a Scrum Master
A reader asked why the lifecycle in Agile Lifecycles for Geographically Distributed Teams, Part 1 is not Scrum. It’s not Scrum for these reasons
Tweet 0 Comments Save Tags: agile , methodology , reviews
"Pragmatic Agile"
Dave Rooney suggests some Agile reading for the real-world, non-academic developer. He also reflects on the first and eighth principles... more »
Tweet 0 Comments Save Tags: agile , opinion
Agile Software Development: BDD With Spock and Selenium
How to develop a website specification-first using Spock and Selenium WebDriver.
Tweet 0 Comments Save Tags: agile , how-to , open source
Perfectly Secure? Quantum Physics and the Cloud
Security remains a critical issue in the cloud. Last week, the U.S. government released its top seven tips for secure cloud adoption... more »
Tweet 0 Comments Save Tags: agile , security , web services
Ask Ayende: What about the QA env?
I'd be very curious to know how this code got published to a production environment without getting caught. I would have thought this... more »
Tweet 0 Comments Save Tags: agile , methodology , opinion
We need smarter issue trackers
While issue trackers originate as tools to manage projects more effectively, during the last years of work I have been through some... more »
Tweet 0 Comments Save Tags: agile , tools , usability
Codesion - Subversion or Git? Decisions, decisions ….
Are you facing a difficult choice between version control systems? Are you having trouble sorting out the alternatives? Are you... more »
Tweet 0 Comments Save Tags: agile , tools
Agile with a Little Bit of Lean
I’ve known this for sometime, but I recently came across an article in Forbes where the author, Dan Woods, speaks about the marriage of... more »
Tweet 0 Comments Save Tags: agile , methodology , opinion
Practical PHP Refactoring: Replace Delegation with Inheritance
If you find yourself writing many delegation methods, you may refactor to inheritance to simplify the code. The subclass will inherit... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , php


