vote up 100 vote down star
216

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.

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

68 Answers

prev 1 2 3
vote up 1 vote down

Notes on the Foundations of Programming I and II

By Alexander Stepanov

link|flag
vote up 1 vote down

What Stack Overflow Can Teach You by Jeff Atwood.

This article describes eloquently the way that feedback helps you grow as a programmer, and shows how that is a key to success.

link|flag
show 1 more comment
vote up 0 vote down

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|flag
vote up 1 vote down

Any article published in Eric.Weblog by Eric Sink.

For instance, one of the worthwhile articles is My Life as a Code Economist, which briefly describes when to fix a bug. Following picture summarizes his point of view on this topic:

alt text

link|flag
vote up 1 vote down

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|flag
vote up 1 vote down

Fire And Motion by Joel Spolsky

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

link|flag
vote up 0 vote down

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

link|flag
prev 1 2 3

Your Answer

Get an OpenID
or

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