Remove 2007 Remove Design Remove Programming Remove Software
article thumbnail

The Real Problem with Software Development

O'Reilly

That statement nicely summarizes what makes software development difficult. It’s not just memorizing the syntactic details of some programming language, or the many functions in some API, but understanding and managing the complexity of the problem you’re trying to solve. Controlling complexity is.” That brings me to my main point.

Software 122
article thumbnail

World’s Top Web Performance Leaders To Watch

Rigor

Rick is a software engineer on the Google Chrome team, “leading an effort to make the web just work for developers.” The co-founder of CloudFour , Jason has a deep background in website and application development and has worked on projects including the Obama ’08 iOS app and Walmart’s responsive design.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Transforming enterprise integration with reactive streams

O'Reilly Software

Software today is not typically a single program—something that is executed by an operator or user, producing a result to that person—but rather a service : something that runs for the benefit of its consumers, a provider of value. The most common programming task in the world. Let’s dive into this concept for a bit.

article thumbnail

Progress Delayed Is Progress Denied

Alex Russell

Apple's policy against browser engine choice adds years of delays beyond the (expected) delay of design iteration, specification authoring, and browser feature development. Since 2007, support for these features has barely improved. Provides support for "unread counts", e.g. for email and chat programs. Web Serial.

Media 145
article thumbnail

Everyone a Beginner?

The Agile Manager

To wit: the ribbon interface that replaced the command menus in Microsoft Office 2007 was not met with enthusiasm. Inventing battery technologies and designing cars that are sufficiently different from the cars anybody else has made captures the imagination of financier and customer alike. For example, Tesla. But that isn't enough.

article thumbnail

Effective Concurrency: Know When to Use an Active Object Instead of a Mutex

Sutter's Mill

From the article: Let’s say that your program has a shared log file object. Before reading on, please think about the question and pencil in some pseudocode to vet your design. Finally, here are links to previous Effective Concurrency columns: 1 The Pillars of Concurrency (Aug 2007). Sep 2007).

article thumbnail

Effective Concurrency: Prefer Using Active Objects Instead of Naked Threads

Sutter's Mill

From the article: … Active objects dramatically improve our ability to reason about our thread’s code and operation by giving us higher-level abstractions and idioms that raise the semantic level of our program and let us express our intent more directly. As with all good patterns, we also get better vocabulary to talk about our design.

C++ 40