10000 translated some part of README en-uk by tzask · Pull Request #299 · jwasham/coding-interview-university · GitHub
[go: up one dir, main page]

Skip to content

translated some part of README en-uk #299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
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
48 changes: 24 additions & 24 deletions translations/README-uk.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Original: [англійською](README.md)
- [Чому це використовувати?](#Чому-це-використовувати)
- [Як це використовувати](#Як-це-використовувати)
- [Не почувайтесь недостатньо розумними](#Не-почувайтесь-недостатньо-розумними)
- [Про відео-ресурси](#about-video-resources)
- [Interview Process & General Interview Prep](#interview-process--general-interview-prep)
- [Pick One Language for the Interview](#pick-one-language-for-the-interview)
- [Book List](#book-list)
- [Про відео-ресурси](#Про-відео-ресурси)
- [Процес інтерв'ю та загальна підготовка до нього](#Процес-інтервю-та-загальна-підготовка-до-нього)
- [Обери одну мову для інтерв'ю](#Обери-одну-мову-для-інтервю)
- [Список книг](#Список-книг)
- [Before you Get Started](#before-you-get-started)
- [What you Won't See Covered](#what-you-wont-see-covered)
- [Prerequisite Knowledge](#prerequisite-knowledge)
Expand Down Expand Up @@ -188,20 +188,20 @@ Original: [англійською](README.md)
[Більше про Github розмітку](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)

## Не почувайтесь недостатньо розумними
- Successful software engineers are smart, but many have an insecurity that they aren't smart enough.
- [The myth of the Genius Programmer](https://www.youtube.com/watch?v=0SARbwvhupQ)
- [It's Dangerous to Go Alone: Battling the Invisible Monsters in Tech](https://www.youtube.com/watch?v=1i8ylq4j_EY)
- Успішні розробники програмного забезпечення розумні, але багато з них мають думку, що вони недостатньо досвідчені.
- [Міф про геніального програміста](https://www.youtube.com/watch?v=0SARbwvhupQ)
- [Йти самому небезпечно: у боротьбі з невидимими монстрами в технологіях](https://www.youtube.com/watch?v=1i8ylq4j_EY)

## About Video Resources
## Про відео ресурси

Some videos are available only by enrolling in a Coursera, EdX, or Lynda.com class. These are called MOOCs.
Sometimes the classes are not in session so you have to wait a couple of months, so you have no access. Lynda.com courses are not free.
Деякі відео доступні лише при підписці на курси на Coursera, EdX, or Lynda.com class. Вони називаються масовими відкритими онлайн-курсами (MOOCs).
Деякі курси проводяться з деякою періодичністю і потрібно почекати декілька місяців поки вони стануть знову доступними. Курси на Lynda.com не э безкоштовними.

I'd appreciate your help to add free and always-available public sources, such as YouTube videos to accompany the online course videos.
I like using university lectures.


## Interview Process & General Interview Prep
## Процес інтерв'ю та загальна підготовка до нього

- [ ] [ABC: Always Be Coding](https://medium.com/always-be-coding/abc-always-be-coding-d5f8051afce2#.4heg8zvm4)
- [ ] [Whiteboarding](https://medium.com/@dpup/whiteboarding-4df873dbba2e#.hf6jn45g1)
Expand All @@ -210,41 +210,41 @@ Sometimes the classes are not in session so you have to wait a couple of months,
- [ ] Cracking The Coding Interview Set 1:
- [ ] [Gayle L McDowell - Cracking The Coding Interview (video)](https://www.youtube.com/watch?v=rEJzOhC5ZtQ)
- [ ] [Cracking the Coding Interview with Author Gayle Laakmann McDowell (video)](https://www.youtube.com/watch?v=aClxtDcdpsQ)
- [ ] How to Get a Job at the Big 4:
- [ ] Як отримати роботу в великій четвірці:
- [ ] [How to Get a Job at the Big 4 - Amazon, Facebook, Google & Microsoft (video)](https://www.youtube.com/watch?v=YJZCUhxNCv8)

- [ ] Prep Course:
- [ ] Курс підготовки:
- [ ] [Software Engineer Interview Unleashed (paid course)](https://www.udemy.com/software-engineer-interview-unleashed):
- Learn how to make yourself ready for software engineer interviews from a former Google interviewer.
- Взнай як підготуватись до інтерв'ю на позицію розробника програмного забезпечення від колишнього інтерв'єра Google.
- [ ] [Python for Data Structures, Algorithms, and Interviews! (paid course)](https://www.udemy.com/python-for-data-structures-algorithms-and-interviews/):
- A Python centric interview prep course which covers data structures, algorithms, mock interviews and much more.
- Курс з підготовки до інтерв'ю (Python), який покриває структури даних, алгоритми, пробні інтерв'ю та багато іншого.

## Pick One Language for the Interview
## Обери одну мову для інтерв'ю

You can use a language you are comfortable in to do the coding part of the interview, but for large companies, these are solid choices:
Для написання коду під час інтерв'ю ти можешь обрати мову, з якою тобі зручно працювати, але для великих компаній найбільше підходять такі мови:

- C++
- Java
- Python

You could also use these, but read around first. There may be caveats:
Ти також можеш обрати ці мови, але спочатку краще почитай про них. Можуть бути деякі підводні камені під час їх використання:

- JavaScript
- Ruby

You need to be very comfortable in the language and be knowledgeable.
Ти повинен добре володіти мовою і бути добре обізнаним.

Read more about choices:
Почтиай більше стосовно вибору:
- http://www.byte-by-byte.com/choose-the-right-language-for-your-coding-interview/
- http://blog.codingforinterviews.com/best-programming-language-jobs/

[See language resources here](programming-language-resources.md)
[Тут можна подивитись ресурси щодо мов](programming-language-resources.md)

You'll see some C, C++, and Python learning included below, because I'm learning. There are a few books involved, see the bottom.
Нижче ви побачите деяку інформацію по C, C++, і Python тому, що я їх вивчаю. Деякі книги також згадуються, дивись нижче.

## Book List
## Список книг

This is a shorter list than what I used. This is abbreviated to save you time.
Це коротщий список, аніж я використовував.

### Interview Prep

Expand Down
0