Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Design

Developer Diaries



Problem Solver

Daniel Petersson

Employer: Cefalo AB, Sweden

Job: Problem Solver

DDJ: What's your job at Cefalo?

DP: Software consultant, trainer, mentor...

DDJ: What do you like about your job?

DP: Problem solving. I'm a compulsive problem solver; whenever I pick up a DDJ I go straight for the PC-lint advertisement just to solve the problem. I should probably print "problem solver" my business card. I have worked on numerous projects and I always end up as the "the person to ask when nothing else does the trick."

DDJ: What do you find challenging about your job?

DP: The mix of technical and human problems. To communicate knowledge and technical solutions is extremely challenging, since bad communication may render a great solution useless and great communication may inspire developers into a state of flow—and we all love that.

DDJ: What have you found that makes your job easier?

DP: Books and tools. The list of tools could probably go on forever, but here are a few of my current favorites: ildasm whenever I need to understand how something in the .NET framework is implemented. Sure, the Reflector tool is useful but I actually prefer ildasm. The Visual Studio 2005 debugger and sos.dll for tricky debugging issues. MSBuild—finally a build solution from Microsoft that can be extended. My SmartPhone and Outlook. They keep all my tasks and vital information in a single place.


Unit Testing Is A Groovy Thing

David Black

Employer: Cape Clear Software

Job: Senior Engineer

DDJ: David, what's your job at Cape Clear Software?

DB: I'm Senior Engineer on the Tools Team, helping to develop our Eclipse-based SOA tools.

DDJ: What do you like about your job?

DB: It's an exciting time in the SOA and Enterprise Service Bus space and I really like being at the leading edge of software innovation.

DDJ: What do you find challenging about your job?

DB: It's constantly a challenge to find a balance between ease-of-use, good UI design, and exposing the power of our tools. Coupled with that is the fact that different people use tools in different ways, and anticipating all those use cases is quite a challenge.

DDJ: What have you found that makes your job easier?

DB: A few things come to mind: Eclipse, Mylar, and Groovy...I turn to Groovy for scripting. Unlike other dynamic languages, a key strength is that it's built on the JVM, compiles to bytecode, and interoperates natively with Java—a powerful combination! Groovy is great for unit testing as Java unit test code can be quite verbose. Language features like closures and native syntax for lists and maps mean less typing and code that's easier to read.


Wearing Different Hats

Joe McGlynn

Employer: CodeGear

Job: JBuilder Product Manager

DDJ: Where do you work?

JM: I work at CodeGear, formerly Borland's Developer Tools Group; our core product lines include Developer Studio, JBuilder, Turbo, and Interbase. We have the best team here that I've ever worked with—smart, hardworking people committed to building great developer tools. Management has really empowered the team to pursue their vision, which is incredibly exciting and powerful.

DDJ: What's your job there?

JM: The JBuilder team moved to an Agile development process for this release, a variation of Scrum...My role is to write the user stories that represent the features and work with the team in decomposing them into actionable tasks.

DDJ: What do you like about your job?

JM: We're a fairly small team, so we all get to wear a lot of different hats. I like that, I like being able to think big, whiteboard product direction, and then completely change gears and spend an afternoon evaluating a functional area of JBuilder.

We're also doing some really cool collaborations with some of the Open Source guys. For example, we just finished off a development cycle with Benoit Xhenseval from ObjectLab. His team is responsible for the QALab tool, which allows aggregation of project metrics over time. With his help, we've been able to adapt it for use with Maven 2, and to deeply integrate it into our new web project portal.

DDJ: What do you find most challenging about your job?

JM: Like everyone, we never have as much time as we would like for a release.

DDJ: What have you found that makes your job easier?

JM: Adopting and adapting Scrum was a great start for us. Previously we had a process that was closer to a waterfall approach. Selecting good team tools, and integrating them together has allowed us to always know exactly where we are in terms of progress against features, quality and schedule. Knowing our velocity has greatly improved our ability to deliver the right software on time.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.