|
1 | 1 | # Node.js Help
|
2 | 2 |
|
3 | 3 | <p align="center">
|
4 |
| - <a href="https://nodejs.org/"> |
5 |
| - <img src="https://nodejs.org/static/logos/nodejsStackedDark.svg" width="200px"> |
6 |
| - </a> |
| 4 | + <picture> |
| 5 | + <source media="(prefers-color-scheme: dark)" srcset="https://nodejs.org/static/logos/nodejsStackedLight.svg"> |
| 6 | + <img src="https://nodejs.org/static/logos/nodejsStackedDark.svg" width="200px"> |
| 7 | + </picture> |
7 | 8 | </p>
|
8 | 9 |
|
9 | 10 | ## Welcome to Node.js Help!
|
@@ -54,38 +55,30 @@ To install Node.js, check out [this wiki](https://github.com/nodejs/help/wiki/In
|
54 | 55 | ## What to Ask:
|
55 | 56 |
|
56 | 57 | ### 1. Clear and Specific Questions:
|
57 |
| -- How can I achieve [specific task] in my Node.js application? |
58 |
| -- What is the best way to handle [specific problem] in Node.js? |
59 |
| -- Can someone help me understand how [specific feature] in Node.js works? |
| 58 | +- How can I achieve _\[specific task]_ in my Node.js application? |
| 59 | +- What is the best way to handle _\[specific problem]_ in Node.js? |
| 60 | +- Can someone help me understand how _\[specific feature]_ in Node.js works? |
60 | 61 |
|
61 | 62 | ### 2. Troubleshooting Questions:
|
62 |
| -- I'm encountering [specific error] when trying to [specific action]. How can I resolve this? |
63 |
| -- What could be causing [specific behavior] in my Node.js code? |
| 63 | +- I'm encountering _\[specific error]_ when trying to _\[specific action]_. How can I resolve this? |
| 64 | +- What could be causing _\[specific behavior]_ in my Node.js code? |
64 | 65 |
|
65 |
| -### 3. Code Review and Optimization: |
66 |
| -- Can someone review my Node.js code and provide feedback on how to optimize it? |
67 |
| -- What are some best practices for improving the performance of my Node.js application? |
68 |
| - |
69 |
| -### 4. Conceptual Questions: |
70 |
| -- Can someone explain the difference between [concept A] and [concept B] in Node.js? |
71 |
| -- How does [specific module or feature] in Node.js work under the hood? |
72 |
| - |
73 |
| -### 5. Seeking Recommendations: |
74 |
| -- What is the recommended package for handling [specific task] in Node.js? |
75 |
| -- Can anyone suggest a good tutorial or resource for learning about [specific topic] in Node.js? |
| 66 | +### 3. Conceptual Questions: |
| 67 | +- Can someone explain the difference between _\[concept A]_ and _\[concept B]_ in Node.js? |
| 68 | +- How does _\[specific module or feature]_ in Node.js work under the hood? |
76 | 69 |
|
77 | 70 | ## What NOT to Ask:
|
78 | 71 |
|
79 | 72 | ### 1. General Programming Questions:
|
80 | 73 | - How do I write a for loop in JavaScript?
|
81 |
| -- What is HTML and how does it work? |
| 74 | +- What is HTML, and how does it work? |
82 | 75 |
|
83 | 76 | ### 2. Personal Debugging:
|
84 |
| -- Can someone debug my entire Node.js project for me? |
| 77 | +- Would someone be able to debug my entire Node.js project for me? |
85 | 78 | - Why isn't my code working? (without providing any specific details or code snippets)
|
86 | 79 |
|
87 | 80 | ### 3. Unsupported or External Package Issues:
|
88 |
| -- I'm having trouble with a third-party package (not related to Node.js core). Can someone help? |
| 81 | +- I need help with a third-party package (not related to Node.js core). Can someone help? |
89 | 82 | - Why doesn't this external package work in my Node.js project?
|
90 | 83 |
|
91 | 84 | ### 4. Opinion-Based Questions:
|
@@ -122,11 +115,13 @@ console.log('happy coding!');
|
122 | 115 |
|
123 | 116 | ## Participate
|
124 | 117 |
|
125 |
| -You can participate by asking or answering open questions present in the [issues section](https://github.com/nodejs/help/issues). |
| 118 | +You can participate by asking or answering open questions in the [issues section](https://github.com/nodejs/help/issues). |
126 | 119 |
|
127 | 120 | ## External Links
|
128 | 121 |
|
129 | 122 | - [Node.js Official Website](https://nodejs.org/)
|
130 | 123 | - [Node.js Documentation](https://nodejs.org/docs/latest/api/)
|
131 | 124 | - [Node.js GitHub Repository](https://github.com/nodejs/node)
|
132 |
| -- [Node.js Slack](https://node-js.slack.com/) *([Get Invited](https://www.nodeslackers.com/))* |
| 125 | +- [Node.js Slack](https://node-js.slack.com/) *([join here](https://www.nodeslackers.com/))* |
| 126 | +- [#nodejs channel](https://openjs-foundation.slack.com/archives/CK9Q4MB53) on the OpenJS Foundation Slack *([join here](https://slack-invite.openjsf.org/))* |
| 127 | +- [#node.js channel on libera.chat](https://web.libera.chat?channels=node.js&uio=d4) |
0 commit comments