コース概要
Intro to Node.js
- RAM vs. I/O latency
- Blocking vs. Non-Blocking
- Event-driven Programming
- Event Loop
- Blocking The Event Loop
- Node.js Philosophy
Node.js Platform Setup
- Download and Install
- Node REPL
- First Hello World
Modules and npm
- Anatomy of a module
- Private code
- Accessing and using modules
- npm commands
- package.json
The Callback Pattern
- What are callbacks
- Callback-last
- Error-first
Events
- When to use Event Emitters
- Binding Functions to Events
- Event Requests
- Event Listening
Error Handling
- Callbacks: Error-first
- Errors in Event Emitters
- Uncaught Exceptions
- Using Domains
Buffers
- Why Buffers exist
- Creating Buffers
- Reading and Writing Buffers
- Manipulating Buffers
Streams
- What are streams
- Read and Write Stream API
- Flow Control
- Piping
- Duplex Stream
- Transform Stream
Express.js
- Intro and Installing Express.js
- Building a Hello Express application
- Creating routes
- Rendering Layouts
- Using templates
- Adding partials
- Using locals and conditional templates
- Modularizing routes
Socket.io
- Listening for
- Broadcasting
- Answering questions
Connecting to Databases
- No SQL and Document Stores
- Relational DBs
- Configuration and platform setup
- CRUD Operations
要求
Students taking this course should have JavaScript programming experience.
お客様の声 (7)
興味深いトピックと、javascript/typescript/nodejs/ のさまざまなニュアンスに触れることを楽しみました。
John - BMW SA
コース - Node.js for JavaScript Developers
Machine Translated
プラットフォーム
Shaun Mbhiza - BMW SA
コース - Node.js for JavaScript Developers
Machine Translated
実践的な演習
Daniel - BMW SA
コース - Node.js for JavaScript Developers
Machine Translated
これほどインタラクティブでコード量が多いとは知りませんでしたが、これが気に入っていて、学習がより楽しく効果的になると思いました。
Ryan - BMW SA
コース - Node.js for JavaScript Developers
Machine Translated
彼のユーモアと個性
Karabo Mphahlele - BMW SA
コース - Node.js for JavaScript Developers
Machine Translated
実際の例
Werner - BMW SA
コース - Node.js for JavaScript Developers
Machine Translated
I was benefit from doing the exercises to understand nodejs concepts.