12 хитростей JavaScript, которых вы не найдете в большинстве уроков
http://jem-space.ru/12-khitrostiei-javascript-kotorykh-vy-nie-naidietie-v-bolshinstvie-urokov/
http://jem-space.ru/12-khitrostiei-javascript-kotorykh-vy-nie-naidietie-v-bolshinstvie-urokov/
Jem Space
12 хитростей JavaScript, которых вы не найдете в большинстве уроков
Когда я начал изучать JavaScript, я составлял список хитростей, которые находил в чужом коде, на веб-сайтах, посвященных проверке кода, и в любых других местах, кроме учебных пособий, которые я использовал. С тех пор я пополняю этот список, и в этой статье…
Все, что вам нужно знать о Promise.all
https://medium.freecodecamp.org/promise-all-in-javascript-with-example-6c8c5aea3e32
https://medium.freecodecamp.org/promise-all-in-javascript-with-example-6c8c5aea3e32
freeCodeCamp.org
All you need to know about Promise.all
By Srebalaji Thirumalai Promises in JavaScript are one of the powerful APIs that help us to do Async operations. Promise.all takes Async operations to the next new level as it helps you to aggregate a group of promises. In other words, I can say that...
Подборка статей про flexbox.
Разница между width и flex-basis: https://medium.com/@stasonmars/f34e658ce6a2
Как работает flex-shrink в CSS: https://medium.com/@stasonmars/c41e40767194
Как работает Flex-grow в CSS: https://medium.com/@stasonmars/557d406be844
Разница между width и flex-basis: https://medium.com/@stasonmars/f34e658ce6a2
Как работает flex-shrink в CSS: https://medium.com/@stasonmars/c41e40767194
Как работает Flex-grow в CSS: https://medium.com/@stasonmars/557d406be844
Medium
Разница между width и flex-basis
Понимание flex-basis это очень важный момент flexbox. А разницу между width и flex-basis нужно понимать обязательно.
Трансляция по ссылке https://www.youtube.com/watch?v=wjWcrF5UG3w
YouTube
Meetup
Чего мне никогда не говорили о CSS.
http://jem-space.ru/vieshchi-v-css-o-kotorykh-mnie-nikto-nikoghda-nie-ghovoril/
http://jem-space.ru/vieshchi-v-css-o-kotorykh-mnie-nikto-nikoghda-nie-ghovoril/
Веб-компоненты заменят твой фронтенд фреймворк
https://www.dannymoerkerke.com/blog/web-components-will-replace-your-frontend-framework
https://www.dannymoerkerke.com/blog/web-components-will-replace-your-frontend-framework
Креативная анимация переключения режима просмотра
https://coidea.website/categories/challenges/creative-view-mode-switch-animation/
https://coidea.website/categories/challenges/creative-view-mode-switch-animation/
Практическое руководство по изучению фронтенд разработки для начинающих
https://medium.freecodecamp.org/a-practical-guide-to-learning-front-end-development-for-beginners-da6516505e41
https://medium.freecodecamp.org/a-practical-guide-to-learning-front-end-development-for-beginners-da6516505e41
freeCodeCamp.org
A practical guide to learning front end development for beginners
by Nikita Rudenko
A practical guide to learning front end development for beginners
Photo by Atharva Tulsi
[https://unsplash.com/@atharva_tulsi?utm_source=medium&utm_medium=referral] on
Unsplash [https://unsplash.com?utm_source=medium&utm_medium=referral]I…
A practical guide to learning front end development for beginners
Photo by Atharva Tulsi
[https://unsplash.com/@atharva_tulsi?utm_source=medium&utm_medium=referral] on
Unsplash [https://unsplash.com?utm_source=medium&utm_medium=referral]I…
Как сделать ваш код JavaScript простым и легким для чтения
https://medium.freecodecamp.org/how-to-keep-your-javascript-code-simple-and-easy-to-read-bff702523e7c
https://medium.freecodecamp.org/how-to-keep-your-javascript-code-simple-and-easy-to-read-bff702523e7c
freeCodeCamp.org
How to keep your JavaScript code simple and easy to read
by Arthur Arakelyan How to keep your JavaScript code simple and easy to read There are many ways to solve the same problem, but some solutions are complex, and some are even ridiculous. In this article, I want to talk about bad and good solutions for the…
Функции высшего порядка: что это такое и пример на React
https://medium.freecodecamp.org/higher-order-functions-what-they-are-and-a-react-example-1d2579faf101
https://medium.freecodecamp.org/higher-order-functions-what-they-are-and-a-react-example-1d2579faf101
freeCodeCamp.org
Higher-order functions: what they are, and a React example
Tech Jargon series There are so many phrases that get thrown around at tech meetups and conferences, assuming that everyone is already down with the lingo. I’m often not down with the lingo. It’s common for developers to act astonished that I lack a piece…
Как создавать темы для ваших приложений на Angular 7, используя CSS-переменные
https://medium.freecodecamp.org/how-to-create-themes-for-your-angular-7-apps-using-css-variables-69251690e9c5
https://medium.freecodecamp.org/how-to-create-themes-for-your-angular-7-apps-using-css-variables-69251690e9c5
freeCodeCamp.org
How to create themes for your Angular 7 apps using CSS Variables
In this post, we will build a super simple cryptocurrency listing app using Angular 7 and CSS variables. Table of ContentsDesignProject SetupCodeConclusion, Repo, and Further ReadingWhat we’re aiming forDesignFeel free to skip this section if you’re only…
Основы движков JavaScript: общие формы и Inline кэширование. Часть 1
https://habr.com/ru/company/otus/blog/446446/
https://habr.com/ru/company/otus/blog/446446/
Хабр
Основы движков JavaScript: общие формы и Inline кэширование. Часть 1
Привет, друзья. В конце апреля мы запускаем новый курс «Безопасность информационных систем» . И уже сейчас хотим поделиться с вами переводом статьи, которая непременно будет очень полезной для курса....