Search Results

0
votes

The Definitive Guide To Website Authentication (beta)

Hash the password on the client side (using JavaScript). Include user name and server-generated challenge to the hash. …
4
votes

Agile development in a distributed team

These are findings my employer presented from a massive distributed project. Make sure the team meets in person, both at start-up of project, and regularly throughout the project. Ensure t …
0
votes

Singletons: good design or a crutch?

One scary thing on singletons in for instance Java is that you can end up with multiple instances of the same singleton in some cases. The JVM uniquely identifies based on two el …