I would say the biggest thing to keep in mind is that you are programming the system for the user and not yourself. It doesn't matter how you program the actual system, but rather it meets the needs and requirements of the user because if it meets the needs and requirements of the user they will continue to return to you for business. The opposite being a programmer who programs a system very elegantly, but does not meet the needs and requirements of the users. This is one of the primary reasons people choose Windows and Mac over Linux. Linux is fantastically programmed, but does not meet the ease of use requirement most users are looking for from an operating system.
Other things I can suggest are:
Know when to ask for help.
Know where to ask questions and how to find answers?
Learn how to logically design your code, it will save you so much time and hassle when you are coding. Look into UML designs.
Learn how to properly comment and document your code. I can suggest this http://www.gamedev.net/reference/articles/article1218.asp for good tips on documenting and commenting your code.
Those are a few suggestions I can provide, but really remember that the user is who you are making the system for.