Booking options
£18.99
£18.99
On-Demand course
13 hours 42 minutes
All levels
NodeJS allows you to build complex and powerful applications quickly and easily, writing JavaScript code. It also allows you to use JavaScript for web applications with flexibility for a wide range of different purposes. Learn about MongoDB as a database and how to build it as well as Express as a framework to build web apps on top of Node.js.
This course is split into 7 sections; section 1 is a fast-paced quick introduction to NodeJS and how you start using NodeJS. We discuss what NodeJS is and that it is not a programming language like JavaScript but an interpreter and environment for JavaScript. Moving further with section 2, we explore the fundamentals of JavaScript and writing JavaScript code within the Node. It is loaded with examples about the basics of coding JavaScript . As Node uses JavaScript code, this section will provide a refresher and quick overview of JavaScript, and is designed to cover core JavaScript required for the upcoming sections and writing Node. JavaScript asynchronous programming explains asynchrony in computer programming, refers to the occurrence of events independent of the main program flow and ways to deal with such events, and shows how to add callbacks that run once a stack is complete. Each module in NodeJS has its own context and cannot interfere with other modules. Modules are like libraries that you can include in your application. Node.js has a set of built-in modules you can use without any further installation, such as http, fs, path, and url. Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. Explore how to set up a web application quickly with Express. All resources and code files are present at: https://github.com/PacktPublishing/NodeJS-MongoDB-Express---Beginner-to-Intermediate-JavaScript-
Build apps with NodeJS, Express, MongoDB
Apply JavaScript NodeJS to create applications
Create command-line apps
Install and set up NodeJS
Connect to MongoDB with Node
Learn the fundamentals of JavaScript
To take this course, you will need to have some knowledge of Object-Oriented Programming, if not C#. Even if you do not have much exposure to the .NET development stack, this course is very beginner-friendly and chock-full of development tips.
This course is ideal for anyone who wants to learn more about NodeJS, and for JavaScript developers and web developers.
This course has over 10 hours of premium content, but smartly broken up to highlight a set of related activities based on each module in the application that is being built. We will also look at troubleshooting and debugging errors as we go along; implementing best practices, writing efficient logic, and understanding why developers do things the way they do.
Set up MongoDB in the cloud to connect using NodeJS * Learn how you can create your own module locally * Learn how to send data from a front-end form to Node Express to output to the terminal
https://github.com/PacktPublishing/NodeJS-MongoDB-Express---Beginner-to-Intermediate-JavaScript-
Laurence Svekis is an experienced web application developer. He has worked on multiple enterprise-level applications, hundreds of websites, business solutions, and many unique and innovative web applications. He has expertise in HTML, CSS, JavaScript, jQuery, Bootstrap, PHP, and MySQL and is also passionate about web technologies, web application development, programming, and online marketing with a strong focus on social media and SEO. He is always willing to help his students experience what technology has to offer and looks forward to sharing his knowledge and experiences with the world.
1. Introduction to NodeJS MongoDB Express Beginner to Intermediate JavaScript
1. Introduction to NodeJS MongoDB Express Beginner to Intermediate JavaScript This video introduces you to the course and what it covers. |
2. Introduction to Installation and Setup of Node
1. Section Introduction to Installation and Setup of Node This video explains the installation and setup of Node. |
2. What is Node Setup Dev Environment This video explains the Node setup dev environment. |
3. Visual Studio Code Terminal Ready This video explains the visual studio code terminal. |
4. Create a Node File and Run It This video explains how to create a Node file and run it. |
5. What is Node and How it Works This video explains what Node is and how it works. |
6. NodeJS Resources This video explains NodeJS resources. |
7. Working with NodeJS This video explains working with NodeJS. |
8. NodeJS REPL This video explains NodeJS REPL. |
9. Common Node Examples This video explains common Node examples. |
10. Node Process Object This video explains Node process object. |
11. Use Node Packages - NodeMon This video explains how to use Node packages - NodeMon. |
12. Command Line and Console This video explains command line and console. |
3. JavaScript Fundamentals: Quick Review of JavaScript Coding
1. JavaScript Fundamentals: Quick Review of JavaScript Coding This video explains JavaScript fundamentals and a quick review of JavaScript coding. |
2. Variables and Data Types This video explains variables and data types. |
3. JavaScript Variables and Data Types This video explains JavaScript variables and data types. |
4. Arrays, Objects, Data Types This video explains arrays, objects, and data types. |
5. Introduction to JavaScript Functions This video introduces JavaScript functions. |
6. JavaScript Functions and Advanced Features This video explains JavaScript functions and advanced features. |
7. More Functions: Modern Functions Examples This video explains more functions: modern functions examples. |
8. JavaScript Closure Example This video explains a JavaScript closure example. |
9. JavaScript Operators This video explains JavaScript operators. |
10. More JavaScript Operators Examples This video provides a few more examples of JavaScript operators. |
11. Conditions Truthy and Falsey This video explains conditions Truthy and Falsey. |
12. Ternary Operator This video explains Ternary operator. |
13. JavaScript Switch Statement This video explains JavaScript switch statement. |
14. JavaScript Loop For Do While This video explains JavaScript Loop For Do While. |
15. JavaScript Objects This video explains JavaScript objects. |
16. JavaScript Object Methods This video explains JavaScript object methods. |
17. JavaScript Array Introduction This video explains JavaScript array introduction. |
18. JavaScript Update Array This video explains JavaScript update array. |
19. JavaScript Delete and Add to an Array This video explains how to delete and add to an array. |
20. Common JavaScript Array Methods This video explains common JavaScript array methods. |
21. More JavaScript Array Methods This video explains more JavaScript array methods. |
22. Array Method Update Array This video explains how to update an array. |
23. JavaScript Empty Array Map Method This video explains JavaScript empty array map method. |
24. Array Iteration and Object Values This video explains array iteration and object values. |
25. JavaScript Template Literals This video explains JavaScript template literals. |
26. JavaScript Math Method This video explains JavaScript math method. |
27. JavaScript Date Method This video explains JavaScript date method. |
28. JavaScript Asynchronous Callback Examples This video explains JavaScript asynchronous callback examples. |
29. JavaScript Node Timers Global This video explains JavaScript Node timers global. |
30. JavaScript Promises This video explains JavaScript promises. |
31. JavaScript Try and Catch Debugging This video explains JavaScript try and catch debugging. |
32. JavaScript Async and Await This video explains async and await concepts in JavaScript. |
4. JavaScript Asynchronous programming
1. JavaScript Asynchronous programming This video explains JavaScript asynchronous programming. |
2. Callbacks Stack and Queue This video explains callbacks stack and queue. |
3. Stack and Queue Examples This video covers stack and queue examples. |
4. Callback example in JavaScript This video shows a callback example in JavaScript. |
5. Calls Event Loops Job Function This video explains calls, event loops, and job function. |
6. Event Loop Example Recursive Function This video reviews event loop example recursive function. |
7. Job Queue Event Loop Function Execution This video explains job queue event loop function execution. |
8. Call Stack Output Order Examples This video explains call stack output order examples. |
9. JavaScript Promises This video covers JavaScript promises. |
10. Node Process Object Terminal Input Output This video explains Node process object terminal input output. |
11. Node Event EventEmitter This video explains Node event EventEmitter. |
12. Set Up Node Events This video reviews setting up Node events. |
5. Node Modules NPM
1. Node Modules NPM This video introduces you to the section. |
2. Node Modules This video explains Node modules. |
3. Node Modules Types This video explains Node modules types. |
4. Local Node Modules This video introduces you to local Node modules. |
5. Local Node Modules Exports Class This video further explains local Node modules exports class. |
6. Core Modules HTTP Web Server Setup This video reviews core modules HTTP web server setup. |
7. Make a Folder Filesystem This video introduces you to make a folder filesystem. |
8. Node Filesystem Examples This video explains Node filesystem examples. |
9. Update the Contents of a File This video explains how to update the contents of a file. |
10. Delete Files Using the Filesystem This video shows how to delete files using the filesystem. |
11. Rename Files Using Node This video reviews renaming files using Node. |
12. Filesystem Stats This video introduces you to filesystem stats. |
13. Reading Files FS Module This video explains reading files FS module. |
14. File and Folder Paths This video explains file and folder paths. |
15. Node Package Package.json Fetch This video introduces you to the Node package, Package.json Fetch. |
16. Node Package Manager Module This video further explains Node package manager module. |
17. Node Buffers This video reviews the Node buffers. |
18. Errors Throw Try and Catch This video introduces you to errors throw, try and catch functions. |
6. Node Web Application with Express
1. Node Web Application with Express This video introduces you to a Node web application with Express. |
2. Express Setup This video explains the Express setup. |
3. Serving Files with Express Framework This video further explains serving files with the Express framework. |
4. Express Routing This video introduces you to Express routing. |
5. Multiple CallBack Functions This video explains multiple CallBack functions. |
6. Express Route Handler GET This video reviews Express route handler GET. |
7. Express Route POST This video introduces you to Express route POST. |
8. Express Route Update Delete This video explains Express route update delete. |
9. JSON Data POST Values This video explains JSON data POST values. |
10. Output JSON URL Params This video introduces you to output JSON URL params. |
11. MiddleWare POST with bodyParser This video explains MiddleWare POST with bodyParser. |
12. Express Routes Router This video explains Express routes router. |
13. Express Application Generator This video reviews the Express application generator. |
7. MongoDB with Front-End Web Page Interaction Using Node and Express
1. MongoDB with Front-End Web Page Interaction Using Node and Express This video introduces you to MongoDB with front-end web page interaction using Node and Express. |
2. Setup: Get Started with MongoDB This video explains how to get started with MongoDB. |
3. Create MongoDB in the Cloud This video explains how to create MongoDB in the cloud. |
4. Connect and Create MongoDB This video introduces you to connect and create MongoDB. |
5. Create Collection of Data This video explains how to create a collection of data. |
6. WebPage App to Database Setup This video explains WebPage app to database setup. |
7. WebPage AJAX to Endpoint This video introduces you to WebPage AJAX to endpoint. |
8. AJAX Post Setup to Database This video explains AJAX POST setup to database. |
9. AJAX GET Mongo Data This video explains AJAX GET Mongo data. |
10. Dynamic Page Elements AJAX This video introduces you to dynamic page elements AJAX. |
11. Find Matches from MongoDB Get This video explains find matches from MongoDB Get. |
12. Update MongoDB Data This video explains how to update MongoDB data. |
13. Delete Remove Data from MongoDB with AJAX This video introduces you to delete remove data from MongoDB with AJAX. |
14. More with MongoDB Documents and Coding This video explains more about MongoDB documents and coding. |