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
Angular: Recurring Problems I Face as a Front-End Consultant

Michele Stieven is a front-end developer and consultant in Italy. Over the last 2 years he's been working 90% of the time with Angular since it’s one of the most requested technologies in his field in Italy. He’d like to make a quick recap of the problems he's faced most as a consultant, and to address some issues or questions that he gets asked maybe too often!
- http://amp.gs/dzUK

#angular
Bye Node.js 6.. and It's Time to Upgrade Your AWS Lambda Functions

We’ve mentioned that Node 6.x was going to reach its ‘end of life’ on April 30 a few times, and this shall be the last time :-) One place you may have old Node 6 scripts lurking around is on serverless platforms like AWS Lambda and here’s how to upgrade them to Node 10 (which buys you time till at least 2021). - http://amp.gs/d1Ou

#nodejs #aws
Architect A Large Scale Vue.js Application

Arun Redhu is writing a series of articles on architecting large scale Vue.js applications. In this first article, he explains how to structure the app to be modular, flexible, and scalable.
- http://amp.gs/dYhy

#vue
Lazy Load Angular Components

Learn how to lazy load Angular Modules and about the state of lazy loading and lazy loading on steroids with Angular Elements
- http://amp.gs/dZfj

#angular
How to Build Multiplayer '.io'-Style Web Games

‘.io’ games are usually multiplayer Web-based games hosted on ‘.io’ domain names (splix is my favorite!) and Node is a great platform on which to build them. This guy has built and sold two of them so he probably knows what he’s doing. - http://amp.gs/dpy1

#nodejs #game
Move Tetris Blocks by Moving Your Body with Nuxt And Tensorflow.js

The author of this article tried to create a human Tetris where users can control Tetris blocks with their own body. See how achieves this by combining Google's Tensor Flow and Nuxt.js.
- http://amp.gs/dlG8

#vue #tensorflow
Hybrid Lazy Loading: A Progressive Migration To Native Lazy Loading

Andrea Verlicchi shows how you can progressively replace your JavaScript-driven lazy loading with its native alternative — thanks to hybrid lazy loading. - http://amp.gs/dlJb

#css
Building Production Quality, Real-World Applications with Angular & Akita

Akita is a simple and effective state management pattern, built on top of RxJS. Akita encourages simplicity. It saves you the hassle of creating boilerplate code and offers powerful tools with a moderate learning curve, suitable for both experienced and inexperienced developers alike. - http://amp.gs/dBng

#angular
A Faster Script Loading Future with BinaryAST?

BinaryAST is an over-the-wire format for JavaScript (backed by both Mozilla and Cloudflare) that aims to speed up parsing while keeping JavaScript’s semantics intact. Here’s how it works, what the benefits might be, and how Cloudflare are hoping to lean on BinaryAST in its goal to make the Web faster. - http://amp.gs/dBQO

#javascript
Top Node Metrics to Monitor

When you’re running apps in production, there are a variety of things that are worth monitoring, such as CPU usage, memory usage (and leaks), garbage collection, latency, and more. - http://amp.gs/dn7N

#nodejs
Why, How, and When to Use Semantic HTML and ARIA

Adam Silver looks over the benefits of using HTML and ARIA, why starting with semantic HTML is the way to go, and why ARIA ought to come in as a last resort. - http://amp.gs/dnwM

#css
New Angular Features You Didn’t Know Existed

In this post, you will be introduced to a few new Angular features you might not know about. We will look at the thought process behind them and even some examples on how to get started using them. - http://amp.gs/dGSQ

#angular
Building a Live Streaming App with Node and React

There’s a lot to digest here but this tutorial brings together a lot of ideas in the complicated task of creating a live desktop streaming service. - http://amp.gs/dxer

#nodejs
4 Reasons Your Z-Index Isn’t Working (and How to Fix It)

Jessica Chan explains in detail four of the most common reasons that z-index isn’t working, and exactly how you can fix it. - http://amp.gs/df7s

#css
Part 3: The Process of Implementing A UI Design From Scratch

This is the final article for the creation of the pretend course site and finishes off the course listing. There's loads of great stuff in this article, from equal height content in Grids, to creating a progress bar with just CSS. - http://amp.gs/dCkq

#design
Making the Move from jQuery to Vue

A long time jQuery user discusses the migration to Vue, providing a guide for those who “may be coming from years of jQuery experience and want to see how things can be done with Vue”. - http://amp.gs/dkmg

#vue
My Experience Moving From Enzyme to react-testing-library

A developer saw react-testing-library gaining traction and liked that it supported hooks out of the box, so he gave it a chance. Here, he reflects on why react-testing-library has “changed the way I think about writing React tests.” - http://amp.gs/dems

#react
WebSockets Tutorial: How to Go Real-Time with Node and React

“I’m going to code a basic real-time document editor where users can join together and edit a document.” It’s a naive implementation but shows off the WebSockets part well. - http://amp.gs/d7aV

#nodejs #websocket