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
Playwright: A Node Library to Automate Chromium, Firefox and WebKit

If you’re familiar with Puppeteer for automating Chrome/Chromium, this is in a similar vein for multiple browsers and is being worked on by some of the same contributors. The goal? To be vendor-neutral and to make the APIs more testing-friendly than Puppeteer. - http://amp.gs/uhsA

#library
Angular: How to support IE11

In this article, we will go through the steps to support Internet Explorer 11 with Angular. The first half of this will quickly show the steps we need to take, and the second half will break these steps down in more detail for anyone wishing to learn more. In the end we'll add some additional tips that may come up in a real-world application. - http://amp.gs/ughb

#angular
A Class-Based enum Pattern for JavaScript

Always a pleasure to see Dr. Axel writing. This time he looks at a way to implement enums (as available in other languages) in pure JavaScript before showing off enumify, a library he’s created for the task. - http://amp.gs/uEfT

#javascript
Inside Node: What Happens When We Execute A Script?

Ever wondered what happens behind the scenes when executing a script? This blog post pieces it all together - http://amp.gs/uVnc

#nodejs
The Last Damn Vue ToDo App – Raymond Camden

I’d hope the last time was the last time, but here we are with yet one more ToDo App tutorial. Last one, I promise! This time Raymond is trading the indexedDB implementation for a Firebase/Firestore database including creating users. Which means, your ToDo app can be finally be used on multiple devices. - http://amp.gs/u9v6

#vue
Creating a Variable Color Font From Scratch

Ahmad Shadeed walks you through the details of variable fonts and explains how to create a custom variable font. - http://amp.gs/u4Gz

#css
6 Useful Angular Decorators

Little was known of these advanced JS features until Angular 4 was released. It formed the basis of modules in Angular via @NgModule, the basis of components by the @Component, DI via @Injectable and many others. - http://amp.gs/udfb

#angular
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