Skip to content

Commit

Permalink
Add node.js skills
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov authored and bohdanbulakh committed Jan 29, 2024
1 parent 7cb8d37 commit 518d720
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Skills/NodeJS.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,24 @@
- Node.js single executable
- Stream back pressure
- SharedArrayBuffer
- worker_threads
- child_process
- Module `node:worker_threads`
- Module `node:child_process`
- MessageChannel, MessagePort
- BroadcastChannel
- Generating crypto random UUID
- Module `node:url` vs new URL
- Module `node:url` vs `new URL`
- Module `node:assert`
- Internationalization
- Blob, File, Buffer, module `node:buffer`
- Module `node:zlib`
- Network
- IP sticky sessions
- Endpoint throttling
- ALPN
- SNI callback
- SSL certificates
- Protocol agnostic approach
- Fetch API
- IncomingMessage
- HTTP(S)
- TCP/SSL
- UDP
Expand All @@ -81,15 +86,10 @@
- Path traversal
- CSRF
- DNS
- Fetch API
- IncomingMessage
- SQL injection
- noDelay
- keep-alive
- ALPN
- SNI callback
- SSL certificates
- Protocol agnostic approach
- IP sticky sessions
- Technique and tools
- Native test runner
- Logging
Expand All @@ -113,6 +113,7 @@
- Active record
- Query builder
- Object-Relational Mapping
- CRUD
- Error handling and debugging
- Error
- error.cause
Expand Down

0 comments on commit 518d720

Please sign in to comment.