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

Admin: @andrey2019
Download Telegram
How Is ARCore Better Than ARKit?
Beyond the comparison, there is some good info here on both the basics and the current state of mobile AR. - https://goo.gl/HLWfr4

#AR #kit
Learn How To Debug JavaScript with Chrome DevTools

Ditch console.log debugging once and for all by learning to use breakpoints to debug code within the DevTools. - https://goo.gl/ReHkdU

#javascript #devTools #debug
Flat UI Elements Attract Less Attention and Cause Uncertainty

A usability study into the use of ‘flat’ elements on the Web, as opposed to buttons and elements with shadows and bevels. - https://goo.gl/1USruL

#flatDesign
Announcing Yarn 1.0: An Alternative to npm

The Yarn JavaScript package manager is now used by 175,000 projects on GitHub and responsible for 3 billion package downloads per month. - https://goo.gl/S2P4Ab

#yarn
The Curious Case of 'null ≥ 0'
A trip down one of JavaScript’s many interesting rabbit holes. “It makes sense, honestly”, says the author. - https://goo.gl/JerxTq

#javascript
Building a Trello-Style Layout with CSS Grid and Flexbox

Giulio Mainardi shows you how to build a Trello-like layout using new Grid Layout Module features and Flexbox, along with some Sass for efficiency. - https://goo.gl/kef5Qh

#css #layout #flexbox
Node v8.5.0 (Current) Released

V8 snapshots are re-enabled (they were disabled for security reasons), there’s support for ES modules (behind a flag), and more. - https://goo.gl/oj6TYZ

#nodejs #release
Building An Interactive Game of Thrones Map

A fun guide to building a Node.js API to serve a geospatial ‘Game of Thrones’ map, leaning heavily on Postgres (with PostGIS) and Redis. - https://goo.gl/HRc6rG

#nodejs #game
A Simple Component Lifecycle Simulator
Deepen your understanding of component lifecycle by stepping through each method in slow-motion. - https://goo.gl/oe3keW

#react
Using SVG Patterns for Backgrounds with React -
https://goo.gl/63T4FK

#react #svg
Introducing 'visualViewport' to Access Viewport Info

The visual viewport API, in draft but now supported by Chrome 61, gives access to details on how the user zooms and scrolls around the page. -
https://goo.gl/9o4Q1u

#viewport #api