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
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
NativeScript 4.0 Is Out

A run-through of all the key changes and improvements in the framework that lets you build iOS and Android apps using Web technologies including Angular, TypeScript, and JavaScript. - http://bit.ly/2JdJXd1

#nativescript #released
The Front-End Developer Handbook 2018 Edition

An online guide that outlines and discusses the practice of front-end engineering, how to learn it and what tools are used in the practice, as of 2018. - http://bit.ly/2K7WJeb

#frontend
Write Your Own Promise Library from Scratch

Async/await is based on promises, so understanding this popular async primitive is a must. - http://bit.ly/2F64MET

#javascript