up vote 178 down vote favorite
337
share [g+] share [fb]

Part of being a good software developer is keeping current with what people are saying in the community. There are many good articles out there on the Internet about the wide subject of computer programming. What articles have you found worth your time?

Please provide the article's title, author and a link if possible.

link|improve this question
1  
Just about to start one myself.. before SO related questions showed me this one. Thanks for being a visionary! – Gishu Apr 22 '09 at 5:03
1  
Related question: 'Favorite Essay about Programming', stackoverflow.com/questions/194696/… – Jonik Jun 20 '09 at 8:27
feedback

closed as not constructive by Michael Myers Oct 24 '11 at 18:25

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

protected by Conrad Frix Sep 15 '11 at 15:30

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

72 Answers

1 2 3

The beginning of Google. This must be the research with the biggest ROI of all times:

The Anatomy of a Large-Scale Hypertextual Web Search Engine

link|improve this answer
feedback

Fire And Motion by Joel Spolsky

It’s brief but true inspiration. Remember, long lines of code does not mean it’s a good program

link|improve this answer
feedback

You’ll Never Have Enough Cheese, Atwood (2004). More about interface design and making software than programming, but I like the metaphors.

link|improve this answer
feedback

I do found many of the Object Mentor articles immensely useful.
Object Mentor Articles

link|improve this answer
feedback

"Being a Software Engineer in the Software Century" By: Barry Boehm Truly Inspirational

link|improve this answer
show 3 more comments
feedback

Architectural Styles and the Design of Network-based Software Architectures

At least chapter 5 and 6 should be read by anyone in doing anything web related.

link|improve this answer
feedback

Six Styles for Usability Requirements by Soren Lauesen & Houman Younessi

I was looking into how to define usability as a requirement and came across this article. It is well written and was very helpful.

Abstract. A system can have adequate functionality, but inadequate usability because it is too difficult to use. The purpose of usability requirements is to guard against that. This paper shows six styles for usability requirements seen in practice or recommended by experts. For each style we discuss how we can verify the requirements, how we can use them during development, how we elicit the data for the specification, and to what extent the style covers the essence of usability.

link|improve this answer
feedback

The ones that appeared in PC Techniques... Jeff Duntemann's magazine.

link|improve this answer
feedback

Effective Unit Testing by Tim Burns.

Careful programmers test early and test often.

link|improve this answer
feedback

Pounding a Nail: Old Shoe or Glass Bottle by Alex Papadimoulis. Summary: programmers have a nasty habit of helping newbies write bad code instead of encouraging better programming practices.

The Complicators Gloves by Alex Papadimoulis. Summary: for any given problem, programmers have a nasty habit of overlooking simple solutions in favor of complicated, over-engineered, enterprisey solutions.

link|improve this answer
feedback

An article? But a book I recommend this: Code Complete 2nd Edition

link|improve this answer
1  
There is a page for books already. – lillq Nov 25 '08 at 19:13
show 1 more comment
feedback
1 2 3

Not the answer you're looking for? Browse other questions tagged or ask your own question.