Building Health Record App with Gemma 4
The author describes building a personal, offline health record app using Gemma 4, Kilo code, and a Vite/React/SQLite stack to track health issues, expenses, and medication. The app was developed by t…
The author describes building a personal, offline health record app using Gemma 4, Kilo code, and a Vite/React/SQLite stack to track health issues, expenses, and medication. The app was developed by t…
The article describes SmartResume, a privacy-first resume builder that combines React with Typst compiled to WebAssembly to provide professional typesetting entirely within the browser. The applicatio…
The article describes the development of "Door," a web-based user interface for Garage, a self-hosted S3-compatible object store. The author created Door to solve the friction of using command-line to…
This article explains how to optimize Vite build output through effective tree-shaking, which is the elimination of unused code from ES modules. The author describes common mistakes like using namespa…
Creation of Kiro UI, a self-hosted, browser-based chat interface that connects to Kiro CLI via the Agent Client Protocol (ACP). Built using React 19, Vite, and an Express server with WebSocket communi…
In 2025, AI-generated code has made traditional software engineering practices like code reviews and testing ineffective, as AI can produce large volumes of superficially correct code that subtly viol…
Here is a factual summary of the article: Fresh 2.3, a web framework for Deno, has been released with over 100 commits from 20 contributors. The update delivers on its "zero JavaScript by default" pr…
Railway migrated its entire production frontend—including the dashboard, canvas, and website—from Next.js to Vite + TanStack Router in two pull requests with zero downtime. The company made the switch…
Guide for building a custom personal dashboard using Claude Code as the primary developer, with a focus on minimal dependencies and fast iteration. It outlines a single-file starter structure for a Fa…
Bun 1.3 is a major update that transforms Bun into a full-stack JavaScript runtime with built-in frontend development support, including hot reloading, React Fast Refresh, and a production bundler. Th…
Fresh 2.0 has graduated to beta after 63 alpha releases, introducing Vite integration that provides hot module reloading, access to the Vite plugin ecosystem, and 9–12× faster boot times through on-de…
The article provides a step-by-step guide for setting up Vitest with React Testing Library in a Vite project. It instructs users to install necessary dependencies (vitest, jsdom, and testing library p…