-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
33 additions
and
30 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
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
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
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
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,24 @@ | ||
## 2.4 Обзор наиболее востребованных технологий. Обзор разрабатываемого приложения | ||
|
||
## ![video](https://cloud.githubusercontent.com/assets/13649199/13672715/06dbc6ce-e6e7-11e5-81a9-04fbddb9e488.png) [Видео](https://drive.google.com/file/d/1LHI18LZK1MRIEBpVe3WjCE890EydN5Gz) | ||
|
||
### О работе с фронтендом и JavaScript | ||
Курс включает себя минимальную практику работы с JavaScript. | ||
Почему это нужно? | ||
В вакансиях backend разработчиков, как правило, отсутствуют | ||
требования глубокого знания JavaScript, но каждый разработчик | ||
должен уметь пользовать DevTools - инструментами разработчика | ||
в браузере, чтобы при работе над рабочими задачами по меньшей | ||
мере иметь возможность понять, происходит ли ошибка на стороне | ||
фронтенда или на стороне бэкенда, увидеть, какие данные уходят | ||
на сервер с фронтенда и так далее. | ||
|
||
Также, конечно, минимальные знания JavaScript приятны, поскольку | ||
они дают вам возможность написать свой несложный проект хотя | ||
бы с минимальным фронтендом. | ||
|
||
Существуют также fullstack-разработчики, от которых требуется | ||
способность полноценно решать задачи фронтенда на продакшене. | ||
Это требует довольно глубокого знания фронтенд-технологий и | ||
таких фреймворков, как Angular или React. Это требует много | ||
времени, и такая подготовка не входит в курс TopJava. |