|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/nodejs-tutorial-and-projects-course/
课程评论:没有评论
**Coursera 课程内容总结: Node.js 教程与项目实战** 本课程是关于 Node.js 的全面入门与实践教程。 **核心内容** * **Node.js 介绍:** 课程首先解释了 Node.js 是什么,它是一个在浏览器外部运行 JavaScript 的环境。Node.js 基于 Chrome 的 V8 JavaScript 引擎,于 2009 年创建。 * **Node.js 的优势:** 重点突出了 Node.js 的两大优势: * **庞大的社区:** 极大地加速了功能开发。 * **全栈开发:** 使用 JavaScript 即可同时开发前端和后端,简化了开发流程。 * **主要技术栈:** 课程将涵盖以下核心技术: * Node.js * Express.js * MongoDB * Mongoose * JWT (JSON Web Tokens) * 以及其他辅助技术。 **课程结构与项目实战** 课程内容涵盖了从基础教程到一系列实际项目,具体包括: * **Node.js 教程** * **Express.js 教程** * **项目实战:** * 任务管理器 API (Task Manager API) * 商店 API (Store API) * JWT 基础 (JWT Basics) * 职位招聘 API (Jobs API) * 文件上传 (File Upload) * 邮件发送 (Send Email) * Stripe 支付 (Stripe Payment) * 电子商务 API (E-Commerce API) * 邮件工作流 (Email Workflow) 本课程旨在帮助学员掌握 Node.js 的开发技能,并通过实际项目应用所学知识,构建功能丰富的 Web 应用程序。
Welcome to NodeJS Tutorial and Projects Course.I guess let's start by answering the most pressing question first. What is a NodeJS? And even though there are plenty of good answers out there the one that I like the most is this one - "NodeJS is an environment to run Javascript outside of the Browser". NodeJS was created in 2009 and it's built on top of Chrome's V8 Javascript Engine. As you are probably aware of, every browser has an engine, a tool that compiles our code down to machine code and Chrome uses one by the name of V8. Since the moment it was created, Node has evolved tremendously, and while there are many things to like about Node, some of the main ones are - large community, since that tremendously saves time on feature development, as well as the fact that with the help of Node, it's never been easier to build Full-Stack Apps, since both Front-End And Back-End are built in one language, and you guessed that language is our beloved Javascript. During the course we will cover following main technologies - NodeJS, ExpressJS, MongoDB, Mongoose, JWT and many smaller ones as well. Course consists of - Node Tutorial- Express Tutorial- Projects- Task Manager API- Store API- JWT Basics- Jobs API- File Upload- Send Email- Stripe Payment- E-Commerce API- Email Workflow