An experiment in vibe coding
A developer builds a travel itinerary web app for his wife using AI coding assistants like Claude, exploring the 'vibe coding' approach and its pros/cons.
A developer builds a travel itinerary web app for his wife using AI coding assistants like Claude, exploring the 'vibe coding' approach and its pros/cons.
A developer compares Claude Sonnet 4.5, GPT-5 Codex, and Grok Code Fast 1 for coding tasks in Cursor, testing feature generation and test creation.
A 2025 guide comparing three ways to start a React project: Vite, Next.js, and Remix, detailing their pros, cons, and use cases.
A tutorial on converting a Vite React project from JavaScript to TypeScript, covering installation and configuration.
A guide to using GitHub-style alerts in markdown files and integrating them into websites with markdown-it plugins.
A guide to managing static assets in Vite projects, covering configuration strategies for predictable file placement, hashing, and using a custom plugin.
A guide on integrating the Vite development server with ASP.NET Core applications to streamline frontend development workflows.
A step-by-step guide to migrating a React project from Create React App (CRA) to Vite, including configuration changes and file updates.
An overview of Nuxt 3's developer experience features, including Vite integration, SSR, file-based routing, and built-in conventions.
A tutorial on setting up ESLint with Vite and React to catch errors and unused variables in your code.
Learn how to use vite-plugin-svgr to import SVG files as React components in your Vite projects, replacing create-react-app functionality.
Explores Nuxt 3's development-time SSR with Vite, detailing the challenges and solutions for fast server-side rendering during development.
A developer's journey improving icon usage in frontend projects, from PurgeIcons to a new Vite-based universal plugin for on-demand icon components.
A technical guide on handling environment variables in SvelteKit, including a workaround for a build error with style tags.
A talk introducing Vite, a fast next-generation development tool, explaining its speed advantages over bundlers like Webpack and Create React App.
Explains how to add TypeScript type checking to configuration files using JSDoc or Vite's defineConfig helper for better developer experience.
A developer shares their quick experience migrating a medium-sized React app to Preact using Vite in under 10 minutes.
A developer details their journey migrating a personal blog from Gridsome/Vue 2 to Vite/Vue 3, including tools built and lessons learned.
A guide to setting up a Vite project with Preact and TypeScript, including configuration steps and setup tips.