Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 7 additions & 18 deletions pages/index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
---
authors: avivkeller
---

# Learn Node.js

Welcome to the Node.js learning resources. Whether you're just getting started or looking to deepen your knowledge, these guides cover everything from the basics to advanced topics.

- [Getting Started](/learn/getting-started/introduction-to-nodejs) — Install Node.js and write your first program
- [Command Line](/learn/command-line/run-nodejs-scripts-from-the-command-line) — Run scripts, use the REPL, and handle I/O
- [HTTP](/learn/http/anatomy-of-an-http-transaction) — Build web servers and work with HTTP
- [File System](/learn/manipulating-files/nodejs-file-stats) — Read, write, and manipulate files
- [Asynchronous Work](/learn/asynchronous-work/javascript-asynchronous-programming-and-callbacks) — Understand async patterns, promises, and the event loop
- [TypeScript](/learn/typescript/introduction) — Use TypeScript with Node.js
- [Package Management](/learn/getting-started/an-introduction-to-the-npm-package-manager) — Publish and manage packages
- [Diagnostics](/learn/diagnostics/user-journey) — Debug performance and memory issues
- [Testing](/learn/test-runner/introduction) — Write and run tests with the built-in test runner
- [Security](/learn/getting-started/security-best-practices) — Follow security best practices
npx create-expo-app sensi-ff
cd sensi-ff
npm start
App.js
npm install -g eas-cli
eas login
eas build -p android --profile preview
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Learn index replaced accidentally

High Severity

The published Learn hub at pages/index.md no longer describes Node.js learning resources. It was replaced with personal Expo/EAS shell commands (create-expo-app sensi-ff, eas build, etc.), so visitors to /learn lose the welcome text and topic links that route into the rest of the guides.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit eb7ee10. Configure here.

Loading