JavaScript Promises: серия статей для фронтенд-разработчика с подробным объяснением.
🗄 How promises work
🗄 How to get current promise status and build your own promise queue?
🗄 Garbage collection and memory leaks
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Frontender Libs - обзор библиотек JS / CSS
Управление состоянием в Vue с Pinia ORM
Гайд по использованию Pinia ORM для управления состоянием в Vue.js. В материале достаточно примеров и объяснений, которые помогут разработчикам эффективнее управлять состоянием приложения и упростят код.
👉 @sWebDev
Гайд по использованию Pinia ORM для управления состоянием в Vue.js. В материале достаточно примеров и объяснений, которые помогут разработчикам эффективнее управлять состоянием приложения и упростят код.
👉 @sWebDev
Blur effect on the right side of scrolling container
https://stackoverflow.com/questions/62091746/blur-effect-on-the-right-side-of-scrolling-container
#coding
#css
https://stackoverflow.com/questions/62091746/blur-effect-on-the-right-side-of-scrolling-container
#coding
#css
Stack Overflow
Blur effect on the right side of scrolling container
I want to achieve blur effect on the items at the end of scrollable container. But it stays on one item even if scrolled further. It should stick to the right side only.
Initial pic
when scrolled...
Initial pic
when scrolled...
Upgrade from Xcode 14.2 to 14.3 rsync: link_stat failed: No such file or directory (2)
https://github.com/CocoaPods/CocoaPods/issues/11808
#macos
#xcode
https://github.com/CocoaPods/CocoaPods/issues/11808
#macos
#xcode
GitHub
Upgrade from Xcode 14.2 to 14.3 rsync: link_stat failed: No such file or directory (2) for pods that were working earlier. ·…
I've read and understood the CONTRIBUTING guidelines and have done my best effort to follow. Report What did you do? Archive an iOS app on Xcode Version 14.3 beta 2 (14E5207e) What did you expe...
How To Get Your iOS App Into TestFlight and Test It, for Xcode 13
https://echobind.com/post/how-to-get-your-ios-app-into-testflight-and-test-it-for-xcode-13
#macos
#xcode
https://echobind.com/post/how-to-get-your-ios-app-into-testflight-and-test-it-for-xcode-13
#macos
#xcode
Echobind
How To Get Your iOS App Into TestFlight and Test It
With TestFlight, Apple offers testing for two types of groups, internal and external. This article focuses on your internal group, which would likely be the first group to test your app.
How to Install & Configure Strapi with PostgreSQL
https://tute.io/install-configure-strapi-postgresql
#coding
#strapi
#postgresql
https://tute.io/install-configure-strapi-postgresql
#coding
#strapi
#postgresql
Tute.io
How to Install & Configure Strapi with PostgreSQL
If you have used Strapi before, you know how fast and easy it is to install with the "--quickstart" flag that includes SQLite as a default database.
H
H
Conversion of type 'X' to type 'Y' may be a mistake in TS
https://bobbyhadz.com/blog/typescript-conversion-of-type-to-type-may-be-mistake
#coding
#typescript
https://bobbyhadz.com/blog/typescript-conversion-of-type-to-type-may-be-mistake
#coding
#typescript
Bobbyhadz
Conversion of type 'X' to type 'Y' may be a mistake in TS | bobbyhadz
Solve the error "Conversion of type 'X' to type 'Y' may be a mistake because neither type sufficiently overlaps with the other".
Forwarded from На фронте - javascript, html, css
Адаптивный и многоязычный компонент футера для Vue 3: создание и использование
Вы занимаетесь блогингом или созданием контента на нескольких языках? Или у вас есть множество социальных медиа-аккаунтов, которыми вы хотите поделиться? Тогда вам понравится этот адаптивный и многоязычный компонент футера для Vue 3!
https://habr.com/ru/post/726242/
#js #vue #ru
💬 Чат фронтендеров
Вы занимаетесь блогингом или созданием контента на нескольких языках? Или у вас есть множество социальных медиа-аккаунтов, которыми вы хотите поделиться? Тогда вам понравится этот адаптивный и многоязычный компонент футера для Vue 3!
https://habr.com/ru/post/726242/
#js #vue #ru
💬 Чат фронтендеров
Forwarded from На фронте - javascript, html, css
Pinia scoped store
На сегодняшний день все стейт-менеджеры экосистемы Vue предоставляют глобальное централизованное хранилище, привязанное к корню приложения. Однако у текущей системы есть одно важное ограничение - глобальные модули стора не позволяют создавать независимые состояния для инстансов одного компонента/модуля.
https://habr.com/ru/articles/726452/
#js #vue #ru
💬 Чат фронтендеров
На сегодняшний день все стейт-менеджеры экосистемы Vue предоставляют глобальное централизованное хранилище, привязанное к корню приложения. Однако у текущей системы есть одно важное ограничение - глобальные модули стора не позволяют создавать независимые состояния для инстансов одного компонента/модуля.
https://habr.com/ru/articles/726452/
#js #vue #ru
💬 Чат фронтендеров
Dynamic layout in Vue 3 with Vite
https://stackoverflow.com/questions/69048657/dynamic-layout-in-vue-3-with-vite
#coding
#vue
#vite
https://stackoverflow.com/questions/69048657/dynamic-layout-in-vue-3-with-vite
#coding
#vue
#vite
Stack Overflow
Dynamic layout in Vue 3 with Vite
New to Vue and Vite but trying to get dynamic layouts working properly here. I believe I have what is needed but the issue it the meta seems to always come up as an empty object or undefined.
AppLa...
AppLa...
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type
https://bobbyhadz.com/blog/typescript-element-implicitly-has-any-type-expression#element-implicitly-has-an-any-type-because-expression-of-type-string-cant-be-used-to-index-type
#coding
#typescript
https://bobbyhadz.com/blog/typescript-element-implicitly-has-any-type-expression#element-implicitly-has-an-any-type-because-expression-of-type-string-cant-be-used-to-index-type
#coding
#typescript
Bobbyhadz
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type | bobbyhadz
A step-by-step guide on how to solve the error "Element implicitly has an 'any' type because expression of type 'string' can't be used to index type".
Forwarded from FrontEndDev
Что такое source maps?
Как минифицировать и разбираться в коде с помощью source maps? Плюс несколько примеров по работе с расширениями для source maps.
https://web.dev/source-maps/
Как минифицировать и разбираться в коде с помощью source maps? Плюс несколько примеров по работе с расширениями для source maps.
https://web.dev/source-maps/
frontend-performance.pdf
58.8 KB
🛤Актуальные дорожные карты по фронтенду, JavaScript, TypeScript, Angular, React, Vue и Node.js вы наверняка видели, но тут общая коллекция пополнилась разделом «Лучшие практики», который включает среди прочих Frontend Performance (прикрепленный PDF-файл).
Forwarded from Frontender Libs - обзор библиотек JS / CSS
Декомпозиция и интерфейс vue-компонентов
В большом vue-приложении всегда есть необходимость в декомпозиции компонентов и их логики. В статье приводятся размышления и некоторые выводы относительно подходов к декомпозиции vue-компонентов и их интерфейсу.
👉 @sWebDev
В большом vue-приложении всегда есть необходимость в декомпозиции компонентов и их логики. В статье приводятся размышления и некоторые выводы относительно подходов к декомпозиции vue-компонентов и их интерфейсу.
👉 @sWebDev
Как занять первое место в поисковой выдаче: добавляем SSR в Vue 3 + Vite приложение
https://proglib.io/p/kak-zanyat-pervoe-mesto-v-poiskovoy-vydache-dobavlyaem-ssr-v-vue-3-vite-prilozhenie-2022-11-24
#coding
#vue
#vite
#ssr
https://proglib.io/p/kak-zanyat-pervoe-mesto-v-poiskovoy-vydache-dobavlyaem-ssr-v-vue-3-vite-prilozhenie-2022-11-24
#coding
#vue
#vite
#ssr
Библиотека программиста
⚡ Как занять первое место в поисковой выдаче: добавляем SSR в Vue 3 + Vite приложение
При разработке на реактивных фреймворках многие забывают о том, что итоговое приложение – это что-то ближе к SPA, а не классический сайт как «на Wordpress». И когда дело доходит до SEO-продвижения, многие хватаются за голову, потому что поисковые системы…
JavaScript Algorithms: Valid Parentheses (LeetCode)
https://javascript.plainenglish.io/javascript-algorithms-valid-parentheses-leetcode-71c5b2f61077
#coding
#javascript
#algorithms
https://javascript.plainenglish.io/javascript-algorithms-valid-parentheses-leetcode-71c5b2f61077
#coding
#javascript
#algorithms
Medium
JavaScript Algorithms: Valid Parentheses (LeetCode)
Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
Two Ways to Rotate an Array in JavaScript
https://dev.to/seanwelshbrown/two-ways-to-rotate-an-array-in-javascript-1bi3
#coding
#javascript
#algorithms
https://dev.to/seanwelshbrown/two-ways-to-rotate-an-array-in-javascript-1bi3
#coding
#javascript
#algorithms
DEV Community
Two Ways to Rotate an Array in JavaScript
Sometimes the toughest questions we might be faced with in technical interviews as Software Engineers...