A collection of markdown documentation files providing guidance to humans and AI agents on programming approaches, patterns, and best practices.
This repository serves as a knowledge base documenting proven approaches and patterns used across various projects. Each file focuses on a specific technology, framework, or architectural pattern.
- React - React application architecture and patterns
- JavaScript - JavaScript fundamentals and patterns
- Docker - Docker containerization for frontend applications
These documents are designed to be:
- Reference material for developers working on projects
- Context for AI agents to understand preferred patterns and approaches
- Living documentation that evolves with our projects
When documenting a new approach:
- Create a new markdown file for the technology/pattern
- Include real examples from existing projects
- Focus on practical patterns rather than theoretical concepts
- Update this README to link to the new document