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
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
Multi-Line Gradient Links

Zell Liew shows how to create links with gradients that span multiple lines. - http://amp.gs/uaBO

#css
Lazy Loading Individual Vue Components and Prefetching - Vue.js Tutorials

In this article, we will explore which types of components can be loaded lazily and, more importantly, how to handle the waiting required for them to download. - http://amp.gs/uofo

#vue
How I Build Backends for Webapps

An experienced developer has basically dumped everything he can think of about building and deploying Node.js-powered apps into this article that covers architectural approaches, SSL support, file storage, notifications and more. Opinionated, but it’s always interesting to see how other people approach things. - http://amp.gs/uM7f

#nodejs