Использование HTML5 canvas для добавления водяных знаков на изображения https://cwestblog.com/2017/06/11/javascript-use-canvas-to-watermark-images/
Подробное введение в веб-компоненты с теорией и примерами. И выдрами. https://meowni.ca/posts/web-components-with-otters/
my-app
An intro to web components with otters – Monica Dinculescu
Monica Dinculescu's blog
Креативные идеи эффектного интерактива для букв в заголовках https://tympanus.net/codrops/2017/06/07/some-letter-effects-and-interaction-ideas/
Codrops
Letter Effects and Interaction Ideas | Codrops
Today we'd like to share four typography animations with you. Letters are such a great thing to play with and they allow
Оптимизация сайтов на AngularJS для краулеров Google https://www.searchengines.ru/angular-site-seo.html
Searchengines.ru
Оптимизация сайтов на AngularJS для краулеров Google
Заниматься поисковой оптимизацией SPA-сайтов непросто, но возможно. Автор статьи делиться собственной SEO-методикой для одностраничных приложений на AngularJS.
Готовимся к Web Bluetooth! https://developer.telerik.com/content-types/tutorials/get-ready-web-bluetooth/
Telerik Developer Network
Get Ready for Web Bluetooth
Jen Looper looks at the current state of web bluetooth support and how it can play an important role in the physical web and projects using beacons.
Расширение компонентов VueJS https://vuejsdevelopers.com/2017/06/11/vue-js-extending-components/
Extending Vue.js Components
Vue provides a number of different APIs and patterns you can use for extending a component. In this article, I'll give you a rundown of the different options including mixins, higher-order components, renderless components, and the new Composition API.
Подсветка текста в Textarea v2 https://codersblock.com/blog/highlight-within-textarea-v2/
Codersblock
Highlight Within Textarea v2 / Coder's Block
Two years ago, I published a jQuery plugin that allows you to highlight spans of text inside a textarea. I’m not talking about selecting text with the mouse. I’m talking about applying custom […]
Обработка длинного и неожиданного контента в CSS https://css-tricks.com/handling-long-unexpected-content-css/
CSS-Tricks
Handling Long and Unexpected Content in CSS | CSS-Tricks
When we write CSS, sometimes we forget about some edge cases in the designs. For example, when the content is longer than we expected and we didn't account
От CSS препроцессоров до CSS в JS https://pusher.com/sessions/meetup/the-js-roundabout/from-css-preprocessors-to-css-in-js
Sessions by Pusher
From CSS Preprocessors to CSS in JS - Sessions by Pusher
Styling in CSS sucks: it's outdated, and not meant for web apps. CSS evolved, and preprocessors like Jest came around, then components. Phil will illustrate which problems have been solved with CSS in JavaScript and React, and more advantages to using Styled…
Подробно о новых возможностях инструмента https://hacks.mozilla.org/2017/06/network-monitor-reloaded/
Mozilla Hacks – the Web developer blog
Network Monitor Reloaded (Part 1)
The Network Monitor tool has been available in Firefox since the earliest days of Firefox Dev Tools. It’s an invaluable tool for anyone who cares about page load performance and ...
Локальные CSS переменные: что, как и зачем https://una.im/local-css-vars/
una.im
una.im | Locally Scoped CSS Variables: What, How, and Why
Leveraging CSS Variable scope improves the size, specificity, and semantics of our stylesheets. This article talks all about what CSS Variables are and how we can leverage scope to improve our styling.
Как долго нужно работать с css, чтобы быть в нем хорошим? https://www.reddit.com/r/css/comments/6g8jbs/how_long_have_you_guys_been_working_with_css_to/?st=J3QOBWJL&sh=c650bc2f
reddit
How long have you guys been working with css to be good?
Simple question, I am currently learning almost 2 years and I feel like there is still a lot I need to learn. I think learning never stops but how...
Сокращаем использование Redux кода с помощью React Apollo https://habrahabr.ru/post/331088/
Хабр
Сокращаем использование Redux кода с помощью React Apollo
Всем привет! Хочу поделиться своим переводом интересной статьи Reducing our Redux code with React Apollo автора Peggy Rayzis. Статья о том, как автор и её команд...
Chrome 60 Beta: Paint Timing API, CSS font-display, и улучшения Credential Management API https://blog.chromium.org/2017/06/chrome-60-beta-paint-timing-api-css.html
Chromium Blog
Chrome 60 Beta: Paint Timing API, CSS font-display, and Credential Management API improvements
Unless otherwise noted, changes described below apply to the newest Chrome Beta channel release for Android, Chrome OS, Linux, Mac, and Wi...
Большая статья про гриды (CSS Grid Layout) https://css-live.ru/css/bolshaya-statya-pro-gridy-css-grid-layout.html
CSS-LIVE
Руководство по возможностям CSS Grid Layout
Статья-руководство по CSS Grid Layout, с подробным описанием основных понятий, неочевидных моментов и практически полезных применений CSS-гридов
Выбор Jest вместо Mocha https://gziolo.pl/2017/06/17/picking-jest-over-mocha/
Grzegorz Ziółkowski
Picking Jest over Mocha - testing tools comparison - Grzegorz Ziółkowski
At Automattic we use Mocha to run all tests written for Calypso project which powers WordPress.com. It also includes end-to-end tests, which live in their own repository. We have been using this setup for over 3 years now. I think it is a good moment to revisit…