If you are getting spam from this domain, let me apologize in advance. Unfortunately, From-Spoofing is one of the most common spam methods in use for which there is no defense. Let me reassure you, that I have and never will participate in spam type acti… more »
Rams' ten principles of "good design"
Dieter Rams (born May 20, 1932 in Wiesbaden, Hesse) is a German industrial designer closely associated with the consumer products company Braun and the Functionalist school of industrial design.Is as little design as possible - Less, but better – because it concentrates on the essential aspects, and the products are not burdened with non-essentials. Back to purity, back to simplicity. more »
COUNT(*) vs OPEN FETCH vs WHERE EXISTS
On average -- the where exists will significantly outperform the count(*). So I like to think of it in terms of this, instead of using the trial and error method to determine which method is okay to use *this* time… instead get used to using a single method that you will behave consistently regardless of the situation. Code ends up being efficient, consistent, and it requires less of your development time in the end. more »


