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
Heuristics for Information Architecture
Great talk from Abby the IA. Fresh style, clearly expressed. Can’t wait for the poster she’s making.
Tweet 0 Comments Save Tags: how-to , methodology , reviews , web design
GraphLint: Creating a Domain Specific Language for Graph Validation
At the core of the Knewton Adaptive Learning Platform is the course structure that brings all the lessons, concepts, and content into one... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Automate Your DB Releases with TeamCity and Red Gate
Database source control is no longer negotiable. Databases are an essential component of many of the applications we build and to deny... more »
Tweet 0 Comments Save Tags: database , how-to , methodology , tools
How to Succeed as an Introvert
Extroverts love, and get, attention. But organizations miss out when they fail to cultivate the contributions of introverts, too. Susan... more »
Tweet 0 Comments Save Tags: how-to , methodology
Thanks, Jeff
A short post on Jeff Atwood as he steps down from Stack Exchange.
Tweet 0 Comments Save Tags: announcement , methodology , news
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
The Essential Git Cheatsheet
Git is a postmodern version control system that offers the familiar capabilities of CVS or Subversion, but doesn’t stop at just matching... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools , usability
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
QA / Code reviews in the 21st Century
Developers can bicker over silly little things, offend each other and occasionally catch a bug that probably would have being caught in... more »
Tweet 0 Comments Save Tags: methodology , opinion , reviews , trends
The Problems with Unit Testing Frameworks
“Staying healthy requires best practices such as eating right and working out. Similarly, development teams need the right practices in... more »
Tweet 0 Comments Save Tags: frameworks , methodology , reviews , trends
Three Pillars of Project Management
This articles discusses the three main pillars of successful project management: knowledge, experience and people skills. These three... more »
Tweet 0 Comments Save Tags: methodology
What Level Programmer Are You?
Everybody's talking about how programming is the skill that we all are going to need. [Except those folks who might feel that most... more »
Tweet 0 Comments Save Tags: how-to , methodology , 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
Optimally parse humongous XML files with vanilla Java
How to parse very large XML files with Java's StAX and JAXB and have good speed, memory consumption and manageable code.
Tweet 0 Comments Save Tags: how-to , java , methodology
Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()
I've seen quite a bit of confusion from developers about what the real different is between the .bind(), .live(), .delegate(), and .on()... more »
Tweet 0 Comments Save Tags: javascript , methodology , standards , web 2.0
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
Dependency Management with .NET - Doing it Right
The problem of dependency management is neither new nor original, it exists in all development platforms, and .NET is no different. In... more »
Tweet 0 Comments Save Tags: .net , methodology , reviews , tools
Make your process your Rock Star, not individuals
There are variety of problems with relying on Rock Stars: One person can never think of everything. A group will typically make... more »
Tweet 0 Comments Save Tags: methodology , opinion , reviews , trends
Programmatically Add Grouped Product to Cart in Magento
Adding simple products to cart through custom PHP code is pretty straight forward. You just need to call the '$cart-addProduct()'... more »
Tweet 0 Comments Save Tags: how-to , methodology , open source , php


