37
votes
What is the single most effective thing you did to improve your programming skills?
Looking back at old things I wrote and realizing just how bad they were.
…
1
vote
How do you continue to improve your SQL skills?
Most "current" stuff is not SQL itself, but how the database stores the information, and how to retrieve it more quickly. Check out this other thread: …
1
vote
What is the ultimate program to make a drawing of a database model?
DIA is not bad, and there are tools to actually generate some code from some types of models. If you are using PostgreSQL, there is even a tool for going the other way, pg-autodoc.
DIA is …
0
votes
What single URL should every web developer have bookmarked?
http://www.ss64.com
It has references for Windows, Linux, Oracle, SQL Server, and more.
…
