complete-intro-to-databases icon indicating copy to clipboard operation
complete-intro-to-databases copied to clipboard

Complete Intro to Databases, as taught for Frontend Masters! 🌲

Results 14 complete-intro-to-databases issues
Sort by recently updated
recently updated
newest added

According to Brian, the following line https://github.com/btholt/db-samples/blob/c8936d2b1caf4a88982ce03ba37477c2376e5aab/mongodb/server.js#L26 is used to remove the `_id` field from the query response, but the query is returning the `_id` field. ![image](https://user-images.githubusercontent.com/10437475/103376467-63f68a80-4ae5-11eb-9aa1-d614013ba1a8.png)

Hi Brian, thanks for this course! Really great demo of basic shell usage, instructions for hooking stuff up into an app without Mongoose, and background about production/ops. - From [The...

I'm updating the modulo to match the number of names in the list (Santa's Little Helper and Snoopy get omitted with index % 9). I've also added an annotation in...

changed user_if -> user_id