Author: SSWUG Research

Community

Use UUIDs as Keys

(Joe Van Dyk) If data integrity is critical for your systems, you should be using UUIDs for keys. True, they take up a bit more space in storage and memory and aren’t quite as fast. But since UUIDs are by definition unique, your data is more likely to be consistent.

Community

Why jQuery

(Marla Sukesh) As a web developer JavaScript is the most obvious thing we use for client side scripting. Many developers preferjQuery instead of pure JavaScript for client side scripting, but the question arises is how JavaScript is different from jQuery and why should we use it. In this article we