UI Deploy

Curated, Short, Web UI Dev we Love.

Building a prototype Javascript engine for MongoDB

MongoDB has a few tricks up its sleeves when it comes to database queries. A unique feature of Mongo is its $where operator. $where lets a user query a database by passing in a custom Javascript function or expression.

view source

Advertisement