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
The Final Feature Set of ECMAScript 2018

The feature set of ES2018, the next formal version of the underlying language that we eventually call JavaScript, was finalized at the latest TC39 meeting. - https://goo.gl/bwjKq9

#javascript
The Top 10 JavaScript Errors from 1000+ Projects

.and how to avoid them yourself. Spoiler: Most involve TypeError. The data behind this comes from the Rollbar error monitoring service. - https://goo.gl/nuMHWb

#javascript
Vuetiful Tabs (Part I)

See how you can use Vuetify’s Tab Component to enable faster navigation between views, documents or commands, and are styled according to the Material Design Guidelines. - https://goo.gl/RwxJMu

#vue
What’s New in Safari 11.1

Introduces Service Worker support, the Payment Request API, web inspector changes and various security fixes. - https://goo.gl/x9NE4p

#safari
React and Visual Automata-Based Programming

“How state machines changed the way I think about state management.” - https://goo.gl/ke58X9

#react
AngularJS’s Plan for Stability and Long Term Support

AngularJS (yes, not the more modern Angular) will get one more significant release, 1.7, and enter a 3 year LTS period on July 1. - https://goo.gl/Z4Jr2T

#angularjs
Interactive Email Using SVG and SMIL

An interesting experiment that explores the possibility of creating SMIL-based interactive emails. - https://goo.gl/Mavw7L

#css #svg
Here’s How Google Chrome’s New Ad Blocker Works

Google Chrome will soon begin to block ads on some sites by default. Here’s a closer look at how it will work. - https://goo.gl/rdiSoT

#chrome #google
Swiper: Modern Mobile Touch Slider

A touch slider aimed at mobile use with hardware accelerated transitions. - https://goo.gl/UV3gRo

#swiper #component
Easy Form Validation with VueJS + Boostrap

A simple tutorial on how to achieve form validation with ease. - https://goo.gl/TCwiVS

#vue
Understanding Cross-Origin Resource Sharing (CORS)

CORS is a mechanism that allows cross-origin HTTP requests (such as using XMLHTTPRequest or the Fetch API) using special server-side HTTP headers. - https://goo.gl/bx6xwK

#http #cors
CSS Grid + CSS Multi-Columns =

Patrick Brosset explores the relationship between two CSS layout features: CSS Grid and CSS Multi-Columns. - https://goo.gl/6RNTtt

#css #grid