-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ar: translation for "docs/guides/index.md" (#2139)
Arabic translation for 'docs/guides/index.md'.
- Loading branch information
1 parent
4f54f4c
commit 635d23e
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: الإرشادات | ||
layout: docs.hbs | ||
--- | ||
|
||
# الإرشادات | ||
|
||
## عام | ||
|
||
- [دليل البدء](getting-started-guide/) | ||
- [التنقيح - البدء](debugging-getting-started/) | ||
- [ سهل التنميط من أجل تطبيقات Node.js](simple-profiling/) | ||
- [عمل دوكر على تطبيق ويب Node.js](nodejs-docker-webapp/) | ||
- [ترحيل إلى منشئات Buffer آمنة](buffer-constructor-deprecation/) | ||
|
||
|
||
## المفاهيم الأساسية في الـ Node.js | ||
|
||
|
||
- [ مقارنة عامة بين Blocking و Non-Blocking](blocking-vs-non-blocking/) | ||
- [ الـ Node.js حلقة التكرارية، المؤقتات و process.nextTick() ](event-loop-timers-and-nexttick/) | ||
- [لا تعرقل الحلقة التكرارية (أو يحشد العمل)](dont-block-the-event-loop/) | ||
- [مؤقتات في Node.js](timers-in-node/) | ||
|
||
|
||
|
||
## الأدلة لوحدة المتعلقة | ||
|
||
- [التشريح لمعاملات HTTP](anatomy-of-an-http-transaction/) | ||
- [العمل مع مختلف أنظمة الملفات](working-with-different-filesystems/) | ||
- [الضغط الخلفي في القنوات](backpressuring-in-streams/) | ||
- [مِقْيَاسُ مَجَال تحليل](domain-postmortem/) | ||
- [كيفية نشر حزمة N-API](publishing-napi-modules/) | ||
- [استقرارية ABI](abi-stability/) |