Where should related code live? A structured look at an unresolved debate
Abstract This article does not take sides. The intention is to map a debate that has been running through frontend development for years without reach…
Latest Web news from Tech News
Abstract This article does not take sides. The intention is to map a debate that has been running through frontend development for years without reach…
Напомню, что я разрабатываю приложение для работы с Pomodoro-таймерами, которые помогают фокусироваться на задачах в течение заданных промежутков врем…
I’ve been working with Markdown editors both as a user. At some point I wanted to better understand how they actually behave under the hood, especiall…
1. The Backstory I recently took on a project to move a traditional industrial enterprise away from Alibaba International to a fully independent digit…
Admin dashboards are where framework upgrades hurt: lots of routes, auth boundaries, data tables, charts, and “just make it work” code from years of i…
Quick Overview How watch / watchEffect should be split from our createEffect How to avoid leftover subscriptions/computed nodes during component remou…
So with the new Visual Studio edition, there is a template available for an ASP .NET MVC application with Vue JS. The template does most of the work f…
Эта статья - живой опыт нашей команды, прошедшей путь от полного отсутствия тестов до их активного использования. Я пришла на большой проект с костыля…
Сегодня разберём тему, которая кажется элементарной, но на практике вызывает кучу вопросов. Речь о кнопке «Назад» в приложении на Vue. Казалось бы, чт…
Reusable components sound like the perfect solution for building any application: write once and use everywhere, with a single source of truth that we…
Методологию БЭМ придумали в Яндексе больше десяти лет назад. За это время фронтенд сильно изменился: появились компоненты, фреймворки, утилитарные кла…
Я не OpenSource разработчик, но за пару десятков лет написал под сотню enterprise-level библиотек, которые остаются в рабочем контуре, дорабатываются …
I built a small Nuxt 4 template that demonstrates a feature-based project structure for scalable applications. Repository https://github.com/orazcholl…