

If you’re coding or whatever this is fine.
I want coders to learn from trusted sources too. How do you authorize a user and store the password (plain text, hash, encrypt)? Do you use MD5 or SHA-256? (Always hash passwords, don’t use MD5)
If you have to encrypt some information, do you use AES or Triple DES ? (never Triple DES)
When authorizing with OAuth, should one send the auth url, client id, client secret, scopes, and redirect url to the client machine? (yes, yes, no, yes, yes)
These are basic questions with answers that are easy to find…and many programmers get them very, very wrong. Mostly out of carelessness, often the question itself doesn’t even pop into their head.
Why the hell does Match.com have 2,500 employees?
Edit: Looks like they own like three dozen dating services. That makes a bit more sense at least. Still seems like a ton of employees to run sites that all do roughly the same thing.
Like, are People Meet, Asian People Meet, Chinese People Meet, Italian People Meet, and Single People Meet fundamentally different from eachother? If those don’t just use the same back end software, with separate databases, they are fucking up.