24
votes
What should a developer know before building a public web site?
Here are a couple thoughts.
First, staging. For most simple sites developers overlook the idea of having one or more test or staging environments available to smoothly implement changes …
5
votes
How can I make my applications scale well?
Ok, so you've hit on a key point in using the "big O notation". That's one dimension that can certainly bite you in the rear if you're not paying attention. There are also other dimensions at pla …
