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
Is Angular Still Alive?

When I started my career as a software engineer, Angular was the first framework I learned. At that time, it was the most popular and most used JavaScript framework among developers. But with the development of frameworks like React and Vue, Angular seems to have lost its position as a top JavaScript front-end framework and there is a huge debate over the pros and cons of learning it. - http://amp.gs/QHkh

#angular
vno: a vue / deno love story – Andrew Rehrig

Deno is a new runtime for JavaScript and TypeScript. Since you can’t use it directly with Vue-CLI (which requires Node.js), the community has created vno, a CLI tool for Deno to compile and bundle Vue single-file components. Impressive! - http://amp.gs/Q2mR

#vue
Unit Testing Your Gatsby Site with Jest and React Testing library

The detailed, generously illustrated guide to get unit testing going on your Gatsby site. While sometimes tedious to setup, the author asserts the effort to implement this type of testing is worth it. - http://amp.gs/Qwis

#react
Clean Code Checklist in Angular

Angular has rapidly grown to become one of the most popular frameworks for building front-end, cross-platform web applications. It gives you a lot of the out-of-the-box features, such as a routing system, a dependency injection framework, forms handling, etc. Angular also enforces you to use both TypeScript and RxJS, since its already part of the Angular ecosystem. This extensive width of features makes Angular a good candidate for large enterprise solutions. - http://amp.gs/QFJm

#angular
50 Javascript Best Practice Rules to Write Better Code

Javascript is powerful and flexible which allows you to code any way you like and try some very unusual things which can lead to a bug in your code. Here are 50 things I learned about coding in Javascript you should know about. - http://amp.gs/QXis

#javascript
7 Vue Patterns That You Should Be Using More Often – Fotis Adamakis

A list of less-known tricks and patterns that can be useful across different use cases. - http://amp.gs/QLUG

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