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
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
Software Engineers Need To Know DevOps Too — And It Starts With CI/CD

A look at deployment tools and strategies - http://amp.gs/j1fub

#devops
What’s Coming in Nuxt 3?

With the conclusion of the first Nuxt Nation Conference, a lot of us have Nuxt 3 on the brain. So what did the conference yield about the future of Nuxt? Here’s quick overview of what we learned! - http://amp.gs/j1COR

#vue
Creating a Slack Bot with Serverless Framework

The basics of implementing Slack bots with Serverless and hooking one up to PagerDuty on-call schedules. - http://amp.gs/j1kkK

#nodejs #slack #bot
Conditional Border Radius In CSS

Ahmad Shadeed shows how to use CSS comparison functions to create a conditional border radius. - http://amp.gs/j17W3

#css