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


Just Do the Math

Christof Schmalenbach

Employer: IBM Global Business Consulting

Job: IT Architect

DDJ: What's your job at IBM?

CS: IT consulting for insurance companies. My job is the design of application architectures based on the J2EE technology. Especially, I'm very interested in IT areas that happen at the border between development and production. Nonfunctional requirements, such as performance and security, are my focus.

DDJ: What do you like about your job?

CS: I enjoy working with people and teams from very different cultures and countries, and with different backgrounds. To talk with a business representative in the morning, chat with a colleague in India who fixes a bug in one of your system apps in the afternoon, and visit a web-based workshop in the evening where international people come together, is what I like.

DDJ: What do you find challenging about your job?

CS: Every day you can find a new product, a new technology, or a new framework that promises you the solution to your hardest IT problems. Sometimes that is true, often it's not. It is not easy to separate the mayfly from innovations that will still help you in five years.

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

CS: In my daily work, I often find help in mathematical approaches. For example, memory leaks in J2EE apps belong to the most harmful of problems. Of course, you need very sophisticated tools to identify the root cause of memory leaks. But for a first insight and to quantify the dimension of the heap loss, it is sufficient to gather heap usage every second over a time range of 1-2 hours, then apply the method of least squares in its simple form (linear regression) over the time versus memory series, and you are done.


Surviving in the Amazon Jungle

Justin Mecham

Employer: Gyrofly Inc.

Job: Owner

DDJ: You're an entrepreneur, the owner of your own software company, you've even been profiled in Inc. magazine. What do you do in your job?

JM: As the owner of Gyrofly, which is a software company based in northern Utah, my time is dedicated to the development and support of Associate-O-Matic.

DDJ: Which does what, exactly?

JM: It's a web application that allows website/blog owners to create an Amazon Associate store and add it to their site in a matter of minutes without any programming.

DDJ: What do you like about your job?

JM: It's exciting to be able to take an idea and turn it into something that hundreds or even thousands of website owners can benefit from.

DDJ: What do you find challenging about your job?

JM: Balancing the addition of new features with ease-of-use is one of the greatest challenges I've had developing Associate-O-Matic.

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

JM: Because Associate-O-Matic integrates tightly with Amazon's Web Services API, I'd say Amazon makes my job easier.


Bashing Bugs and Bad Guys

Dominik Weber

Employer: Guidance Software

Job: R&D Principal Architect

DDJ: What is Guidance Software?

DW: Guidance Software is recognized worldwide as the industry leader in investigative technologies. Its EnCase solutions enable corporate, government, and law enforcement agencies to conduct investigations of all types, respond to eDiscovery requests, and take action in response to external attacks.

DDJ: What's your job there?

DW: As a Principal Architect, I'm involved in the whole lifecycle from the design to the shipping and I act as a technical mentor. Due to this, my activities are varied. For example, recently I wrote Amd64 assembly for copy protection, reversed a file format, debugged the release version with a postmortem crash dump, and designed a multicodepage GREP search engine. Currently, I am designing and implementing a Unicode full-text indexing engine in C++.

DDJ: What do you find challenging about your job?

DW: One thing about my job that is challenging is balancing software robustness with performance and flexibility—as well as writing file parsing code that will not crash when being fed with random data.

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

DW: I wrote a build tool for our 35+ different versions of software and a debugging tool that lets me set hardware read breakpoints and load/save/compare memory of another process. Visual Studio 2005 with some custom plug-ins and macros also makes my job easier.

DDJ: What do you like about your job?

DW: I enjoy the fact that, due to our software, killers and other criminals are caught and put away.


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.