Search Results

3
votes

What functionality should always be third-party?

My rule of thumb is to use (or at least consider) third-party for anything that's outside the core purpose of your business. Encryption's always been the prototypical example of this. But i …
3
votes

what are your favorite database-related discussion forums?

For Oracle: http://asktom.oracle.com/ Not exactly a forum, but a Q&A with responses (much like SO). …
10
votes

Is it better to make a new dev set up his own environment, or give him a premade VM?

Give the new developer instructions on how to set up his environment. It lets him start developing a good understanding of how the system works. If he's never exposed to the different third party c …
5
votes

Readable SQL aliases

The whole point of an alias is to shorten the name so you don't need verbosity. It only needs to be unique within a given query, so there's no need for a scheme for naming them. Ed …
9
votes

What is the worst web usability error you have encountered?

I absolutely hate sites that only allow for navigation triggered by hover effects. Obviously it breaks accessibility guidelines, but it also renders such a site unusable via touch-screen devices li …