Dinuka Arseculeratne01/17/13
2521 views
0 replies
We had our scrum of scrum meetings last Wednesday where all scrum masters meet up with our line manager to discuss issues, bottlenecks and success stories of our previous sprint.
Eric Gregory01/17/13
2160 views
0 replies
"Here's a five minute video demonstrating how some fun features of my Maven VirtualBox plugin, such as creating a box from some configuration, provisioning it and running integration tests against it."
Martijn Verburg01/17/13
978 views
0 replies
A Garbage Collection analysis of a PCGen - a large Java swing desktop application that supports character generation for role-playing games like Dungeons and Dragons.
Matthias Marschall01/17/13
989 views
0 replies
London Stansted Airport, early afternoon – a huge crowd at the railway station. No trains – only people, and a lot of confusion and anger.
Luigi Viggiano01/16/13
918 views
0 replies
Today I updated mac ports and a new error started to show up at the command line saying that the __git_ps1 command is not found.
David Winterbottom01/16/13
746 views
0 replies
You're using Postgres.app on a Mac for local development but are getting SQL errors from your application. You're seeing an error message.
Raghuraman Bala...01/16/13
1025 views
0 replies
We now have the logs coming from CloudFront, Web/App and Search tier to the centralized log storage in Amazon S3. In this final post of this series, let's now see what are the options at storage level from cost point of view and what to do with mountains of logs.
Cagdas Basaraner01/16/13
1390 views
0 replies
Most software need saving data. Sometimes that data is predicted to be small and hundreds or thousands of transactions on it will not be needed at the same time.
Troy Hunt01/15/13
3022 views
0 replies
I was at the Web Directions South conference the other day and you know what really struck me? There is a lot of very cool, very connected stuff either here now or coming very soon. Hackable stuff!
Aaron Nichols01/15/13
2155 views
0 replies
I’ve been wondering for a few years now, why it’s so hard to get companies to prioritize the work that I feel is important. I mean, I’m telling you how to do it and you aren’t listening - don’t you want to build quality software?
Spike Morelli01/15/13
993 views
0 replies
When I started following along the devops movement often times the phrase “delivering value” would appear in conversation. That made me ponder even harder on a question that had haunted me for quite a while already: who, as an ops person, am I delivering value to?
Kris Buytaert01/15/13
743 views
0 replies
Kris Buytaert gives us an in-depth rundown of forthcoming DevOps events around the world.
Roger Hughes01/14/13
3086 views
0 replies
If you managed to read my last blog you'll remember that I demonstrated a simple script for creating a new tomcat installation on a server by splitting the tomcat binaries from the conf files, storing the binaries on a FTP server and the conf files in version control, with a script recombining the two parts.
Jason Whaley01/14/13
1350 views
0 replies
"Whoever defined nano as the default crontab editor for Ubuntu deserves a whipping with a rusty chain."
Eric Gregory01/14/13
683 views
0 replies
Rubytune has put together a reference sheet of DevOps-y command-line tips dealing with process basics, memory, disk/files, network, and more.
Simon Brown01/13/13
1551 views
0 replies
In my role as a software developer, Iʼm often asked to automate existing business processes and transform them into computer systems.
Eric Gregory01/13/13
762 views
0 replies
At JavaZone, Jevgeni Kabanov talks about building a full clustered environment and a deployment pipeline -- so that commits to the trunk update a live chat server.
Michael Muller01/12/13
3006 views
1 replies
Let's continue our serie of interviews with people who had and continue having major influence on the definition of technical debt and its implementation in software development projects. Philippe KRUCHTEN, software engineering professor at UBC, who directed the development of the RUP (Rational Unified Process), explains his vision of technical debt and how to manage it, in order to take right decisions at the right time.
Eric Gregory01/12/13
1641 views
0 replies
This JavaZone session provides an object lesson in using continuous delivery for build, test, and deployment.
Jez Humble01/11/13
2609 views
0 replies
In his new book, Antifragile, Nassim Taleb discusses the behaviour of complex systems and distinguishes three kinds: those that are fragile, those that are robust or resilient, and those that are antifragile.
Jason Whaley01/11/13
1117 views
0 replies
I was running in to a problem with a Java project that occured only in IntelliJ Idea, but not on the command line, when running specific test classes in Maven. The exception stack trace had the following in it...
Eric Gregory01/11/13
1736 views
0 replies
This fast-paced video session from JavaZone functions as an introduction to networking fundamentals for programmers.
Paul Hammant01/10/13
2153 views
0 replies
A colleague, Logan McGrath, has a blog series that scotch-tapes Perforce, Sinatra and AngularJS into a functional app. Another Colleague, Addison Lee, wrote a quick client polling example for it in Java.
Willie Wheeler01/10/13
2127 views
0 replies
In real-time operational contexts, it’s important to monitor system metrics for major swings in value. Such swings, whether upward (“pops”) or downward (“drops”), often indicate a problem either on the horizon or else in progress.