We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish one blog post per topic in two week. | 每两周更新一篇关于 Node.js 和 TypeScript 的博客(以自己的理解)
Review Node.js Core Modules:
fs
http
path
events
Node.js Global Objects:
process
Buffer
Asynchronous Programming in Node.js:
Basic TypeScript Concepts:
Advanced TypeScript Features:
TypeScript Configuration and Tooling:
tsconfig.json
Building a RESTful API:
Testing Node.js and TypeScript Code:
Performance and Debugging:
The text was updated successfully, but these errors were encountered:
niracler
No branches or pull requests
Summary
Publish one blog post per topic in two week. | 每两周更新一篇关于 Node.js 和 TypeScript 的博客(以自己的理解)
TODOList
Step 1: Node.js Basics (1-2 weeks)
Review Node.js Core Modules:
fs
,http
,path
, andevents
modules.Node.js Global Objects:
process
andBuffer
.process
APIs to handle environment variables.Asynchronous Programming in Node.js:
Step 2: TypeScript Fundamentals (1-2 weeks)
Basic TypeScript Concepts:
Advanced TypeScript Features:
TypeScript Configuration and Tooling:
tsconfig.json
options and their effects.Step 3: Intersection of Node.js and TypeScript (1-2 weeks)
Building a RESTful API:
Testing Node.js and TypeScript Code:
Performance and Debugging:
Books & Resources
The text was updated successfully, but these errors were encountered: