Skip to content

Commit

Permalink
Merge pull request jwasham#968 from medaminefh/medaminefh
Browse files Browse the repository at this point in the history
Fix some broken links
  • Loading branch information
jwasham authored Sep 16, 2021
2 parents 812ac41 + d349fbc commit e3f1618
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions translations/README-ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,17 @@

## الفهرس

- [كيفية استخدامها](#how-to-use-it)
- [لماذا استخدمه؟](#why-use-it)
- [كيفية استخدامها](#how-to-use-it)
- [عن مصادر مقاطع الفديو](#about-video-resources)
- [مراحل المقابلة الشخصية & الإستعداد العام للمقابلة](#interview-process--general-interview-prep)
- [اختر لغة برمجية واحدة للمقابلة البرمجية](#pick-one-language-for-the-interview)
- [لائحة الكتب](#book-list)
- [قبل أن تبدأ](#before-you-get-started)
- [ما لن تجده هنا](#what-you-wont-see-covered)
- [الخطة اليومية](#the-daily-plan)
- [معرفة مسبقة](#prerequisite-knowledge)
- [ما هذا؟](#ما-هذا؟)
- [لماذا استخدمه؟](#لماذا-استخدمه؟)
- [كيفية استخدامها](#كيفية-استخدامها)
- [عن مصادر مقاطع الفديو](#عن-مصادر-مقاطع-الفديو)
- [مراحل المقابلة الشخصية & الإستعداد العام للمقابلة](#مراحل-المقابلة-الشخصية-و-الإستعداد-العام-للمقابلة)
- [اختر لغة برمجية واحدة للمقابلة البرمجية](#اختر-لغة-برمجية-واحدة-للمقابلة-البرمجية)
- [لائحة الكتب](#لائحة-الكتب)
- [قبل البدء](#قبل-البدء)
- [ما لن تجده هنا](#ما-لن-تجده-هنا)
- [الخطة اليومية](#الخطة-اليومية)
- [معرفة مسبقة](#المعرفة-المسبقة)
- [Algorithmic complexity / Big-O / Asymptotic analysis](#algorithmic-complexity--big-o--asymptotic-analysis)
- [Data Structures](#data-structures)
- [Arrays](#arrays)
Expand Down Expand Up @@ -266,7 +266,7 @@
- [It's Dangerous to Go Alone: Battling the Invisible Monsters in Tech](https://www.youtube.com/watch?v=1i8ylq4j_EY)


## عن مصادر الفديو
## عن مصادر مقاطع الفديو

بعض الفديوهات متاحة فقط عن طريق الاشتراك في كورسيرا "Coursera"، إيدكس "Edx" أو ليندا "Lynda.com". يطلق عليهم موكس"MOOCS".
بعض الأحيان الدروس ليست متاحة في كل الأوقات لذلك عليك الانتظار عدة أشهر حتى تكون متاحة للالتحاق بها. دروس ليندا "Lynda" ليست مجانية.
Expand All @@ -276,7 +276,7 @@
أفضل استخدام مصادر الجامعات.


## مراحل المقابلة الشخصية & الإستعداد العام للمقابلة
## مراحل المقابلة الشخصية و الإستعداد العام للمقابلة

- [ ] [How to Pass the Engineering Interview in 2021](https://davidbyttow.medium.com/how-to-pass-the-engineering-interview-in-2021-45f1b389a1)
- [ ] [Whiteboarding](https://medium.com/@dpup/whiteboarding-4df873dbba2e#.hf6jn45g1)
Expand Down Expand Up @@ -330,7 +330,7 @@

You'll see some C, C++, and Python learning included below, because I'm learning. There are a few books involved, see the bottom.

## قائمة الكتب
## لائحة الكتب

هذه قائمة من العناصر التي استحدمتها. تم اختصارها للمحافظة على الكتب.

Expand Down Expand Up @@ -440,7 +440,7 @@ It's user-friendly, available on all platforms and has a cloud sync system. It c

My flashcard database in Anki format: https://ankiweb.net/shared/info/25173560 (thanks [@xiewenya](https://github.com/xiewenya)).

### 3. Start doing coding interview questions while you're learning data structures and algorithms
### 3. ابدأ في إجراء أسئلة المقابلة بينما تتعلم هياكل البيانات والخوارزميات

You need to apply what you're learning to solving problems, or you'll forget. I made this mistake. Once you've learned a topic,
and feel comfortable with it, like linked lists, open one of the coding interview books and do a couple of questions regarding
Expand All @@ -449,26 +449,26 @@ or recursion problem, or whatever. But keep doing problems while you're learning
but how you apply the knowledge. There are several books and sites I recommend.
See here for more: [Coding Question Practice](#coding-question-practice).

### 4. Review, review, review
### 4. المراجعة ,المراجعة, المراجعة

I keep a set of cheat sheets on ASCII, OSI stack, Big-O notations, and more. I study them when I have some spare time.

Take a break from programming problems for a half hour and go through your flashcards.

### 5. Focus
### 5. ركز

There are a lot of distractions that can take up valuable time. Focus and concentration are hard. Turn on some music
without lyrics and you'll be able to focus pretty well.

## What you won't see covered
## ما لن تجده هنا

These are prevalent technologies but not part of this study plan:

- SQL
- Javascript
- HTML, CSS, and other front-end technologies

## The Daily Plan
## الخطة اليومية

Some subjects take one day, and some will take multiple days. Some are just learning with nothing to implement.

Expand Down Expand Up @@ -498,7 +498,7 @@ You don't need to memorize the guts of every algorithm.

Write code on a whiteboard or paper, not a computer. Test with some sample inputs. Then test it out on a computer.

## Prerequisite Knowledge
## المعرفة المسبقة

- [ ] **Learn C**
- C is everywhere. You'll see examples in books, lectures, videos, *everywhere* while you're studying
Expand Down

0 comments on commit e3f1618

Please sign in to comment.