FrontEnd Development
30.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
A beginner’s guide to React Server-Side Rendering (SSR)

In this lesson, we are going to talk about server-side rendering (SSR), its benefits, and its pitfalls. Then we will set up a mini React project and an express server (Node.js) to demonstrate how SSR can be achieved. - http://amp.gs/QWUC

#react
Serverless TypeScript: A Complete Setup for AWS SAM Lambdas

A workflow for creating TypeScript-based AWS Lambda functions with AWS SAM that support testing, debugging, etc. and using shared layers to package dependencies. - http://amp.gs/QaRy

#nodejs
The Ultimate CSS Grid Tutorial for Beginners (With Interactive Examples)

Louis Lazaris created a CSS grid tutorial for beginners, discussing the various parts of the Grid Layout spec with lots of interactive examples. - http://amp.gs/QoPA

#css
Inputs and Outputs: Working With Angular Components

Learn to use Input properties and Output events to manage parent and child components - http://amp.gs/QMyM

#angular
How to Structure a Vue.js Project

There are many ways to arrange a Vue.js project folder. Here's an approach that will work for both small and large projects. - http://amp.gs/Q5P5

#vue
Turn Google Sheets into a REST API and Use It with React

An easy way to eliminate the obstacles which have previously prevented getting all that Google Sheets data into your React app. - http://amp.gs/QQmS

#react
9 (FREE) JavaScript Books That Are Well Worth Reading

Books are great, but books on subjects that evolve as fast as JavaScript can be a problem. While shiny and… - http://amp.gs/Qcpp

#javascript
2021 JS Fullstack Web Developer Roadmap- Part 1

During the last years, Javascript becomes one of the most potent and most used programming languages, it’s… - http://amp.gs/QcRL

#roadmap
Common Mistakes Which Every Angular Developer Should Avoid

AngularJs developers witness issues of having best practices in hand but the approach towards using them is not perfect. To avoid the mistakes they make by not following standard methods for putting the best Angular app development practices into life, here we will discuss some of those mistakes and the solutions that can be used. - http://amp.gs/Q6mR

#angular
“Computer! Tea, Earl Grey, Hot”: Offline Voice Recognition with Node

Leans on Porcupine, a private and offline ‘wake word’ engine that can tell when someone says certain things. - http://amp.gs/QbjS

#nodejs
The CSS File Size and Count Report for Premier League sites

Silvestar Bistrović analyzed the CSS of the Premier League sites, and the results are, sadly, not surprising — an average homepage is bloated with CSS. - http://amp.gs/cI7J

#css
How to Add A YouTube Player in A Flutter App

A small, quick tour of how to add a video player to your app. - http://amp.gs/cj7L

#flutter
Building Vue 3 Reactivity from Scratch

Vue 3 has a super neat reactivity system based on the ES6 Proxy object. In this article, you'll learn to build a simplified version of Vue's reactivity system. - http://amp.gs/cjXR

#vue
Progressive Web Apps in 2021

Are progressive web apps dead? This article covers the current status of PWAs, market share, what's new, what's missing, new challenges and new capabilities. - http://amp.gs/cT83

#pwa
Avoiding npm Substitution Attacks

Recently there have been some high profile examples of supply chain attacks on popular source code repositories, such as where fake or eponymous packages are published, but you can reduce your attack surface by taking precautions and managing dependencies. Here's some tips when using npm. - http://amp.gs/cTR6

#nodejs
JavaScript Performance Beyond Bundle Size

Nolan ponders why ‘bundle size’ is such a common thing to focus on when it comes to JavaScript performance and shares a collection of useful tools to study it further, if you wish, before moving on to more significant concerns ‘beyond the bundle.’ A really good read. Alex Russell reminds us to test on real mobile hardware too. - http://amp.gs/c120

#javascript