Skip to content

Commit 094e75f

Browse files
committed
add intro to nodejs section
1 parent 5a2f6ff commit 094e75f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/academy/node_js.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Node.js tutorials
3-
description: description
3+
description: A collection of various different Node.js tutorials ranging from scraping sitemaps to optimizing your Puppeteer scraper.
44
menuWeight: 14
55
category: tutorials
66
paths:
@@ -9,4 +9,8 @@ paths:
99

1010
# Node.js Tutorials 💻📚
1111

12-
<!-- something -->
12+
This section contains various web-scraping or web-scraping related tutorials for Node.js. Whether you're trying to scrape from a website with sitemaps, struggling with a dynamic page, want to optimize your slow Puppeteer scraper, or just need some general tips for scraping in Node.js, this section is right for you.
13+
14+
## First up
15+
16+
In the first tutorial of this section, we discuss something that will always prove to be helpful to you regardless of where you are in your programming journey - [how to analyze errors and fix them]({{@link node_js/analyzing_pages_and_fixing_errors.md}}).

0 commit comments

Comments
 (0)