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
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
A Code-Based Node.js Cheatsheet

Lots of quick-fire code snippets in a single source file, covering global objects, console methods, fs methods, exports, process handling, and more. - https://goo.gl/LdSLp2

#nodejs
Service Workers: The Little Heroes Behind Progressive Web Apps

Service workers are at the core of PWAs — learn what they’re all about and how to use them when developing your own. - https://goo.gl/ybTGZk

#pwa
What’s New in React 16.3 Alpha

A reasonably extensive look at the new context API, new lifecycle methods, static getDerivedStateFromProps, Strict Mode, and more. -
https://goo.gl/3hKhtG

#react
50 years of the Swiss Music Charts

Ever wondered what was top of the charts in Switzerland on your birthday? Me too! We’re in luck - this interactive visualisation allows you to zoom back through musical time and discover happy or sad songs. The star-chart constellations are actually showing the progression of an individual song through the charts. An article (in German) accompanies the experience and delves deeper into the data. - https://goo.gl/DHWZNT

#audio
Streaming Server-Side Rendering and Caching at Spectrum

Max Stoiber describes the journey to high performance server-rendering of their React application with streaming responses and distributed caching. - https://goo.gl/G43LLX

#nodejs #cache #serverSideRendering
Using Media Queries for Responsive Design in 2018

Explores the use of media queries in responsive design today, how they work alongside Flexbox and Grid Layout, and what’s coming in the future. - https://goo.gl/jC3FMA

#css