Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!
  • submit to reddit
Patrick Debois05/15/12
2079 views
0 replies

Codifying DevOps

This blogpost is a first stab at providing a structure to codify devops practices. The wording, descriptions are pretty much work in progress, but I found them important enough to share to get your feedback.

Willie Wheeler05/13/12
2884 views
0 replies

Devops: What it is and Why you Should be Doing it

We’ll move past the fluffy characterization involving developers and operations working together joyously—not to mention the outright wrong characterization of one superrole that does it all—and get to the heart of what devops is really about.

Partha Bhattacharjee05/13/12
1170 views
0 replies

Categorize tests to reduce build time.

In Agile programming, one of the basic concepts is to run unit tests every once in a while (multiple times in a day on developer boxes) and enforce the integration tests to run once a day (on continuous integration server rather than on developer boxes).

Nicolas Frankel05/09/12
2254 views
0 replies

Specification by Example review

Facts 18 chapters, 254 pages, $29.21This book covers Specifications by Example (you could have guessed it from the title). In effect, SBE are a way to build the right software (for the...

Kief Morris05/09/12
5213 views
1 replies

Continuous Delivery vs. Traditional Agile

There can be friction between the various ways agile teams work, and it seems that the root of the conflict between agile and continuous delivery is the approach to making software "ready for release."

Giorgio Sironi05/09/12
995 views
0 replies

Lean Tools: the Last Responsible Moment

Delaying commitment is good to mitigate risk: but delaying commitment does not mean never make a decision.

Jim Bird05/08/12
360 views
0 replies

Application Security at Scale

This week’s SANS AppSec conference in Las Vegas took on Application Security at Scale: how can we scale application security programs and technologies to big organizations, to small organizations and across organizations to millions of programmers world wide.

Giorgio Sironi05/07/12
2776 views
0 replies

What is global state?

Globale state: it's everywhere, but its mutability is the real danger.

Jens Schauder05/06/12
351 views
0 replies

Where is your Mentor?

Back in the days when I had my lack of experience as an excuse to explain my mistakes I was sometimes wondering: “Wouldn’t it be nice to have a mentor?”

Steven Lott05/03/12
1855 views
0 replies

My Django Application Refresh: The Joys of Deleting Code

Steven Lott has been refurbishing an older project, built using Django 1.0.1 and Python 2.5, to make it compatible with Django 1.3. In this post, Steven explains the process he took, and why he loves deleting old code.

Geoffrey Papilion05/03/12
4380 views
0 replies

Redunancy Planning - A Guide to What's Right for You

The general best practice is to add an additional element for each service tier, also know as N+1 redundancy. This approach is straight forward, but many people would actually be surprised by how often these schemes fail.

Giorgio Sironi05/01/12
908 views
0 replies

Lean tools: Options thinking

Starting to decide as late as possible requires small investments in time and money, to buy options.

Esther Derby 05/01/12
620 views
0 replies

Hiring is a Team Activity

Hiring new people for a team should always be a joint decision that involves team members. After all, who has more at stake than the people who will work with the new person day in and day out?

Ricardo Zuasti05/01/12
1616 views
0 replies

Defining an Agile Methodology for Orthodox Environments

My company designs and develop mobile and web based banking solutions. Our customers (banks for the most part) are highly bureaucratized, orthodox (ie. like to have everything pre-defined and pre-approved) and risk adverse, and therefore change and the disruption of the status quo is not a normal sight within most of them.

Joe Miller04/29/12
4327 views
0 replies

Gitosis-ng: Simple, Self-service Git Repositories

Gitosis-ng — it’s gitosis with some new features to help users work with the git server. Mainly implemented with commands sent via ssh. Here's what you can do with it.