James Betteley03/25/13
1415 views
0 replies
No time for that, I’m seriously late. I was leaving the office just as someone said “James, before you go…” and that was the end of any hopes I had of getting here on time.
Jessica Thornsby03/25/13
2277 views
0 replies
When you’re committing changes to Apache Subversion’s central repository, you may occasionally encounter a conflict which will cause your commit to fail.
Rob Sanders03/25/13
2419 views
0 replies
So I’m sure we’ve all had to contemplate this at some point in our development lifetime – when is it appropriate to grant developers and architects the key to the domain?
Mark Needham03/25/13
567 views
0 replies
For the last few days Jason and I have been porting a few of our applications across to a new puppet setup and one thing we needed to do was check that messages were passing through beanstalkd correctly.
Henri Bergius03/24/13
2018 views
0 replies
Google Glass is coming this year, a wearable display that can keep you connected at all the times and supply information and instructions when you need them. And it can record video or take pictures of whatever you see, when you want it to.
Kin Lane03/24/13
1645 views
0 replies
I’m continuing the migration of all my projects to run on Github. Eventually all public areas of my site will run as static, published Github pages and supporting back-end repositories. Last night I migrated API aggregation, Backend as a Service, Reciprocity and Real-Time providers using a version of my Hacker Storytelling format.
Paul Wells03/23/13
6741 views
2 replies
magine a piece of software which can be run out of the box without needing any instance- specific information – without any configuration.
Eric Gregory03/23/13
1519 views
0 replies
This Google Hangout session discusses using Salt Stack in the cloud.
Paul Hammant03/22/13
3053 views
0 replies
Former ThoughtWorker Steve Moyer has written two blog entries on an aspect of an Agile mission we did a few years ago. He was the pivotal designer/implementer of the work.
Mikko Ohtamaa03/22/13
1333 views
0 replies
Backporting is a process to get new package releases to run on non-latest Linux distribution versions. A very common backporting use case is to enable the latest version of application or software library on a server running the older version of the operating system.
Nick Watts03/22/13
1645 views
0 replies
Assumptions + important edge cases. That’s it. That’s all I consider when I’m testing my code. But knowing that you aren’t satisfied with such a trivial explanation, I’ll explain.
Geoffrey De Smet03/22/13
600 views
0 replies
We’re proud to announce the rename Drools Planner to OptaPlanner starting with version 6.0.0.Beta1. We’re also happy to unveil its new website: www.optaplanner.org.
Paul Hammant03/21/13
2239 views
0 replies
One of the reasons you’re going to choose a Trunk Based Development (TBD) model, is because you’re doing concurrent development of consecutive releases.
Ryan Wang03/21/13
733 views
0 replies
In this article, we are going to use Eclipse JDT to create, access and load projects. I assume that you know how to create a simple Eclipse plug-in project which adds a menu item that you can click and trigger some actions.
Chris Shayan03/21/13
622 views
0 replies
Sometimes in projects happens that there are various stages and each stage needs its own configuration and also there are few common configurations too.
Chen Harel03/21/13
1051 views
0 replies
A speed test conducted between AWS EC2 instances and S3 across regions (source code included) in 2012 and 2013.
Eric Gregory03/20/13
4198 views
0 replies
This week we're talking to Peter Lawrey, high performance Java developer and blogger at Vanilla Java.
Eric Minick03/20/13
1004 views
0 replies
UrbanCode CEO and Co-Founder Maciej Zawadzki on the interplay between DevOps and Continuous Delivery.
Kris Buytaert03/20/13
547 views
0 replies
Loadays is coming up soon: 6 and 7 April. Loadays is the Linux and Open Administration conference of the lowlands, held in Antwerp, Belgium. We've just published the initial batch of speakers.
James Carr03/20/13
829 views
0 replies
I use vagrant a lot and at Zapier I use a setup where one Vagrantfile can be used to launch any instance in our infrastructure locally for testing. This is really quite useful as I can boot up a two node rabbitmq cluster with haproxy by simply typing vagrant up rabbitproxy01 rabbit01 rabbit02.
R S03/19/13
1954 views
0 replies
I’ve often come across a github hosted repo that was purely client side, but didn’t have a hosted demo. Maybe a simple JavaScript library, or a CSS effect, but no url that I could see it in action.
Cody Powell03/19/13
3394 views
1 replies
Everyone who touched the Career Killer ended up leaving the company. If the company wanted to have > 0 developers, the only solution at this point was to take a few months and refactor this service completely.
Ricci Gian Maria03/19/13
627 views
0 replies
If you installed Update 2 CTP 4 (now it has go-live and supports upgrade to RTM) you should also install the Visual Studio Tools for Git that permits to work with Git repository directly from a Team Explorer extension.
Senthil Kumar03/19/13
493 views
0 replies
By default, Windows comes with Notepad and WordPad -- two very basic text editors. But there are plenty of other free text editors available for Windows, providing some advanced functionalities.
Paul Reed03/18/13
2206 views
0 replies
As more and more services move into the cloud, organizations are trying to find ways to realize the tenets of “DevOps culture” by making it easier for developers interface directly with their infrastructure.