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
Launch a Vue.js Blog in Less Than 2 Hours

Learn how to build a killer Vue.js blog with a full demo: custom plugin, templating, pagination, filtering, data decoupling, and more! - https://goo.gl/wWZK25

#vue
Error Logging in Angular 2 with `ErrorHandler`

Error handling is one of those things no one wants to deal with, well in Angular you can create a global handler and never have to worry again. Here’s how. - https://goo.gl/kxH6AC

#angular2
Using SVGs as Placeholders, and Other Image Loading Techniques

A frontend developer from Spotify looks at several approaches to showing something in place of an image before that image loads. - https://goo.gl/qBbkkP

#svg
Creating Secure Password Resets With JSON Web Tokens

A thorough introduction to JWTs and their use from Node. JWTs can contain encoded information that can be validated to ensure it hasn’t been tampered with. - https://goo.gl/7KsVC9

#nodejs
Create A Vuex Undo/Redo Plugin For VueJS

Vuex is a great way to manage the state of your Vue application. In this article, I’ll demonstrate how to create an undo/redo feature with Vuex, which works in a similar way to time-travel debugging. - https://goo.gl/5KQgZu

#vuex
A High Level Overview of Current Mobile Development Tools

A general overview of native and hybrid mobile development tooling software options. - https://goo.gl/j8EXWZ

#mobile
Vue User Permissions Through Directives

Michael from Code Boutique has done a great article about managing user access though Vue directives. - https://goo.gl/MxQzCg

#vue
Dear web developers! 👨💻👩💻
Welcome to the “Webstack” @wbstack community. At us you will find the most interesting and useful materials on web development - selections, tools, services and articles.

Daily publication of posts from the world of web development! @wbstack
Debugging Memory Leaks and Memory Bloat in Node

Memory issues can be daunting when you first encounter them, but this article aims to make them a little more approachable. - https://goo.gl/YhfWme

#nodejs
The Cost Of JavaScript

As we build sites more heavily reliant on JavaScript, we sometimes pay for what we send down in ways that we can’t always easily see. In this post, Addy Osmani covers why a little discipline can help if we want our site to load and be interactive quickly on mobile devices. -
https://goo.gl/gduwZB

#javascript
Take control of your scroll

This post by some talented Google developers explain how you can use the CSS overscroll-behavior property to override the browser’s default overflow scroll behavior when reaching the top/bottom of content. -
https://goo.gl/vUDqtm

#css #scroll
Performance-tuning a React application

A case-study in the specific techniques Joshua Comeau tried during a recent performance focused development sprint. He goes into details about what he learned along the way and what his thought processes were for coming up with solutions. - https://goo.gl/N5XHPn

#react