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

Admin: @andrey2019
Download Telegram
An Introduction to Debugging in Node

An informative primer on debugging, covering approaches like logging, IDE extensions that highlight potential problems, using the V8 inspector, and debugging via Chrome. - https://blog.openreplay.com/an-introduction-to-debugging-in-nodejs/

#nodejs
Learn WebSockets by Building a Vue Chat Application

This tutorial will explore WebSockets by building a Vue chat application that provides a seamless and fast user experience, allowing users to communicate with each other in real time. In this article, we’ll delve into the intricacies of WebSockets, exploring its potential by building a real-time chat app with Vue. - https://morioh.com/a/a4e3b77c8ecf/learn-websockets-by-building-a-vue-chat-application

#vue
Storybook Adds Support for React Server Components

It requires an upgrade to Storybook 8.0 alpha (or you can just wait for the final), but this is a major upgrade to Storybook’s support for the latest changes in React/Next. - https://storybook.js.org/blog/storybook-react-server-components/

#react
Fixing a Memory Leak in a Production Node App

Kent encountered some odd memory and CPU usage spikes in his app and had to figure out what was going on. This post walks through his journey, with plenty of side quests along the way, before discovering the root cause was where he least expected it.. - https://kentcdodds.com/blog/fixing-a-memory-leak-in-a-production-node-js-app

#nodejs
Sending Emails with Nuxt

Sending emails is a requirement for many web applications, and even static websites. This article provides a solution for sending mails right from your Nuxt app with Nitro and Nuxt-mailer. - https://stradoxcodes.hashnode.dev/sending-emails-with-nuxt

#vue
Dan's Back with a Chain Reaction

Dan’s Overreacted blog is a great source of React wisdom, and he’s back with his first new post since 2021 with some high level pondering of the nature of levels of abstraction, code transformations, and how they chain together to produce useful output. It’s the first in a promised series that will take these ideas further. - https://overreacted.io/a-chain-reaction/

#react
10 of the Best Nuxt 3 Tutorials

Nuxt 3 has a ton of really amazing features that make it a spectacular framework. But all those features means it can be hard to learn, and hard to even know where to start. This article is compilation of 10 amazing tutorials to help you get started with Nuxt 3 or help you on your Nuxt 3 journey. - https://masteringnuxt.com/blog/10-of-the-best-nuxt3-tutorials

#vue
Building AR Face Masks in React Native

This tutorial teaches how to build a custom augmented reality (AR) face mask using DeepAR and then subsequently using the result in a React Native application. - https://blog.logrocket.com/building-ar-face-masks-react-native/

#reactnative