Introducing Arvia: a design system compiler for the web
Introducing Arvia Arvia is a design system compiler. You describe your tokens, themes, and components in .arv files, and a compiler turns each one int…
Latest DevOps news from Tech News
Introducing Arvia Arvia is a design system compiler. You describe your tokens, themes, and components in .arv files, and a compiler turns each one int…
A client emailed me a contract last week. I needed to sign it and send it back. The usual options? Print it, sign with a pen, scan it back in. Or uplo…
The Million-Row Challenge in Modern Web Apps When dealing with massive enterprise datasets—like Amazon SKU multi-account performance metrics or high-f…
VuReact is a compiler toolchain for migrating from Vue to React — and for writing React with Vue 3 syntax. In this article, we will look at how Vue SF…
Table of Contents Layer 1 — Reactive Variable Caching (Vue Reactivity System) Layer 2 — Computed Property Caching & Memoization Layer 3 — Composab…
I'm a backend developer. When our startup needed a web presence and a mobile app, we decided to outsource the frontend and infrastructure — we didn't …
I Built a Football Tournament Simulator with Vue 3 ⚽ I recently built a browser-based football tournament simulator using Vue 3 and TypeScript. What s…
Skeleton screens are one of the best things you can do for perceived performance. But maintaining a separate set of hand-drawn rectangles and circles …
Most Vue tutorials teach you how to use Vue. Very few teach you how Vue behaves in real production systems. After working on large-scale frontend appl…
I recently built a feature for https://recipe-finder.org that takes a TikTok, Instagram, or YouTube cooking link and turns it into a structured recipe…
The Tussie-Mussie Generator is a web app for anyone who wants to send a meaningful floral e-card with an AI-generated "tussie mussie", a type of small…
I run BulkPicTools — a browser-based image tools site with 38 landing pages, all processing happening locally with no file uploads. English and Chines…
Why Another Wheel? There are already some Vite packing plugins out there — vite-plugin-zip-pack , vite-plugin-compress , etc. They work, but they alwa…