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
Spend Your Xmas Break Catching Up on the Hottest Trends in Angular

It’s that time of year again — time to look back at everything that came our way. Whether it’s new Akita features, innovations in Angular, testing with Spectator, or in-depth looks at JS and RX functionality, they were all featured in Netanel’s articles. As 2018 draws to a close, he’s linked all his articles from the past 2 years here for easier access. - http://amp.gs/VkiB

#angular
Experimenting with Node 12's Async Stack Traces

Node 12 isn’t here yet but that doesn’t have to stop you experimenting with a new option that aims to make debugging async functions easier. - http://amp.gs/VeRJ

#nodejs
New horizons in CSS: Houdini and the Paint API

Houdini gives us access to the CSS object model for the very first time. Instead of updating styles in JavaScript, we can write code that the browser understands and can parse as CSS.
- http://amp.gs/Vyy1

#paintapi
Trash Talk: V8's Orinoco Garbage Collector

Orinoco is a high-performance, low-latency, mostly parallel and concurrent garbage collector. Here, Peter Marshall explains its main features and what is yet to come. - http://amp.gs/Vh7j

#nodejs
Angular Top 50: What you should have read in 2018

The year 2018 is coming to an end. That time went by quite quickly, didn’t it? It was a very exciting year to be an angular developer. There was not only one, but there were two major framework (6 & 7) releases! - http://amp.gs/Vh3z

#angular
Using worker_threads in Node

A beginner’s guide to using worker_threads, Node’s new experimental way to create multiple environments running on different threads and channel messages between them. - http://amp.gs/VvdI

#nodejs
What’s New in Akita — Angular Forms Manager, Dynamic Stores and More!

Seasons greetings from the great people at Datorama! Their Akita elves have been hard at work adding tons of functionality based on our input. They provided us with this list of all the new stuff they got around to adding
- http://amp.gs/VgfM

#angular #akita #forms
Chrome DevTools: The Five Most Popular DevTools Tips From 2018

Umar regularly shares handy developer tips for when working in Chrome. Here, he shares some highlights from last year. - http://amp.gs/V9h9

#chrome #devtools
Deploying an Angular Site to Firebase with CircleCI

If you’ve done anything in web development in the past year, you’ve undoubtedly heard of CircleCI and Firebase. Both technologies are becoming increasingly popular as alternatives to Jenkins, AWS, and other older platforms. I this article we are going to walk through how to use CircleCI and FIrebase with Angular. - http://amp.gs/VRdk

#angular #circleci #firebase
GitHub Announces Unlimited Free Private Repos

A late Christmas present comes from GitHub in the shape of their free offering now including unlimited private repositories (something that previously cost $7/mo) with a limit of three collaborators per repo. - http://amp.gs/Vdy1

#github #private #repo
How to map REST API data using Decorator pattern in Angular 6

In this article, we will learn how to use the Decorator pattern to consume REST API in Angular 6. - http://amp.gs/VrgG

#angular #decoretor
Vue.js best practices

A list of best practices and style guides for a more correct or commonly accepted way of using Vue. - http://amp.gs/VSRA

#vue