|
48 | 48 |
|
49 | 49 | | # | Status | Article | Primary Keyword | Est. Volume | Pillar | |
50 | 50 | | --- | ----------- | ----------------------------- | ---------------------- | ----------- | --------- | |
51 | | -| 13 | NOT STARTED | Type-stripping in Node.js | "node js typescript" | Growing | Modern | |
52 | | -| 14 | NOT STARTED | Node.js built-in test runner | "node js test runner" | 3,000+ | Modern | |
53 | | -| 15 | NOT STARTED | Import maps in Node.js | "node js import maps" | 1,000+ | Modern | |
54 | | -| 16 | NOT STARTED | Encrypting files with Node.js | "node js encrypt file" | 1,500+ | Core APIs | |
| 51 | +| 13 | NOT STARTED | Type-stripping in Node.js | "node js typescript" | Growing | Modern | |
| 52 | +| 14 | NOT STARTED | Node.js built-in test runner | "node js test runner" | 3,000+ | Modern | |
| 53 | +| 15 | NOT STARTED | Import maps in Node.js | "node js import maps" | 1,000+ | Modern | |
| 54 | +| 15b | NOT STARTED | Explicit Resource Management (`using` and `await using`) | "javascript using keyword" | Growing (2,000+) | Modern | |
| 55 | +| 16 | NOT STARTED | Encrypting files with Node.js | "node js encrypt file" | 1,500+ | Core APIs | |
55 | 56 |
|
56 | 57 | ### Month 9-10: Security |
57 | 58 |
|
@@ -123,6 +124,12 @@ Path Traversal Security (NEW) |
123 | 124 | └── links to → Secure File Uploads (future) |
124 | 125 | └── links to → OWASP Top 10 for Node.js (future) |
125 | 126 |
|
| 127 | +Explicit Resource Management (using/await using) |
| 128 | + └── links to → Reading/Writing Files (existing) |
| 129 | + └── links to → Stream Consumer (existing) |
| 130 | + └── links to → Async Iterators (existing) |
| 131 | + └── links to → Event Emitter (future) |
| 132 | +
|
126 | 133 | Security Cluster (future) |
127 | 134 | └── Path Traversal Security (hub for file security) |
128 | 135 | └── Input Validation |
@@ -155,3 +162,6 @@ Security Cluster (future) |
155 | 162 | - **Security content** differentiates us from typical tutorial sites and builds trust/authority |
156 | 163 | - Path traversal article targets developers building file servers, image handlers, and upload systems |
157 | 164 | - Security topics have strong CVE/news hooks for promotion and backlinks |
| 165 | +- `using`/`await using` (Explicit Resource Management) is TC39 Stage 3, in Node.js 20.4+. |
| 166 | + Most coverage is TypeScript-focused — opportunity for a Node.js-specific deep dive that |
| 167 | + ties naturally to the design patterns theme |
0 commit comments