Lukas Eder02/27/13
5877 views
4 replies
Here’s another topic that is highly subjective, that leads to heated discussions, to religious wars and yet, there’s no objective right or wrong.
Ted Neward02/27/13
2388 views
0 replies
There are times when the industry in which I find myself does things that I just don't understand. Consider, for a moment, this blog by Jeff Handley, in which he essentially says that the phrase "We accept pull requests" is "cringe-inducing."
Esen Sagynov02/27/13
3500 views
0 replies
We cannot imagine Internet service without TCP/IP. All Internet services we have developed and used at NHN are based on a solid basis, TCP/IP.
Eric Minick02/27/13
1379 views
0 replies
We had more questions in our live (and now available on-demand) webinar ”Building a DevOps Team that Isn’t Evil” than I could get to. What follows are answers to the questions we received.
Eric Minick02/26/13
721 views
0 replies
For many people, DevOps and infrastructure as code are synonymous. However, I am usually quick to point out the other moving parts that need to be managed.
Edmund Kirwan02/26/13
3427 views
6 replies
You don't need elaborate JSRs to build a better package structure. You just need a direction.
Alex Soto02/26/13
3067 views
0 replies
In Continuous Delivery each build is potentially shippable. This fact implies among a lot of other things, to assign a none snapshot version to your components as fast as possible so you can refer them through all the process.
Nadav Azaria02/26/13
7943 views
3 replies
In this post we'll deal with a common need for Java developers. Execute and manage an external process from within Java. Since this task is quite common we set out to find a Java library to help us accomplish it.
James Sugrue02/25/13
1690 views
0 replies
Something every developer and team aspires to is shipping great software. But as we all know, it doesn't always work out that way. So what can we learn from Chris Vander Mey's Shipping Greatness?
Dustin Marx02/25/13
6208 views
1 replies
I find myself using analogies (or the closely related similes and metaphors) to illustrate points I am trying to make in various facets of software development, especially when talking with someone new to or less familiar with software development.
Jessica Thornsby02/25/13
2044 views
0 replies
When working with files under Apache Subversion’s version control, eventually you will need to start adding and removing files from your project.
Doug Turnbull02/25/13
1268 views
0 replies
This article is intended to help you bootstrap your ability to work with Finite State Automata (note automata == plural of automaton).
Johanna Rothman02/25/13
619 views
0 replies
I had a great time recording an interview last week with Carolyn Seaman for OnTechnicalDebt.com.
Andriy Redko02/24/13
5377 views
0 replies
Topic of today's post stays a bit aside from day-to-day coding and development but nonetheless covers a very important subject: our application log files. Our apps do generate enormous amount of logs which if done rightare extremely handy for problems troubleshooting.
Edvin Syse02/24/13
1561 views
0 replies
Eclipse RAP 2.0 is finally out! I've created a quickstart project that will get you up and running with RAP 2.0, including project files for IntelliJ IDEA 12 if that's your IDE of choice, and automatic creation of a deployable WAR artifact.
Gerard Davison02/23/13
1494 views
0 replies
I have been working a lot recently with a bunch of test jobs that are intermittently getting stuck. Now it is possible to work out the point where the problem is occurring by looking at the date labels on the LOG output; but it is hard visually to pick these discontinuities out.
Kevin Chabot02/23/13
5114 views
0 replies
The Apache Collections library is a great library for working with collections. However, the need to write verbose predicates that are sometimes difficult to read reduces the ease of use for that library.
Paul Hammant02/22/13
6409 views
0 replies
Where a performance becomes automatic for the performer through practice, and where repeated performance has value, then there could well be a transition from amateur to professional for the performer.
Eric Gregory02/22/13
1253 views
0 replies
One of the biggest challenges to efficiency for Android manufacturers is building, testing, and releasing machines for each version of Android OS, all while Android is constantly evolving under their feet.
Jessica Thornsby02/22/13
1644 views
0 replies
One of the fundamental features of Apache Subversion is that it remembers every change committed to the central repository, allowing users to easily recover previous versions of their project.
David Isbitski02/22/13
841 views
0 replies
If you are getting this error message when running the Windows App Certification Kit, don’t panic: This package was deployed for development or authoring mode. Uninstall the package and re-install it normally.
James Betteley02/21/13
2458 views
0 replies
I’ve been experimenting with Gradle recently, and as part of the experiment, I wanted to get Sonar running and producing code metrics, including test coverage reports.
Ralf Quebbemann02/21/13
968 views
0 replies
I had a hard time finding good articles about how to install icinga with the new web based PHP interface on Ubuntu 12.04.
Dennis Doomen02/21/13
601 views
0 replies
Recently I finished reading a new book titled The Cucumber Book: Behaviour-Driven Development for Testers and Developers by Matt Wynne and Aslak Hellesoy. Aslak is the founder of the Cucumber project (which is what SpecFlow for .NET is based on), and Matt is one of its most active developers.
Bill Digman02/21/13
533 views
0 replies
Resin's built in support is typically the fastest most scalable, most supportable option. To demonstrate this, let's show how we can use Resin built-in proxy cache (similar to Varnish or Squid) with Resin's REST admin support.