An open API service indexing awesome lists of open source software.

https://github.com/jaandrle/human-ai-plans

Plans for human/ai developers.
https://github.com/jaandrle/human-ai-plans

Last synced: about 2 months ago
JSON representation

Plans for human/ai developers.

Awesome Lists containing this project

README

          

# 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](setup/testing-playwright.md)** - Complete production-grade guide for testing React and vanilla JS applications using only Playwright

### ๐Ÿ”ง Refactoring & Migration
- **[React Router to TanStack Router Migration](refact/migrate/react-router2tanstack-router.md)** - Comprehensive migration guide with concrete implementation steps

### ๐Ÿ› ๏ธ Setup & Configuration
- **[Biome Setup Guide](setup/biome.md)** - 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