Search Results

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 …
42
votes

What are the most common security mistakes programmers make?

There are a lot of good tactical suggestions already. Let me offer a strategic observation. Most applications are written from the default security perspective of "allow all". This means a progr …