Создание переходов и анимаций во Vue.js: живые примеры https://snipcart.com/blog/vuejs-transitions-animations
Snipcart
Vue.js Transitions & Animations: Production-Ready Examples
Learn how to handle production-ready Vue.js transitions & animations with live CodePens, in-depth explanations, code snippets, and more.
Пишем CSS, не забывая о доступности https://medium.com/@ABatickaya/%D0%B4%D1%83%D0%BC%D0%B0%D1%8F-%D0%BE-%D0%B4%D0%BE%D1%81%D1%82%D1%83%D0%BF%D0%BD%D0%BE%D1%81%D1%82%D0%B8-%D0%BF%D0%B8%D1%88%D0%B5%D0%BC-css-9032d7b64fb2
Medium
Пишем CSS, не забывая о доступности
Введение в доступность в вебе. Советы по улучшению доступности ваших сайтов при помощи CSS.
Литералы шаблонов определённо лучше строк https://ponyfoo.com/articles/template-literals-strictly-better-strings
Pony Foo
Template Literals are Strictly Better Strings
This article explores how template literals are strictly better than strings, and how they too should become the new default of a post-ES6 era – over single and double quoted strings.
Будущее доступности для кастомных элементов https://medium.com/dev-channel/the-future-of-accessibility-for-custom-elements-291cfb3ffabe
Medium
The future of accessibility for custom elements
When users of assistive technology, like a screen reader, navigate a web page, it’s vitally important that the semantic meaning of the…
6 лучших практик и профессиональных советов на тему использования Angular CLI https://medium.com/@tomastrajan/6-best-practices-pro-tips-for-angular-cli-better-developer-experience-7b328bc9db81
Medium
6 Best Practices & Pro Tips when using Angular CLI
Learn how to organize your modules, use aliases, use sass, production build, testing with Headless Chrome and generate nice changelogs!
Compiling vs Polyfills с помощью Babel (JavaScript) https://tylermcginnis.com/videos/compiling-polyfills/
TylerMcGinnis.com - Learn the latest web technologies
Compiling vs Polyfills with Babel (JavaScript)
A compiler like Babel will almost certainly be a foundational tool in building JavaScript applications going forward. A fundamental part of Babel is understanding the difference between compiling your code and polyfilling it. In most cases, doing one without…
#conf #youconsaratov
📆 14 Октября (уже завтра!)
📌 Саратов, СГЮА
Ежегодная конференция ЮКОН. 4 технических трека и 1 бизнес трек с кучей интересных докладов.
Регистрация и участие бесплатны!
UPD: онлайн регистрацию прикрыли. Зарегистрироваться можно будет на стойке.
https://goo.gl/GCJGJn
📆 14 Октября (уже завтра!)
📌 Саратов, СГЮА
Ежегодная конференция ЮКОН. 4 технических трека и 1 бизнес трек с кучей интересных докладов.
Регистрация и участие бесплатны!
UPD: онлайн регистрацию прикрыли. Зарегистрироваться можно будет на стойке.
https://goo.gl/GCJGJn
ЮКОН
ЮКОН - Ежегодная конференция - 14 Октября 2017, Саратов, Саратовская Государственная Юридическая Академия
#пятничный_ВП
📌 Интересуешься SEO-оптимизацией? Администрируешь ресурсы и занимаешься продвижением? SEO-Капитан поможет! Только действенная информация по развитию и монетизации в WEBе - @SeoCaptain
📌 Front:ender – авторский канал, на котором Вы можете обучаться Front End начиная с самых азов и узнавать интересные новости.
@front_ender
📌 @mobilecut - дайджест новостей для мобильного разработчика.
📌 Интересуешься SEO-оптимизацией? Администрируешь ресурсы и занимаешься продвижением? SEO-Капитан поможет! Только действенная информация по развитию и монетизации в WEBе - @SeoCaptain
📌 Front:ender – авторский канал, на котором Вы можете обучаться Front End начиная с самых азов и узнавать интересные новости.
@front_ender
📌 @mobilecut - дайджест новостей для мобильного разработчика.
Объяснение Await и Async с помощью диаграм и примеров https://nikgrozev.com/2017/10/01/async-await/
Nikgrozev
Await and Async Explained with Diagrams and Examples
Explains JavaScript Async/Await syntax and semantics with diagrams and examples ...
Уроки по миграции большой кодовой базы на React 16 https://blog.discordapp.com/lessons-from-migrating-a-large-codebase-to-react-16-e60e49102aa6
Medium
Lessons from migrating a large codebase to React 16
Facebook released a rewrite of a large portion of React last week. React 16 has been much anticipated, and the new Fiber rendering pipeline…
О том, как HTTP/2 помогает решить проблемы производительности HTTP/1.1 https://vanseodesign.com/web-design/http2-performance/
Vanseo Design
How HTTP/2 Solves The Performance Issues Of HTTP/1.1 - Vanseo Design
HTTP/2 solves some of the performance issues of HTTP/1.1, however, it has different performance strategies and practices.
Интерфейсы с табами. https://inclusive-components.design/tabbed-interfaces/
Inclusive Components
Tabbed Interfaces
When you think about it, most of your basic interactions are showing or hiding something somehow. I've already covered popup menu buttons and the simpler and less assuming tooltips and toggletips. You can add simple disclosure widgets, compound "accordions"…