Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.24 KB

File metadata and controls

29 lines (19 loc) · 1.24 KB

Plans for human/ai developers

A collection of technical dev-related guides and plans for human/ai developers.

About

This repository contains comprehensive technical documentation for modern web development practices, including:

  • Testing strategies with Playwright
  • Tool migration guides (ESLint → Biome, React Router → TanStack Router)
  • Best practices for code quality and maintainability

Contents

🧪 Testing

  • Playwright Testing Guide - Complete production-grade guide for testing React and vanilla JS applications using only Playwright

🔧 Refactoring & Migration

🛠️ Setup & Configuration

  • Biome Setup Guide - Complete guide to setting up Biome for JavaScript/TypeScript projects with EditorConfig compatibility

Philosophy

These guides are created through human-AI collaboration, combining:

  • Human expertise in real-world development challenges
  • AI assistance in documentation structure and technical details
  • Practical focus on actionable, production-ready solutions