DDJ - Architecture & Design

Subscribe to DDJ - Architecture & Design feed
Updated: 5 hours 18 min ago

Nvidia Debuts Nsight Eclipse Edition IDE

Wed, 2012-05-16 21:28
Linux and OS X compliant IDE with developer debugging tools

Software Engineers All!

Tue, 2012-05-15 19:14
Faking a CS degree will get you fired. Falsely claiming to be a software engineer will get you — wait, is that even possible?

Interview With Ward Cunningham

Tue, 2012-05-15 14:01
The creator of the Wiki dishes on the Wiki, Wikipedia's policies, OO design, technical debt, CoffeeScript and Perl, how to survive as a veteran programmer, and doing the simplest thing that could possibly work.

Testing OO Systems, Part 1

Tue, 2012-05-15 13:39
OO tests stimulate an object and observe that object's behavior. The tests do not look at the object's state to judge whether or not the test succeeds, they just look at the object's behavior. When I call dog.expressHappiness(), my test succeeds when I observe that wagTail() is called. I would never look inside the dog at the isHappy field.

The New Native Languages

Tue, 2012-05-08 16:45
D and Go are at the forefront of a new generation of native languages emerging in the space between C and C++.

New Native Languages

Tue, 2012-05-08 15:47
D, Go, Vala, and Rust: A new generation of native languages.

New Native Languages

Tue, 2012-05-08 15:47
D, Go, Vala, and Rust: A new generation of native languages.

Kernels, Contexts, Threads, and Extensible Database Architecture

Mon, 2012-05-07 16:57
If you are building a new database management system or simply want to write better database applications, you should be aware of the extensible architecture of operating systems and database managers.

RIM BlackBerry 10 Platform Beta Arrives

Sat, 2012-05-05 00:06
New WebWorks SDK for HTML5/CSS3 and a native SDK (APIs)

M2M

Wed, 2012-05-02 17:43
Wireless Technology is Revolutionizing Transportation

M2M

Wed, 2012-05-02 17:43
Wireless Technology is Revolutionizing Transportation

Jolt Awards: Testing Tools

Tue, 2012-05-01 20:00
The Annual Award for Best Testing Products

New Intel SDK for OpenCL Applications

Tue, 2012-05-01 19:30
Compute resources now straddle processors and HD graphics drivers

Oracle and the End of Programming As We Know It

Tue, 2012-05-01 13:27
If Oracle prevails in its claim that APIs can be copyrighted, nearly every aspect of programming will be changed for the worse.

Model Based Systems Engineering: The model is the design

Wed, 2012-04-25 20:19
This webcast will discuss what is needed to make model based systems engineering truly effective; and what the challenges and benefits are when you make the model the design. Event Date: Tuesday May 15, 2012 / Time: 11:00 AM PT / 2:00 PM ET

JReport 11: Data Visualization Just Got Slicker

Wed, 2012-04-25 12:55
Java reporting with live charting functions including motion, real-time, and scrollable charts.

The Humble Boolean Deserves Help

Tue, 2012-04-24 14:03
The boolean data type rarely gets the attention it merits. As a result, it's stuck in a world of exactly two values, with little margin for safety.

Type-Safe File-Based Configuration

Mon, 2012-04-23 14:07
Front loading error detection allows you to use configuration properties without having to worry about things like type mismatches, missing or illegal values, or unexpected exceptions