FrontEnd Development
30.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Color: From Hexcodes to Eyeballs

Why do we perceive background-color: #9B51E0 as this particular purple?…This is one of those questions where I thought I’d known the answer for a long time, but as I inspected my understanding, I realized there were pretty significant gaps…Through an exploration of electromagnetic radiation, optical biology, colorimetry, and display hardware, I hope to start filling in some of these gaps… - http://bit.ly/2ES4iBT

#color
The Comprehensive Guide to JavaScript Design Patterns

Design patterns are reusable solutions to commonly occurring problems in software design. In this post Marko Mišura takes a look at some of the categories and then dives into the nitty gritty - https://goo.gl/j5zuoT

#javascript
Vue.js and Webpack 4 From Scratch

A walkthrough of creating a Webpack 4 build for a Vue.js “Hello World” application including linting, testing, and hot module reloading. - http://bit.ly/2qDoDWu

#vue #webpack
Examples of Everything New in ES2016, 2017, and 2018

This is a worthwhile roundup of all the new bits and pieces in recent ECMAScript specs, but note that SharedBufferArray support has been disabled in most runtimes due to Spectre, so give that a miss. - http://bit.ly/2H2ZBv7

#javascript
Introducing the Payment Request API for Apple Pay

Safari 11.1 on macOS and Safari on iOS 11.3 now support the W3C Payment Request API for conducting Apple Pay transactions on the web. - http://bit.ly/2JUTAOL

#mobile
The Critical Path: Optimizing Load Times With the Chrome DevTools

How to use the Chrome Dev tools to analyse your site and identify areas you can speed up to improve the overall load times. - https://goo.gl/VpyWTA

#html
How to build a calculator—part 2

My favorite way to learn new skills is through applied learning. This tutorial is the second in a three-part series where Zell teaches you how to create a calculator. - http://bit.ly/2H1RbUE

#tutorial
JSConf AU 2018 - YouTube - http://bit.ly/2qRgRbK

#javascript #video
A Beginner’s Guide to JavaScript Geolocation Tracking

A 4 part series from PubNub brought together in one place walking through bringing the Google Maps JavaScript API together with PubNub’s real-time services. - http://bit.ly/2HCyjJ8

#javascript
CSSConf AU 2018 - YouTube - http://bit.ly/2qP7aLO

#css #video
Integrating Apollo with Vue and Vuex

Build an app that shows a list of programming languages, and fetches the frameworks for each when selected, using Apollo with Vue and Vuex. - http://bit.ly/2qQMmnc

#vue