Feature-Sliced Design – альтернативный подход к организации кода приложений
https://habr.com/ru/companies/avito/articles/752536/
#coding
#architecture
https://habr.com/ru/companies/avito/articles/752536/
#coding
#architecture
Хабр
Feature-Sliced Design – альтернативный подход к организации кода приложений
Привет! Меня зовут Егор Подольский, я фронтенд-инженер в Авито. Знакомство с Feature-Sliced Design я начал не так давно. Её используют немногие, а я попробовал применить её, и влюбился. Решил...
AbortController для отмены запросов при смене страницы (SPA)
https://habr.com/ru/articles/746740/
#coding
#js
https://habr.com/ru/articles/746740/
#coding
#js
Хабр
AbortController для отмены запросов при смене страницы (SPA)
Не так давно я столкнулся с проблемой, что при плохом интернете некоторые запросы к серверу идут так долго, что пользователь успевает перейти на другую страницу, пока запрос еще не завершился. И этот...
Sharing WebSocket Connections between Browser Tabs and Windows
https://brightinventions.pl/blog/sharing-websocket-connections-between-browser-tabs-and-windows/
#coding
#js
https://brightinventions.pl/blog/sharing-websocket-connections-between-browser-tabs-and-windows/
#coding
#js
Bright Inventions
Sharing WebSocket Connections between Browser Tabs and Windows
WebSocket connections are like special communication channels that allow web browsers and servers to talk to each other in real-time…
How to Maximize Vue.js Performance: 4 Proven Techniques for Faster Web Apps
https://www.monterail.com/blog/how-to-maximize-vue-js-performance-proven-techniques
#coding
#vue
https://www.monterail.com/blog/how-to-maximize-vue-js-performance-proven-techniques
#coding
#vue
Monterail
How to Maximize Vue.js Performance: 4 Proven Techniques for Faster Web Apps | Monterail blog
Discover essential tips and strategies to optimize Vue.js performance, reduce load times, and build fast, scalable web apps.
Типы или интерфейсы в TypeScript: что и когда использовать?
https://habr.com/ru/articles/844990/
#coding
#typescript
https://habr.com/ru/articles/844990/
#coding
#typescript
Хабр
Типы или интерфейсы в TypeScript: что и когда использовать?
Меня зовут Дима. Я Frontend разработчик в компании fuse8. Работая с TypeScript, рано или поздно сталкиваешься с вопросом: что выбрать — типы или интерфейсы? В нашей команде мы активно используем...
How to fix zsh icons in Visual Studio Code terminal?
https://dev.to/avantar/how-to-fix-zsh-icons-in-visual-studio-code-terminal-38bb
#coding
#tools
https://dev.to/avantar/how-to-fix-zsh-icons-in-visual-studio-code-terminal-38bb
#coding
#tools
DEV Community
How to fix zsh icons in Visual Studio Code terminal?
Zsh is a popular UNIX shell used by many Linux and macOS users around the globe. It's even more power...
Optimizing Vue 3 Apps for Web Vitals: Real Metrics, Real Fixes
https://medium.com/@vasanthancomrads/optimizing-vue-3-apps-for-web-vitals-real-metrics-real-fixes-9814c774edd0
#coding
#vue
https://medium.com/@vasanthancomrads/optimizing-vue-3-apps-for-web-vitals-real-metrics-real-fixes-9814c774edd0
#coding
#vue
Medium
Optimizing Vue 3 Apps for Web Vitals: Real Metrics, Real Fixes
Learn how to optimize Vue 3 apps for Core Web Vitals with real-world examples, beginner-friendly theory, and actionable performance fixes.
Text compression & Code splitting & Modern image formats - Performance optimization
https://dev.to/mitchell_cheng/text-compression-code-splitting-modern-image-formats-performance-optimization-5gi8
#coding
#js
#refactoring
https://dev.to/mitchell_cheng/text-compression-code-splitting-modern-image-formats-performance-optimization-5gi8
#coding
#js
#refactoring
DEV Community
Text compression & Code splitting & Modern image formats - Performance optimization
I tried the following to optimize my side project performance: text compression code...
Performance Optimization Techniques for Vue.js Applications
https://certificates.dev/blog/performance-optimization-techniques-for-vuejs-applications
#coding
#js
#refactoring
https://certificates.dev/blog/performance-optimization-techniques-for-vuejs-applications
#coding
#js
#refactoring
certificates.dev
Performance Optimization Techniques for Vue.js Applications
Make your websites/apps fast with strategies like lazy loading, stable prop design, virtual lists, v-once and v-memo, plus more!
Optimizing rendering in Vue
https://blog.logrocket.com/optimizing-rendering-vue/
#coding
#js
#refactoring
https://blog.logrocket.com/optimizing-rendering-vue/
#coding
#js
#refactoring
LogRocket Blog
Optimizing rendering in Vue - LogRocket Blog
This guide covers methods for enhancing rendering speed in Vue.js apps using functions and techniques like v-once, v-for, v-if, and v-show.