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
A Crash Course on Serverless APIs with Express and MongoDB

A really detailed look at running Express in a serverless context. - http://bit.ly/2viP0TU

#nodejs
The Trick to Viewport Units on Mobile

Notches, scrollbars, navigational elements. they can all interfere with your use of the vw and vh viewport units. CSS custom properties to the rescue! - http://bit.ly/2Mx4Pht

#css
Build a State Management System with Vanilla JavaScript

Redux, MobX and Vuex can make managing cross-component state trivial, but what would it take to write one for yourself? - http://bit.ly/2vCOnVt

#javascript
👍1
Custom directives in Angular 6 — building a Google places autocomplete

Abhishek, the author of this article, has been playing around with Angular a lot lately and a lot of things that seemed unnecessary in the beginning is starting to make sense. Angular is a well thought out framework, and although it is very opinionated, it follows some of the industry best practices when it comes to structuring the frontend of a web application. - http://bit.ly/2nc91In

#angular
👍1
Building A Progressive Web App: No React, No Angular, No Vue

Just direct DOM manipulation with some more recent APIs and JS specs. - http://bit.ly/2vRsnGH

#pwa
Sharing the UI router between AngularJS and Angular 6

In some of Roelof’s previous posts, “AngularJS + Angular (v6) hybrid (finally!)” and “Sharing state between AngularJS and Angular v6 with Redux”, he’s documented the process of making a hybrid AngularJS/Angular application. - http://bit.ly/2vDadII

#angular
Create Your Design System: Grid & Layout

Claudia Romano shows how to implement a grid into your design system, and how some CSS techniques can be used to create specific layouts. - http://bit.ly/2vlnwxV

#css
Testing Vue with Jest part — II

This tutorial will not explain you how to configure a vue application. We only will focus on component creation and tests. - http://bit.ly/2KN8m9K

#vue #tests
Building A Progressive Web App (PWA): No React, No Angular, No Vue

Just direct DOM manipulation with some more recent APIs and JS specs. - http://bit.ly/2vRsnGH

#pwa
I Created The Exact Same App in React and Vue. Here Are The Differences.

If you fancy a direct comparison between Vue and React, fill your boots here. - http://bit.ly/2B6aGJk

#react #vue
Ionic 4 and Should You Build a Hybrid App?

Jeff presents points to consider before investing time and money into a mobile app and why choosing hybrid could be the right choice. - http://bit.ly/2nnRq0e

#ionic4
The Cost of JavaScript in 2018

We linked the video of Addy’s talk a month ago, but now here’s the detailed write-up of Addy’s thoughts and findings on how much effect JavaScript has on page sizes and performance and some ways to improve matters. - http://bit.ly/2nxJQQw

#javascript
A Checklist of 23 Node.js Security Best Practices

A curated list of 23 high-level Node security best practices with code examples and quotes from the top ranked blogs. - http://bit.ly/2AXQmcP

#nodejs