#web
9 хитростей для крутых разработчиков JavaScript в 2019 году
https://levelup.gitconnected.com/9-tricks-for-kickass-javascript-developers-in-2019-eb01dd3def2a
9 хитростей для крутых разработчиков JavaScript в 2019 году
https://levelup.gitconnected.com/9-tricks-for-kickass-javascript-developers-in-2019-eb01dd3def2a
Medium
9 Tricks for Kickass JavaScript Developers in 2019
Yet another year is over and you JavaScript is ever changing. However, there are some tips that can help you write clean and efficient…
#web
Как написать собственный Custom Mouse UI Class на ванильном JavaScript
https://medium.freecodecamp.org/how-to-write-your-own-custom-mouse-ui-class-in-vanilla-javascript-287115be0729
Как написать собственный Custom Mouse UI Class на ванильном JavaScript
https://medium.freecodecamp.org/how-to-write-your-own-custom-mouse-ui-class-in-vanilla-javascript-287115be0729
freeCodeCamp.org
How to Write Your Own Custom Mouse UI Class In Vanilla JavaScript
By making my own custom Mouse class I was able to build on top of it to implement all of the following completely custom UI controls —…
#web
karin: элегантный HTTP клиент на базе промисов для браузеров и node.js
https://github.com/vaheqelyan/karin
karin: элегантный HTTP клиент на базе промисов для браузеров и node.js
https://github.com/vaheqelyan/karin
#css
Как работает специфичность CSS в браузере
https://medium.freecodecamp.org/how-css-specificity-works-in-the-browser-3a7504176eda
Как работает специфичность CSS в браузере
https://medium.freecodecamp.org/how-css-specificity-works-in-the-browser-3a7504176eda
freeCodeCamp.org
How CSS specificity works in the browser
A lot of people find CSS really difficult. They blame that on a number of reasons like they aren’t wired to understand CSS or CSS is bad…
#react
Подробное руководство по React Boilerplate — от нуля до героя
https://medium.freecodecamp.org/a-complete-react-boilerplate-tutorial-from-zero-to-hero-20023e086c4a
Подробное руководство по React Boilerplate — от нуля до героя
https://medium.freecodecamp.org/a-complete-react-boilerplate-tutorial-from-zero-to-hero-20023e086c4a
freeCodeCamp.org
A Complete React Boilerplate Tutorial — From Zero to Hero
by Leonardo Maldonado A Complete React Boilerplate Tutorial — From Zero to HeroWhen we’re starting learn React, to make our projects we need to make a boilerplate from scratch or use some provided by the community. Almost all the times it’s the create-react…
Преобразование цветовых пространств в JavaScript
https://css-tricks.com/converting-color-spaces-in-javascript/
https://css-tricks.com/converting-color-spaces-in-javascript/
CSS-Tricks
Converting Color Spaces in JavaScript | CSS-Tricks
A challenge I faced in building an image "emojifier" was that I needed to change the color spaces of values obtained using getImageData() from RGB to HSL. I
Создай приложение со всем новым и интересным в Angular 7
https://www.sitepoint.com/build-an-app-with-everything-new-noteworthy-in-angular-7/
https://www.sitepoint.com/build-an-app-with-everything-new-noteworthy-in-angular-7/
Angular Material Starter для поддержки Ng-Bootstrap
https://medium.com/@udbhav1995/angular-material-starter-with-ng-bootstrap-support-46bdc8de27c6
https://medium.com/@udbhav1995/angular-material-starter-with-ng-bootstrap-support-46bdc8de27c6
Medium
Angular Material Starter with Ng-Bootstrap support
Angular is one of the most popular frontend JS frameworks available nowadays. It Provides features such as :
Улучшите свой асинхронный JS-код с помощью async/await
https://medium.com/@wesharehoodies/improve-your-asynchronous-javascript-code-with-async-and-await-c02fc3813eda
https://medium.com/@wesharehoodies/improve-your-asynchronous-javascript-code-with-async-and-await-c02fc3813eda
Medium
How to improve your asynchronous Javascript code with async and await
If you’ve had the chance to observe modern Javascript code — chance are high you have seen the async and await syntax somewhere.
Я ненавижу циклы for, и вот почему
https://blog.bitsrc.io/i-hate-javascripts-for-loops-let-me-tell-you-why-c18bc651d04a
https://blog.bitsrc.io/i-hate-javascripts-for-loops-let-me-tell-you-why-c18bc651d04a
10 лучших советов для изучения Vue от мастеров Vue
https://medium.com/vue-mastery/10-best-tips-for-learning-vue-from-vue-masters-a21c794b1e6e
https://medium.com/vue-mastery/10-best-tips-for-learning-vue-from-vue-masters-a21c794b1e6e
Medium
10 Best Tips for Learning Vue from Vue Masters 🏔
Jumping into Vue.js can be both exciting and overwhelming. We asked 6 Vue Masters what they wish they would have known when starting out.
Новые возможности ES2018, которые должен знать каждый разработчик JavaScript
https://css-tricks.com/new-es2018-features-every-javascript-developer-should-know/
https://css-tricks.com/new-es2018-features-every-javascript-developer-should-know/
Mozilla разрабатывает новый мобильный браузер Fenix
http://www.opennet.ru/opennews/art.shtml?num=49940
http://www.opennet.ru/opennews/art.shtml?num=49940
www.opennet.ru
Mozilla разрабатывает новый мобильный браузер Fenix
Компания Mozilla в рамках проекта Fenix начала разработку нового браузера для мобильных устройств. Разработка пока находится на начальном этапе - реализовано только около 5% от запланированной на выпуск 1.0 функциональности. Тем не менее, уже опубликованы…
Как начать работать с соревновательным программированием на JavaScript
https://medium.freecodecamp.org/how-to-get-started-with-competitive-programming-in-javascript-76ad2e760efe
https://medium.freecodecamp.org/how-to-get-started-with-competitive-programming-in-javascript-76ad2e760efe
freeCodeCamp.org
How to get started with Competitive Programming in JavaScript
If you’re not familiar with competitive programming, basically it is a mind sport with the aim of writing code to solve given problems. I…