Eric Gregory05/23/13
220 views
0 replies
In this talk, Paul Gerrard discusses continuous delivery, particularly as it pertains to long-term requirements. Testing up front, he says, helps to deliver "front-door quality, not back-door quality."
David Pollak05/23/13
312 views
0 replies
I'm building an open source log manage/analysis tool that will offer folks what Splunk offers folks, except it's open.
Sam Lee05/23/13
281 views
0 replies
How a race car would turn out if it were developed by the equivalent of an Enterprise IT department (without DevOps).
Mark O'neill05/23/13
156 views
0 replies
It was Bill Gates who said that security should be based on "policy, not topology". It's a phrase which always stuck with me. Rather than basing security on where something is, you use a policy which is independent of the network.
Yuriy Lopotun05/22/13
5235 views
0 replies
This is the second part of the article in which I’m sharing a list of simple tips that, in my opinion, can help programmers succeed at their current workplace.
Eric Gregory05/22/13
2562 views
0 replies
This week we're talking to Mahdi Yusuf, developer at Source Metrics, active member of the Python community, and creator of Neckbeard Republic.
Mike Cottmeyer05/22/13
1600 views
0 replies
As recently as this week, I’ve been involved in conversations with customers about how we can help make their teams deliver more predictably. How can they meet commitments on all levels of the organization, including project, program, and portfolio?
Christopher Taylor05/22/13
1300 views
0 replies
More and more leading edge thinkers are starting to focus on this dichotomy of approaches – organic vs mechanical. Each rightly has it’s place in any practitioner’s toolkit.
Eric Gregory05/21/13
3825 views
0 replies
Today: The sketchy world of DDoSaaS, Apple's taxes, bringing the power of NumPy to HPC, why Googlers aren't using Glass at I/O, and some truly clever 3D-printed garden contraptions.
Romain Manni-bucau05/21/13
1943 views
0 replies
“Arquillian Testing Guide” is a book you can buy on packt publishing website here: Arquillian Testing Guide. I just read it and you’ll find in this article what i liked and what i missed in it.
Troy Hunt05/21/13
2317 views
1 replies
Loading login forms over HTTP renders any downstream transport layer security almost entirely useless. Rather than just tell you what’s wrong with this, let me show precisely why this is with a site that implements this pattern...
Eric Gregory05/21/13
313 views
0 replies
This two-minute overview explains how Puppet Enterprise can support DevOps practice.
Gary Sieling05/20/13
3116 views
0 replies
Github has a nice API for inspecting repositories – it lets you read gists, issues, commit history, files and so on. Git repository data lends itself to demonstrating the power of combining full text and faceted search...
Mark Needham05/20/13
2635 views
0 replies
I usually use Vim and the ‘:set number’ when I want to refer to line numbers in a file but Chris showed me that we can achieve the same thing with e.g. ‘less -N data/log/neo4j.0.0.log’.
Mark Needham05/20/13
2646 views
0 replies
I’ve been hacking on a product taxonomy and I wanted to create a ‘CHILD’ relationship between a collection of categories. For example, I had the following array and I wanted to transform it into an array of ‘SubCategory, Category’ pairs...
Eric Minick05/20/13
340 views
0 replies
During our induction into the IBM family, one of our new colleagues told an anecdote about a firm that outsourced its mobile application development. Managing the relationship of outsourced work with what is being developed in house is a challenge similar to what manufacturers face with their supply chains.
Daniel Doubrovkine05/19/13
1809 views
0 replies
I live-coded a new gem called Ruby::Enum at NYC.rb on Tuesday. This library adds enum-like functionality to Ruby. Here’s my checklist for creating a new gem.
Christopher Taylor05/19/13
2221 views
0 replies
Respected institutions like the Harvard Business Review, the Economist and others are publishing studies that show that the average CEO is unhappy with the status quo of their own technology shops.
Sam Lee05/18/13
433 views
0 replies
A comparison of the configuration management tools Puppet and CFEngine.
Jeremy Hess05/18/13
297 views
0 replies
“Any software programmer that does not do unit testing is a reckless coder,” declared Lopian. “Unit testing is an essential part of any software development process. It allows you to deliver working code, with fewer bugs, faster."
Tr Jordan05/17/13
1278 views
0 replies
Let's look at how to get visibility into an important component of any complex system: the messaging queue. Specifically, let’s look at how to trace a job from Rails using Resque.
Hubert Klein Ikkink05/17/13
1996 views
0 replies
In Grails we can write unit tests for controllers. We can check for example the results from a redirect() or render() method.
Dror Helper05/17/13
492 views
0 replies
I found myself thinking – what are steps I take when writing a new unit test? I’ve been writing them for so long and never noticed I’ve been following a “methodology” of sort. And so without further ado – here is the steps I take when writing a new unit test...
Christopher Taylor05/17/13
259 views
0 replies
Most people within technology feel a healthy amount of concern about how they’ll navigate so many disruptive changes happening simultaneously. Each of what Gartner calls the Nexus of Forces, social, mobile, cloud, and information is highly disruptive on their own.
Paul Reed05/16/13
2638 views
0 replies
Version control is becoming a ubiquitous part of the “DevOps movement,” and we talk through what level of understanding should be expected, what level of training should be provided, and whether those are different for different teams or different tools.