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
How To Handle Asynchronous Tasks with BullMQ

BullMQ is a Redis-based job queue system you can use to offload asynchronous tasks from your app to run in the background. This is a very thorough, practical walkthrough in typical DigitalOcean style. - https://www.digitalocean.com/community/tutorials/how-to-handle-asynchronous-tasks-with-node-js-and-bullmq

#nodejs
👍32
Meet Devler.io 👋 - a brand new dev community 🎉
It's a platform of efficient collaboration between clients and European software developers.

You are welcome to visit our site (https://devler.io/ ) to get acquainted with us - whether you are a client or a developer you definitely will find the right match, a vetted developer or a suited project.

Requirements for developers:
✔️ 5+ years of experience;
✔️ Upper Intermediate English level;
✔️ Only from Eastern Europe.

Join the Devs League.💻
👍3
5 ways CSS :has() can make your HTML forms even better

Austin Gil shows how the CSS :has() pseudo-class can improve HTML forms through validation hints, conditional content, fancier designs, and more. - https://austingil.com/css-has-with-html-forms

#css
👍9
"Create React App Is Not A Great Recommendation to Be Making.."

Theo, an increasingly well known developer YouTuber, ran into numerous issues with Create React App and decided to officially float the idea of having the React docs recommend Vite instead. It kicked off quite the discussion, and you can get involved too. - https://github.com/reactjs/reactjs.org/pull/5487

#react
👍7
Advanced Data Fetching in Vue with TanStack Query

Investigate the Vue.js plugin Vue Query in this tutorial as we develop a functional demonstration of it in use and discuss the querying problems it helps us resolve. - https://medium.com/vue-mastery/advanced-data-fetching-in-vue-w-tanstack-query-3c638d4c2041

#vue
🔥4👍2
The new way of subscribing in an Angular Component

Observables and RxJS are considered the cornerstones of the Angular framework. The RxJS library allows us to create our applications in a reactive way. Nevertheless, observables come with one pretty large downside. Every time you subscribe to an observable you have to remember that you must unsubscribe from it later. Otherwise, you will create a potential bug in your application or worse, a memory… - https://medium.com/generic-ui/the-new-way-of-subscribing-in-an-angular-component-f74ef79a8ffc

#angular
👍4🔥1
Wretch 2.3: A Wrapper Around fetch with an Intuitive Syntax

A long standing, mature library that makes fetch a little more extensible with a fluent API. - https://github.com/elbywan/wretch

#fetch #library
👍51
The Gotcha of Unhandled Promise Rejections

A rough edge with promises that can sneak up on you. Jake looks at a ‘gotcha’ around unhandled promise rejections and how to work around them. - https://jakearchibald.com/2023/unhandled-rejections/

#nodejs
👍5
Vue Project Directory Structure: Keep It Flat or Group by Domain

When starting a new project or refactoring an existing one, the question often arises: how to set up the project’s directory structure. In this article, explore three variants for structuring files in your Vue.js project. - https://markus.oberlehner.net/blog/vue-project-directory-structure-keep-it-flat-or-group-by-domain/

#vue
👍7
Did Next.js 13 Break State Management?

One of our favorite React YouTubers takes a practical look into a problem he encountered when trying to use MUI with Next.js 13, as well as how Zustand can play nicely with Next.js for managing state. - https://www.youtube.com/watch?v=OpMAH2hzKi8

#react
👍6