Skip to content

Commit 675994a

Browse files
committed
Update 01-CRUD.md
1 parent d786269 commit 675994a

File tree

1 file changed

+18
-51
lines changed

1 file changed

+18
-51
lines changed

01-CRUD.md

Lines changed: 18 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ enableChalkboard: false
4646
---
4747

4848

49-
### STARTING SOON
49+
### STARTING SOON ....
5050

5151

5252
```javascript
@@ -65,20 +65,20 @@ Logging twitch... {.fragment .current-only data-code-focus=1-1 }
6565
<div class="flex-slide">
6666

6767
:::block
68-
[![](assets/mongo.drawio.svg)]() {.fragment .current-only }
68+
[![](assets/mongo.drawio.svg)]()
6969

7070
{.column}
7171
:::
7272

7373
:::block
74-
JavaScript-like Syntax {.fragment .current-only }
75-
* Simple to learn { .fragment }
74+
JavaScript-like Syntax
75+
* Simple to learn
7676

7777
<!-- * Collections VS Tables { .fragment }
7878
7979
* Key VS Column { .fragment } -->
8080

81-
{.double-column}
81+
{.double-column .fragment}
8282
:::
8383

8484
</div>
@@ -106,6 +106,18 @@ JavaScript-like Syntax {.fragment .current-only }
106106
---
107107

108108

109+
### [BSON](https://www.mongodb.com/json-and-bson) is Binary JSON
110+
111+
112+
Has more datatypes than javascript {.fragment .current-only data-code-focus=1-1 }
113+
114+
115+
![Table of Mongo DataTypes](assets/datatypes.drawio.svg)
116+
117+
118+
---
119+
120+
109121
### What is C.R.U.D.?
110122

111123

@@ -166,7 +178,7 @@ VALUES('JavaScript First', '@HansOnConsult');
166178
---
167179

168180
### Comparing CREATE Methods
169-
#### Query Syntax: SQL
181+
#### Query Syntax: Mongo
170182

171183

172184
<div class="flex-slide">
@@ -209,51 +221,6 @@ the text inside `" "` refers to the **value** {.fragment .current-only data-co
209221

210222
---
211223

212-
### Mongo VS SQL
213-
214-
:::block
215-
[![](assets/mongo-VS-sql.drawio.svg)]() { .fragment .p1}
216-
217-
{style=width:50%;float:left; height:50%}
218-
219-
:::
220-
221-
:::block
222-
Collections VS Tables { .fragment }
223-
224-
Key VS Column { .fragment }
225-
226-
227-
{style=width:50%;float:right}
228-
229-
:::
230-
231-
--
232-
233-
### Mongo VS SQL
234-
235-
:::block
236-
[![](assets/mongo-VS-sql-2.drawio.svg)]()
237-
238-
{style=width:50%;float:left; height:50%}
239-
240-
:::
241-
242-
:::block
243-
Document VS Record { .fragment }
244-
245-
:::
246-
247-
248-
--
249-
250-
### Mongo Datatypes
251-
Values have a datatype
252-
253-
![Table of Mongo DataTypes](assets/datatypes.drawio.svg)
254-
255-
---
256-
257224
## Exercise 1: Oh CRUD...
258225

259226
To get started just click the gitpod button after signing into github, then type `mongo` into the shell..

0 commit comments

Comments
 (0)