News

SQL databases have constraints on data types and consistency. NoSQL does away with them for the sake of speed, flexibility, and scale. One of the most fundamental choices to make when developing ...
The last company I worked at was a Rails shop, so we had activerecord migrations. It wasn't perfect (nothing is), but at least our schema was in source control and there was a reasonable way to ...