Node JS API Development for Beginners

Learn Node JS API Development from absolute scratch. This course is for complete beginners getting started guide!

4.62 (7085 reviews)
Udemy
platform
English
language
Web Development
category
instructor
Node JS API Development for Beginners
116,359
students
3 hours
content
May 2022
last update
FREE
regular price

What you will learn

Learn Node JS Fundamentals

Learn Modern JavaScript

Why take this course?

Welcome to learn Node JS API development for absolute beginners. In this course you will learn the core fundamentals of Node JS so that you can start building API using Node JS.


In this course, you will learn Modern JavaScript, Node JS event loop, Asynchronous programming, using node modules, npm modules and creating your own modules, creating server, connect to database and sending json responses.


So if you are ready to learn Node JS, which is one of the most exciting technology of recent time, please enroll into this course.

Screenshots

Node JS API Development for Beginners - Screenshot_01Node JS API Development for Beginners - Screenshot_02Node JS API Development for Beginners - Screenshot_03Node JS API Development for Beginners - Screenshot_04

Reviews

Marmik
March 11, 2024
Do not underrate or underestimate this course with big names out there on udemy or YT. this course taught us whats actually required and feels like its designed to make real world programmers, it covers basics well to advance
Amit
January 18, 2024
syntax for code is deprecated and MongoDB UI is very different now than what is taught in lectures. ex: i have to replace `createPost` code in lecture for `exports.createPost = (req, res) => { const post = new Post(req.body); post.save((err, result) => { if (err) { return res.status(); } }); };` with below lines . I have to use this syntax for : `exports.createPost = async (req, res) => { try { const post = new Post(req.body); const result = await post.save(); res.status(201).json(result); } catch (error) { res.status(500).json({ error: error.message }); } };`
Tomas
October 6, 2023
It's very good at explaining the concepts and also easy to understand, because when he finishes the lesson, he proceeds to demonstrate it accurately.
Pusiol
September 21, 2023
Creo que màs que un curso es un tutorial de lo basico de nodejs, y se queda en el camino... no por ser gratuito debería ser así. El profesor si bien tiene conocimento del tema, no explica mucho y prácticamente no fundamenta nada, además de ir muy rápido. Su inglés es bueno pero su pronunciación muy mala y los subtítulos en inglés (generados automáticamente) lo reflejan... es extremadamente difícil seguirlo.
Mark
September 17, 2023
I thought this was an outstanding course. As someone who is from a client/server background getting up to speed on the web technologies, this fit the bill perfectly. Concise, complete, to the point with no fluff, no frills. Now I have a foundation to build upon. Some have complained this course isn't as current as they would like. Maybe so, but this is targeted toward someone who is a beginner in this arena. In my case it was just what I needed. Thanks, and well done!
Albert
September 11, 2023
for now, its exactly what I'm after. I have done a javascript refresher course yesterday and today this to get up to speed with nodejs
Jobin
August 27, 2023
nice and easy some depricated errors are happening I think content needs an update based on current versions
FURKAN
June 14, 2023
- Very old mongo topics discussion - Node and system setup is very old, so don't west time with this syllabus
Emiliano
April 19, 2023
The subtitles are quite poor, and the delivery from the instructor feels weak. However, the content feels complete and well enough explained.
Adam
January 16, 2023
This is an excellent course. He assumes relatively little, in terms of previous coding experience. The modules are excellently crafted to only present a single idea or concept (at least up until this point). He does move a little quickly, but I appreciate that.
Mit
December 28, 2022
Explains the things is perfect manner and videos are short and sweet... Please make more free courses if possible...
Vladimir
December 20, 2022
This is a fantastic course for beginners. They go over fundamentals of Node very gradually so it is very easy to follow and understand the very core of Node.
Gerard
December 7, 2022
Great course but it started to get confusing at the end. Wish he could have explained more of the code documentation and why he structured the code the way he did it left me a bit confused and made it harder to follow.
Syed
December 6, 2022
Starting was so good, I am sure the Instructor will make it smooth till the end... :) Great explanation, high quality, to-the-point examples. Enjoying it.
Nirjhar
November 12, 2022
For a free course it is excellent for beginners who want to learn Node JS. The option to download the code should have been given - one star less for that reason

Charts

Price

Node JS API Development for Beginners - Price chart

Rating

Node JS API Development for Beginners - Ratings chart

Enrollment distribution

Node JS API Development for Beginners - Distribution chart

Related Topics

2222850
udemy ID
2/16/2019
course created date
11/6/2019
course indexed date
Bot
course submited by