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

Admin: @andrey2019
Download Telegram
Why Nuxt makes your Vue life better

Vue.js offers so many amazing capabilities for building web application. But did you know that with Nuxt you could have an even better experience of building Vue.js web application. In this article, find out how. - https://vuejsdevelopers.com/2024/04/10/why-nuxt-makes-your-vue-life-better/

#vue
Profiling Node.js Applications

If you’re dealing with unusual performance issues, profiling your app can determine where the issues are arising. This tutorial offers a sample project to work on and covers profiling in a handful of different ways. - https://betterstack.com/community/guides/scaling-nodejs/profiling-nodejs-applications/

#nodejs
Naming Variables In CSS

Jonathan Dallas shares some thoughts related to naming CSS Custom Properties. - https://jwdallas.com/posts/nesteddarkmode/

#css
How to Perform Data Validation in Node

Explores data validation in the Node backend, and shows us how to implement it in Express using the express-validator library. - https://blog.appsignal.com/2024/06/19/how-to-perform-data-validation-in-nodejs.html

#nodejs
Sneaky React Memory Leaks: How the React Compiler Won’t Save You

Closures can lead to memory leaks in React and while the new and exciting React Compiler can tackle a lot of issues and make most codebases more performant, it pays to be aware of the tricky edge cases - https://schiener.io/2024-07-07/react-closures-compiler

#react
Mastering Prose Components in Nuxt Content

Prose components are perhaps one of the best features of Nuxt Content! This article provides an overview on prose components, exploring their use cases and a bunch of different things you can do with them. - https://masteringnuxt.com/blog/mastering-prose-components-in-nuxt-content

#vue