mirror of
https://github.com/ElemeFE/node-interview.git
synced 2026-01-25 16:46:33 +00:00
Movition
Guide
Basic
It's much more diff between frontend and backend.
[Basic]Type judgment[Basic]Scope[Basic]Reference[Basic]Memory release[Basic]ES6+ featrues
Common Problem
Module
[Basic]Module[Basic]Hotfix[Basic]Context[Basic]Package Manager
Common Problem
Event & Async
[Basic]Promise[Doc]Events[Doc]Timers[Point]Blocking & Non-blocking[Point]Parallel & Concurrent
Common Problem
Process
[Doc]Process[Doc]Child Processes[Doc]Cluster[Basic]IPC[Basic]Daemon
Common Problem
IO
[Doc]Buffer[Doc]String Decoder[Doc]Stream[Doc]Console[Doc]File System[Doc]Readline[Doc]REPL
Common Problem
Network
[Doc]Net[Doc]UDP/Datagram[Doc]HTTP[Doc]DNS[Doc]ZLIB[Point]RPC
Common Problem
OS
[Doc]TTY[Doc]OS[Doc]Command Line Options[Basic]Load[Point]CheckList[Basic]Indicators
Common Problem
Error & Debug
[Doc]Errors[Doc]Domain[Doc]Debugger[Doc]C/C++ Addon[Doc]V8[Point]Memory snapshot[Point]CPU Profilling
Common Problem
Test
[Basic]Methods[Basic]Unit Test[Basic]Benchmarks[Basic]Integration Test[Basic]Pressure Test[Doc]Assert
Common Problem
Util
[Doc]URL[Doc]Query Strings[Doc]Utilities[Basic]Regex
Common Problem
Storage
[Point]Sql[Point]NoSql[Point]Cache[Point]Consistency
Common Problem
Security
[Doc]Crypto[Doc]TLS/SSL[Doc]HTTPS[Point]XSS[Point]CSRF[Point]MITM[Point]Sql/Nosql Injection
Common Problem
