Tagged Questions

100
votes
68answers
6k views

What are the best programming articles?

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 …
48
votes
38answers
2k views

Favorite Essay about Programming

What is your favorite essay about programming? Something which has made you think, or made you a better programmer. Something that you feel portrays the field well, or maybe that was just hilarious to …
23
votes
15answers
936 views

What are your favorite programming-related academic papers?

What are your favorite programming-related / cs academic published papers? It could be a functional pearl, a programming-language paper like those often cited on lambda-the-ultimate.org, etc. Really, …
10
votes
15answers
416 views

What is the single most influential article/essay every programmer should read? [closed]

This article came to mind after reading this question. From time to time I hear about different influential articles and essays that should be read to have a better understanding of computers and …
8
votes
5answers
753 views

Simple OCR programming tutorials/articles

I'm interested in simple OCR methods and algorithms. And with simple I mean simple! Best would be a tutorial/article/documentation without dependencies on 3rd party librarys if that's even possible. …
5
votes
9answers
148 views

where do you submit your programming articles/tutorials?

So you've finished your tutorial/article, now where do you submit it? You can usually find one site, but it can be helpful to submit them multiple places to further spread your knowledge. Lets keep a …
5
votes
16answers
380 views

Screencasts vs Articles - which do you prefer?

Recently, I've noticed that I've lost all patience with programming articles, and started watching screencasts instead. For example, the ASP.NET MVC site had lots of screencasts, so I watched those …
5
votes
10answers
357 views

Are there any hardware books or articles that can help with programming?

Since programming is essentially hardware interpretation. Are there any books or articles on CPU's or other hardware components that can help in understanding low level programming languages? Or even …
4
votes
3answers
380 views

Top Developer Skills

I remember seeing an article gauging software developer skills. It had several fields of knowledge, like algorithms, languages, unit testing, scriptology, time estimation, with each measured on a …
4
votes
5answers
183 views

Best articles/documentation about OpenID?

What is the recommended read if someone like to be first introduced to OpenID and later go more deeply into details to be prepared for implementation of OpenID based single sign-on? Pointers to some …
3
votes
7answers
128 views

How much to comment code sample when writing an article?

When you read a "howto"-style article with a code sample, which do you prefer: All the code off to the side with very few comments, and a complete line-by-line breakdown in the article OR All …
3
votes
7answers
496 views

Best way to save web articles/pages for future reference?

I'm trying to manage a personal knowledge base using a personal wiki (currently using MoinMoin, before that MediaWiki). Apart from organizing e-books and papers, I would like to be able to save web …
2
votes
21answers
256 views

Books/articles that inspired you

Hi, Some time ago I found a book "Fatal Defect: Chasing Killer Computer Bugs" by Ivars Peterson. Those who read the book, most probably was impressed by thrilling stories of real live bugs around us. …
2
votes
6answers
152 views

Software for writing articles [closed]

I'm looking for some type of software that will allow me to easily write large articles or pieces of text to publish in HTML format. Writing in pure HTML is abysmally slow and prone to errors, Text …
2
votes
3answers
527 views

Materials for SICP with python?

I want to try out SICP with Python. Can any one point to materials (video.article...) that teaches Structure and Interpretation of Computer Programs in python. Currently learning from SICP videos of …

1 2 next
15 30 50 per page