FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
A Complete Walkthrough to Using WebGL

A really thorough walkthrough of getting started with WebGL at the low level, complete with integrated, editable examples and coverage of the math behind 3D rendering. If you’ve ever wondered what libraries like Three.js are using behind the scenes, it’s all here. - http://amp.gs/HipR

#webgl
Deferred loading technique in Angular

Angular is very powerful framework. It has a lot of stuff to make your product's life much easier. But with great facilities, you get great responsibility. - http://amp.gs/HDGP

#angular
Gaining the Node.js Certification: My Experience and Advice

Last year, the OpenJS Foundation launched some professional certifications for Node. Here, someone shares their experience of the process. - http://amp.gs/HutR

#nodejs
Automatically Generate your Vue Router Configuration with vue-auto-routing

When designing very large JavaScript applications, you have to be very careful about how you structure your dependencies. One particular example of this is the router.js configuration file. Learn how to use the vue-auto-routing package to automatically generate the router configuration based on the directory structure. - http://amp.gs/H0EO

#vue
The HTTP Headers You Don't Expect

Similar to a site adding a comment in its HTML or the browser’s console, but of course HTTP headers are more likely to go unnoticed.. - http://amp.gs/H3lj

#http
Let’s Take a Deep Dive Into the CSS Contain Property

Travis Almand covers the basics of the CSS contain property with its values, benefits, and potential performance gains. - http://amp.gs/H3sq

#css
Vue-Test-Utils Guide: Things You Might Not Know About Vue-Test-Utils

A large collection of useful tips on how to take advantage of less known Vue Test Utils features. - http://amp.gs/HHt8

#vue
What Every Developer Should Know About TCP

You’re every developer! And so am I! - http://amp.gs/HHwU

#tcp
Styling Components In React

Shedrack Akintayo shows how to style React components using major styling strategies with their pros and cons, and examples on how to use them. - http://amp.gs/HFNw

#react
How to build a Jamstack multi-language blog with Nuxt.js

As Jamstack is getting increasingly popular, there are some areas where we're still learning new things. One of them is adding internalization support. Learn how to do it using Nuxt and Strapi CMS. - http://amp.gs/HXO9

#vue
5 Differences Between Arrow and Regular Functions

A nice detailed look, with examples, of the differences between arrow and regular functions in JavaScript. I’m sure one or two of these will be new to many of you. - http://amp.gs/HLqm

#javascript
Pseudo-Elements in the Web Animations API

Daniel C. Wilson gives an introduction to animating pseudo-elements, which is supported in the latest rollout of Web Animations API functionality. - http://amp.gs/HWHQ

#css
RxJS Terms You MUST know in Angular

Understand RxJS terms: observables, operators, observer, subscription, subject, and scheduler, in an Angular application using simple explanations. - http://amp.gs/HaKK

#angular