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
Bindon: lesser known Angular template features

Angular 12 added nullish coalescing operator (‘??’) to templates. But what are other features Angular… - http://amp.gs/j1jad

#angular
What an Effective 20 Minute JavaScript Interview Should Look Like

During an interview, a lot happens in the minds of the interviewer and the interviewee. In general, the… - http://amp.gs/j1zC2

#interview
The Story of 5 RCEs Found in npm for $15,000

A security researcher explains some remote code execution vulnerabilities he found in the npm tool and how they added up to $15K in payouts. Few of us need to dig into our tools this deeply but it’s interesting to see behind the curtain a little. - http://amp.gs/j111o

#nodejs
Vue PWA: A Progressive Web Application Development with Nuxt

Building a Vue PWA can have massive benefits for your business. Read this tutorial to learn about Nuxt PWA development. Includes live demo & GitHub repo. - http://amp.gs/j11FU

#vue
How to implement an address search with Angular and Google Maps

With more than a billion monthly users, Google Maps is one of the most used/known applications. Since Angular… - http://amp.gs/j1Y3t

#angular
Understanding Angular Modules

A quick but comprehensive guide for understanding the different types of Angular Modules - http://amp.gs/j1pjj

#angular
👍1
Node.js Garbage Collection Explained

Learn how garbage collection and memory management works in practice with Node.js complete with illustrations and code examples. This is an older item but recently updated. - http://amp.gs/j1pvp

#nodejs
Building Your Own Blog with Nuxt Content and Tailwind

Ever thought about building your own blog? Learn how to easily do that with Nuxt and TailwindCSS. - http://amp.gs/j1pFr

#vue #nuxt
6 Awesome Sites for All Front-End Developers

A list of useful websites that every front-end developer or software developer should know. - http://amp.gs/j1lf3

#frontend
How To Optimize CSS for Peak Site Performance

Craig Buckler shares some advice on optimizing CSS. - http://amp.gs/j1lAs

#css
React Readability Analysis of Implementing Custom Hooks

We have featured a number of this author’s articles previously (in 245, 253 and 254). This time he returns with the third instalment in his Readable React series, focusing on abstracting code away in custom hooks to make components that call them clearer and easier to understand. - http://amp.gs/j1BIc

#react
How to Implement Logging in a Node App with Pino-Logger

Pino is a low overhead Node logging library that you can use with any Node app and is easy to integrate with any Web framework too. - http://amp.gs/j1Bq6

#nodejs
Extention of useRefHistory in VueUse Library

How the author's suggestion for expanding the function of useRefHistory was accepted by maintainers of VueUse. - http://amp.gs/j1nyk

#vue
How to Create Themes for Angular Applications

This article will help you setup theming in your angular application by making use of CSS variables. The… - http://amp.gs/j1GBn

#angular