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
Building Multi-Directional Layouts

Ahmad El-Alfy outlines CSS logical properties and values that can assist you with building layouts for different directions and languages with ease. - http://amp.gs/urNf

#css
Vue 3 — The New Store - Mario Brendel

Here’s an interesting article on how you might be able to build your own Vuex alternative using the tools that Vue 3.0 provides you. Some people even predict that considering how straight-forward this is, Vuex might become unnecessary for certain projects and other alternatives might emerge. - http://amp.gs/uSVc

#vue
A Guide to ESLint Configuration and Best Practices

A start-to-finish walkthrough aimed at beginners or anyone who usually just copy/pastes settings until things work. This will help you really understand what’s going on. - http://amp.gs/uN9g

#javascript
Building dynamic dashboards in Python with Angular and Bokeh Charts

Ifwe consider Industry 4.0 applications, in general, there are inevitable requirements for them. - http://amp.gs/uARG

#angular
How to Build a Complete Serverless Back End System

A complete start-to-end walkthrough at building an AWS Lambda powered backend complete with using S3 for storage and DynamoDB as a database. Aimed at those who haven’t gone through the process before. - http://amp.gs/usxt

#AWS #lambda
Top New Features of Angular 9

This Angular 9 preview post takes you through all the features coming in the latest version of Angular, which will be coming out of beta soon. - http://amp.gs/uitl

#angular
Roles and Relationships

Sarah Higley explains that even small mistakes in using ARIA roles can have big negative consequences for users - http://amp.gs/uubU

#css #accessibility
JavaScript Tree Shaking, Like A Pro

Eliminating dead code is becoming an essential practice, to avoid large bundle sizes and improve performance. But “as a general rule of thumb: predicting how Webpack will behave for a given module, is not easy to do by eye. - http://amp.gs/u0oU

#javascript
Pass Data into Ng-Bootstrap Modal in Angular 8

In this tutorial, we’ll learn how to pass data to a modal by using Ng-Bootstrap in Angular version 8. - http://amp.gs/uKoZ

#angular
Learn CSS Positioning

Ahmad Shadeed created an interactive tutorial that will show you how positioning in CSS works. - http://amp.gs/uH1z

#css
How to Set Up a TypeScript React Redux Project

A basic setup for using TypeScript with React and Redux. - http://amp.gs/uH6N

#react
Improved accessible routing in Vue.js

Here’s a great write-up on how to improve the accessibility when using front-end routing. The author also links to accessible-app – a project that aims to collect accessible patterns and demo implementations (in Vuejs!) to certain frontend problems like modals or dropdowns. You can also contribute new patterns to it! - http://amp.gs/u2c7

#vue
Introducing Yarn 2: Big Steps Forward for the Popular Package Manager

The first stable release of Yarn 2 is now available, it contains quite a few fundamental changes (in the migration guide it’s called “very different software” to v1) and new features borne from the team’s own usage. - http://amp.gs/uFtV

#nodejs
The Best Way to Build Reactive Sub-Forms with Angular

Learn how to extract repetitive sub-form implementations into standalone, robust and type safe components. - http://amp.gs/uXTy

#angular
Typing Objects in TypeScript

Dr. Axel continues his spelunking into the world of TypeScript with a look at how objects and properties are typed. - http://amp.gs/uLtt

#typescript