Book Image

Server-side Programming with Node.js for Beginners [Video]

By : Mohammad Hunan Chughtai
Book Image

Server-side Programming with Node.js for Beginners [Video]

By: Mohammad Hunan Chughtai

Overview of this book

<p>Node.js is a performance efficient server-side platform which makes writing backend code, simple and fun. According to the 2016 Stack Overflow Survey, Front-End developers worldwide that know Node.js, make more than their counterparts with a median salary of $95,000 USD per year. Through this course, we will learn how to create dynamic web applications using Node.js,Express.js, and MongoDB. This course is perfect for you if you are a front-end developer looking to code full stack applications in a language you already know, Javascript or you are a backend developer looking for a more efficient solution, or for beginners looking to learn the basics of coding robust server side applications.</p> <h1>Style and Approach</h1> <p>The course will begin with an introduction to node.js where developers will learn how the technology works, and then we will learn the practical aspect of coding with node.js and express.js and connecting to MongoDB, a popular JSON database, focusing on creating and deploying powerful, dynamic web applications and APIs.</p>
Table of Contents (6 chapters)
Chapter 5
JSON Databases
Content Locked
Section 3
Updating and Deleting Data in MongoDB
In this video, we will learn how to update and delete data in MongoDB. - Discuss documents in MongoDB - Update a document - Delete a document