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
Is Prisma Better Than Your 'Traditional' ORM?

Prisma has become a very popular ORM option in the Node space in recent years. The creator of the Practica Node starter app considers if Prisma makes sense as a universal ‘go to’ ORM. No, but.. - https://practica.dev/blog/is-prisma-better-than-your-traditional-orm/

#nodejs #prisma
👍2
How to migrate a Vue.js project to Nuxt in 8 steps

Nuxt is a web framework for creating Vue.js application. Nuxt introduces server-side rendering which improves performance in our Vue.js application. Find out in this blog post how to migrate your Vue.js application to a Nuxt application in 8 simple steps. - https://dev.to/ngranja19/how-to-migrate-a-vuejs-project-to-nuxtjs-in-8-steps-41dm

#vue
👍8
Fixing a Memory Leak in a Production Node App

Kent encountered a variety of weird memory and CPU usage spikes in his Node-powered app and decided to figure out what was going on. This post walks through his complete journey, with plenty of side problems encountered 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
👍4
Building Great Forms with React Hook Form and Zod

The first in a promised series of screencasts about not only creating and integrating forms into a React-based app, but broader issues around app creation generally. This is no bite size tip video, though, checking in at a movie-like 95 minutes. - https://www.youtube.com/watch?v=FXWD_etMJWA

#react
👍81
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