Autoplay
Autocomplete
Previous Lesson
Complete and Continue
MongoDB Web Developer Interview Questions
Course Overview
13-00 Course Overview (2:02)
00b Mammoth Interactive Courses Introduction
01 How To Learn Online Effectively (13:46)
00 About Mammoth Interactive (1:12)
Source Files
00c (Prerequisite) Introduction to HTML
02. What Is Jsbin (3:15)
01. Course Requirements (2:56)
03. Setting Up The Html Document (2:41)
04. Header Tags And Paragraphs Tags (4:06)
05. Styles (3:32)
06. Bold Underline And Italic Tags (3:10)
07. Adding In A Link (1:38)
08. Adding In A Image (3:01)
09. Adding A Link To An Image (1:55)
10. Lists (4:03)
11. Tables (3:29)
12. Different Kinds Of Input (4:59)
13. Adding In A Submit Button (3:01)
14. Scripts And Style Tags (3:27)
01 (Prerequisite) Introduction to JavaScript
02. Javascript (10:24)
01. Variables (5:36)
03. Numbers (4:52)
04. Booleans (5:22)
05. If Statements (4:27)
06. Arrays (8:31)
07. For Loops (9:16)
08. While Loops (4:34)
09. Objects (8:02)
10. Functions (6:09)
11. Foreach (3:54)
12. Map Functions (5:22)
13. Using Objects As Dictionary (2:45)
14. Switch Statements (6:38)
15. Destructuring (5:30)
16. Spread Operator (6:56)
17. String Templates (6:37)
18. Error Handling (5:45)
19. Let And Const Keywords (3:39)
20. Do-While (1:45)
21. Sets (5:42)
22. Maps (4:39)
23. Stacks (6:06)
24. Queues (11:49)
25. For Loop (5:11)
26. Recursive Functions (7:13)
27. Loop Labeling (5:18)
28. 2D Arrays (21:59)
29. Settimeout (7:02)
30. Sentimental (11:21)
31. Functions With Optional Parameters (15:10)
32. Basic Regular Expression (5:53)
33. Handle Keypress Events (22:45)
34. Priority Queue (15:54)
35. Add-delete Object Property (2:45)
36. Example With Sets Part 1 (28:49)
36. Example With Sets Part 2 (43:20)
37. Concat (3:12)
38. Flat And Flatmap (2:06)
02 (Prerequisite) Advanced Javascript
01. Source Files
01 01 Introduction To The Course (1:28)
01 02 Why Should You Learn Javascript (0:49)
01 03 Quick Win (1:34)
01 04 Course Requirements (0:38)
02. Next Generation JavaScript
02. Source Files
02 01 What Will We Learn In This Section (0:43)
02 02 Declare Variables With Let And Const (16:05)
02 03 Blocks And Iifes (11:49)
02 04 Strings In Es2020 (11:49)
02 05 Coding Challenge (0:52)
02 06 Coding Challenge Solution (2:12)
02 07 Section Summary (0:46)
03. Arrow functions
03. Source Files
03 01 What Will We Learn In This Section (0:40)
03 02 Basics Of Arrow Functions (15:07)
03 03 Lexical This Keyword (10:38)
03 04 Coding Challenge (0:43)
03 05 Coding Challenge Solution (3:08)
03 06 Section Summary (0:47)
04. Features in ES 2020+
04. Source Files
04 01 What Will We Learn In This Section (0:32)
04 02 Destructuring (15:32)
04 03 Arrays In Es2020 (16:39)
04 04 Spread Operator (12:59)
04 05 Coding Challenge (0:54)
04 06 Coding Challenge Solution (3:45)
04 07 Section Summary (0:52)
05. Parameters
05. Source files
05 01 What Will We Learn In This Section (0:37)
05 02 Rest Parameters (16:03)
05 03 Default Parameters (18:39)
05 04 Coding Challenge (0:50)
05 05 Coding Challenge Solution (4:06)
05 06 Section Summary (0:31)
06. Maps
06. Source Files
06 01 What Will We Learn In This Section (0:42)
06 02 Maps (20:33)
06 03 Coding Challenge (0:41)
06 04 Coding Challenge Solution (2:49)
06 05 Section Summary (0:29)
07. JavaScript Classes
07 01 What Will We Learn In This Section (0:39)
07. Source Files
07 02 Classes (16:27)
07 03 Classes With Subclasses (16:37)
07 04 Coding Challenge (0:57)
07 05 Coding Challenge Solution (2:51)
07 06 Section Summary (0:56)
08. Asynchronous JavaScript
08. Source Files
08 01 What Will We Learn In This Section (1:03)
08 02 Asynchronous Javascript Example (11:20)
08 03 The Event Loop (12:22)
08 05 Promises (21:18)
08 06 Async Await (11:44)
08 07 Ajax And Apis (6:42)
08 08 Make Ajax Calls With Fetch And Promises (11:31)
08 09 Make Ajax Calls With Fetch And Async Await (7:33)
08 10 Coding Challenge (0:52)
08 11 Coding Challenge Solution (7:41)
08 12 Section Summary (0:58)
09. Summary
09 01 Course Summary And Next Steps (2:25)
09. Source Files
03a (Prerequisite) Command Line Fundamentals
Source Files
01-01 Why All Developers Need To Know The Command Line (8:50)
01-02 What Are Linux And Unix Terminals (8:04)
02-01 What You-ll Need (1:20)
02-02 Install Linux Command Line On Windows (3:18)
03-01 Build Your First Command In The Command Line (3:48)
03-02 Navigate Directories In The Command Line (6:33)
03-03 Build And Edit A New File In The Command Line (7:27)
03-04 Move Files In The Command Line (9:00)
03b (Prerequisite) Install Node and npm
01 Install Node And NPM On Mac Or Windows (3:14)
00 What Is Node JS (8:22)
01 What Is Yarn (2:16)
02 How To Install Node And Npm On Windows-R (8:41)
02 Install Yarn On Mac (4:22)
Source files
04 Install brew (for Mac or Linux only)
01 What Is Brew (1:52)
02 Install Brew On Mac (3:34)
05 Install MongoDB on Mac and Windows
01 Install Mongodb On Mac (8:07)
00 What Is A Mongodb Nosqll Database (5:50)
02 Install Mongodb On Windows (9:58)
Source Files
Source Files
Connect to MongoDB with a Node server and native driver
13-01 Install MongoDB 6 on Mac (2:31)
13-01a Question - Build A Mongo Database Via The Terminal (1:08)
13-01b Build A Mongo Database Via The Terminal (4:58)
13-02a Question - Connect to MongoDB with a Node server and native driver (2:14)
13-02b Connect to MongoDB with a Node server and native driver (6:14)
Build A New Mongo Database To Track Site Visits with Mongoose
14-01a Question - Build Express client-server app with generator (1:20)
14-01b Build Express client-server app with generator (3:28)
14-02a Question - Build a Mongoose model in Express app (1:45)
14-02b Build a Mongoose model in Express app (3:36)
14-03a Question - Build MongoDB to track web hits (1:47)
14-03b Build MongoDB to track web hits (3:09)
Connect Express app to MongoDB collection
15-01a Question - Connect Express app to MongoDB collection (1:26)
15-01b Connect Express app to MongoDB collection (4:17)
15-02a Question - Update MongoDB collection with client and server (3:30)
15-02b Update MongoDB collection with client and server (4:59)
15-03a Question - Enable client to trigger change in MongoDB entry (1:51)
15-03b Enable client to trigger change in MongoDB entry (4:22)
14. Switch Statements
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock