Developing Programmers .com

Local Search:


SyncUp8 is rethinking research. Find out more.


This site is optimized for standards so you can use any standards compliant browser:

Valid XHTML 1.0 Transitional
Valid CSS!
(RSS) RSS Feed

Web Search:
Google


Monday, 16 January, 2006
The Joel Test

Joel Spolsky has written a 12 point test to assess how seriously your organisation takes the software engineering process.

Joel suggests that ideally you should answer “yes” to all 12 points, and that 10 or less points is a worry.

Posted by sarah at 2:32 pm in: Plugs , Quality
Thursday, 12 January, 2006
What Do Your Workmates Do?

What are the others in your office working on at the moment?

We get quite a few things from our group meetings:

  • At least an outline of what everyone else is working on and how they feel they’re going with it.
  • Create a more close-knit group.
  • Teach and Learn new skills.
  • See the “Big Picture”.

Posted by sarah at 8:15 pm in: Teamwork
Thursday, 5 January, 2006
Autotools Tutorial

Autotools are the set of GNU tools that configure their source packages for a particular computer system. If you have ever compiled a program using “configure” followed by “make” commands then chances are you have already used the output of Autotools.

This tutorial runs you through the basics of how to use Autotools.

Posted by sarah at 11:04 am in: Tools , Tutorials
Tuesday, 3 January, 2006
The Difference Between Programmer and Developer

Eric has written on a few topics for software developers; and one that is a good starting point for readers of this site is called “Small ISVs (Independent Software Vendors): You Need Developers, not Programmers”.

Posted by sarah at 1:26 am in: Employment , Plugs