Mark Needham04/23/13
2686 views
0 replies
In order to run the neo4j server on my Ubuntu 12.04 Vagrant VM I needed to install the Oracle/Sun JDK which proved to be more difficult than I’d expected.
Eric Minick04/23/13
2219 views
0 replies
This morning I was speaking with some of our friends at VersionOne at the Mile High Agile Conference. We were discussing Agile practices and the phrase “Kanban-ish” came up.
Gary Sieling04/23/13
2013 views
0 replies
I thought it’d be interesting to compare how many people admit to knowing ancient programming languages on their LinkedIn pages. This is in a contrast to my post on the popularity of hip JVM languages Scala and Clojure.
Patrick Debois04/23/13
2483 views
0 replies
Ever wondered what Devops would look like when it would be invented by Coca Cola? Enjoy my Ignite session from Devopsdays Paris 2013.
Chris Haddad04/22/13
2531 views
0 replies
A reduction in DevOps tickets not only drives IT efficiency, but also creates a cultural shift where teams look forward to rapidly achieving accomplishments. Business stakeholders operate in an agile environment where no change request is too small, and rapidly testing business ideas is the new normal.
Mark Needham04/22/13
638 views
0 replies
As I’ve mentioned in a couple of previous posts I’ve been playing around with creating a Vagrant VM that I can use for my neo4j hacking which has involved a lot of messing around with installing apt packages.
Ralf Quebbemann04/21/13
676 views
0 replies
In an earlier post I described networking modes in VirtualBox. Combining those modes you'll get some kind of swiss knife in realizing somehow exotic networking modes in your VMs.
Jessica Thornsby04/21/13
406 views
0 replies
SmartSVN, the popular cross-platform client for Apache Subversion, provides all the tools you need to manage your SVN projects out of the box, including a comprehensive Revision Graph.
Harish Ganesan04/20/13
2083 views
0 replies
Understand how IO Block sizes play a major role in Performance of an Amazon EBS
Adam Warski04/20/13
2498 views
0 replies
One thing that I miss in GitHub is the ability to get e-mail notifications on each push/commit. There is an option to set an e-mail notification address in the repository settings, but you can only specify a single, global address, and only the administrator can do it.
Harish Ganesan04/19/13
2503 views
0 replies
The performance of a block storage device is commonly measured and quoted in a unit called IOPS, short for Input/Output Operations per Second (IOPS).
Paul Reed04/19/13
3301 views
0 replies
This episode, we delve into the always-squishy “DevOps culture” and take a closer look at the process of both asking and answering questions.
Luis Aguilar04/19/13
7999 views
0 replies
Inversion Of Control is one of the most common and widely used techniques for handling class dependencies in software development and could easily be the most important practice in unit testing.
Amit Saha04/19/13
2258 views
0 replies
I have been playing around with the Raspberry Pi (Pi) for two months now. Here are some thoughts and observations.
Nitin Kumar04/18/13
608 views
0 replies
What challenges can DevOps address in current organization environments, and how can it provide benefits to business and IT users?
Trevor Parsons04/18/13
947 views
0 replies
After a bit of research, I discovered that the secret is to put the umask statement in my .bashrc file before the line that says [ -z "$PS1" ] && return as when Capistrano logs into the server, it doesn't have an interactive shell (and so $PS1isn't set.
Sreejith Sreekumar04/17/13
1288 views
0 replies
Problem at hand: Setting up a HornetQ as a standalone instance and running a JMS queue on it. Then getting a Spring webapplication connect to the queue to send and receive messages.
Rob Allen04/17/13
458 views
0 replies
We’re just back from Heroku’s Add-on Provider Summit in London where we were getting the skinny on Heroku’s upcoming addon provider roadmap!
Jeremy Hess04/17/13
439 views
0 replies
The numerous benefits of unit testing have been well documented and extensively written about but surveys conducted by Typemock show that in many cases, unit testing is dropped after the first negative experience despite their financial and professional value and before its benefits become apparent.
Eric Minick04/17/13
3576 views
0 replies
We’ve all seen it. The application breaks on a developer’s laptop. It’s fixed by a configuration change such as adding a data source or changing a threshold or toggling something.
Steve Smith04/17/13
5217 views
0 replies
While Continuous Delivery has a well-defined value proposition and a seminal bookon how to implement a deployment pipeline, there is a dearth of information on how to transform an organisation for Continuous Delivery.
Mark Needham04/17/13
1954 views
0 replies
I’ve been working on a tutorial around thinking through problems in graphs using my football graph and I wanted to deploy it on a local vagrant VM as a stepping stone to deploying it in a live environment.
Fabien Taysse04/16/13
454 views
0 replies
JUnit's "Theories" runner is an (mostly) undocumented experimental runner that allows you to run your @Test method (your @Theory) against all possible combinations of parameters (your @Datapoints) you can throw at it.
This article shows a simple example, a common caveat with the default runner, and how you can write your own data supplier to get better control over the values passed to each parameter of your @Theory
Eric Gregory04/16/13
2855 views
0 replies
Today: Scaling at Pinterest, Netflix pushes HTML5 video, a new CoffeeScript learning tool, and an international collaborative effort to solve software challenges in space and on Earth.