Повысь свою квалификацию и получи работу в Иннополисе!
Открыт приём заявок на прохождение курсов повышения квалификации в центре IT-подготовки Университета Иннополис по направлениям:
• Разработчик: Java, C++, PHP.
• Тестировщик ПО.
После завершения обучения выпускники получают контракт на работу у резидента ОЭЗ «Иннополис» и переезд в обустроенную квартиру. Узнай подробности и подай заявку до 20 марта включительно: https://goo.gl/6G3dQ1
Открыт приём заявок на прохождение курсов повышения квалификации в центре IT-подготовки Университета Иннополис по направлениям:
• Разработчик: Java, C++, PHP.
• Тестировщик ПО.
После завершения обучения выпускники получают контракт на работу у резидента ОЭЗ «Иннополис» и переезд в обустроенную квартиру. Узнай подробности и подай заявку до 20 марта включительно: https://goo.gl/6G3dQ1
stc.innopolis.university
ИТ- курсы от Университета Иннополис
Обучайся у экспертов из индустрии и стань востребованным разработчиком
Подборка актуальных ресурсов по изучению CSS Grid #css https://jensimmons.com/post/feb-27-2017/learn-css-grid
Иллюстрированное введение в WebAssembly #javascript https://hacks.mozilla.org/2017/02/a-cartoon-intro-to-webassembly/
Mozilla Hacks – the Web developer blog
A cartoon intro to WebAssembly
WebAssembly is a way of taking code written in programming languages other than JavaScript and running that code in the browser. So when people say that WebAssembly is fast, what ...
Синдром самозванца: сражение с усталостью от фронтенда #common https://habrahabr.ru/post/322674/
Хабр
Синдром самозванца: сражение с усталостью от фронтенда
Недавно я разговаривал с другом из бэкенд-разработки о том, сколько часов провожу за программированием и изучением кода в свободное время. Он показал отрывок из...
Предлагаемая карта решения вопросов JavaScript разработки в 2017-м #js #common https://hackernoon.com/a-map-to-modern-javascript-development-2017-16d9eb86309c
Hacker Noon
A Map To Modern JavaScript Development (2017)
So you’ve been doing REST APIs for the past 5 years.
Быстрый совет: как сортировать массивы объектов в JavaScript #javascript https://www.sitepoint.com/sort-an-array-of-objects-in-javascript/
SitePoint
Quick Tip: How to Sort an Array of Objects in JavaScript
Sort an array of objects in JavaScript dynamically. Learn how to use Array.prototype.sort() and a custom compare function, and avoid the need for a library.
React или Vue? Выбираем библиотеку для фронтенд-разработки #javascript #react https://habrahabr.ru/company/ruvds/blog/323142/
Хабр
React или Vue? Выбираем библиотеку для фронтенд-разработки
На чём делать фронтенд? Самый верный способ найти ответ – попробовать лучшие библиотеки самостоятельно. В идеале, хорошо бы начать с самого простого и понять, ка...
Как работать с формами с React #javascript #react https://www.sitepoint.com/work-with-forms-in-react/
Sitepoint
Working with Forms in React - SitePoint
Learn the basics of using forms in React: how to allow users to add or edit info, and how to work with input controls, validation, and 3rd-party libraries.
Презентация по WebAssembly https://www.youtube.com/watch?v=kq2HBddiyh0
YouTube
How Webassembly Will Change the Way You Write Javascript | Seth Samuel
www.empirenode.org
EmpireNode is the premier one day, single-track, community run Node.js conference in NYC. Each year we highlight the cutting-edge of what the fork is going on with Node.js. The conference includes talks brought to you by some of the brightest…
EmpireNode is the premier one day, single-track, community run Node.js conference in NYC. Each year we highlight the cutting-edge of what the fork is going on with Node.js. The conference includes talks brought to you by some of the brightest…
Промисы на примере бургер-вечеринки #javascript #js https://habrahabr.ru/company/nixsolutions/blog/323066/
habrahabr.ru
Промисы на примере бургер-вечеринки
Это перевод статьи, которую Марико Косака написала в качестве альтернативного введения в промисы JavaScript. Наброски иллюстраций она делала в своём блокноте...
Пользовательские свойства CSS. Основы #css https://zmeika.name/2017/03/02/custom-css-properties-basics.html
Оптимизация производительности для React: часть 2 #js #react https://www.youtube.com/watch?v=jm81fmVr3co
YouTube
Performance optimisations for React: round 2
In a previous talk I established that we need to be aggressive with shouldComponentUpdate in order to have highly performant react applications. My previous ...
eslint-plugin-compat https://github.com/amilajack/eslint-plugin-compat
GitHub
GitHub - amilajack/eslint-plugin-compat: Check the browser compatibility of your code
Check the browser compatibility of your code. Contribute to amilajack/eslint-plugin-compat development by creating an account on GitHub.
Простой пример использования `vmin` #common https://css-tricks.com/simple-little-use-case-vmin/
CSS-Tricks
Simple Little Use Case For `vmin` | CSS-Tricks
Viewport units are things like 10vw (10% of the viewport width) or 2vh (2% of the viewport height). Useful sometimes, as they are always relative to the
Создавай веб расширения, просто потому что ты можешь это #common https://blog.codeship.com/building-web-extensions-because-you-can/
via @codeship
Building Web Extensions Because You Can - via @codeship
Building web extensions now looks a lot like writing for the web (and not like writing ActiveX controls or Objective-C libraries).
Использование CSS Transitions для раскрывающихся блоков #css https://css-tricks.com/using-css-transitions-auto-dimensions/
CSS-Tricks
Using CSS Transitions on Auto Dimensions | CSS-Tricks
Hey, guess what? CSS is now able to transition to height: auto. It's still a work in progress, but you can get the details here in a more recent article.