|
|
před 1 měsícem | |
|---|---|---|
| .. | ||
| 00-fundamentals | před 1 měsícem | |
| 01-getting-started | před 1 měsícem | |
| 02-methodology | před 1 měsícem | |
| 03-practice | před 1 měsícem | |
| 04-resources | před 1 měsícem | |
| README.md | před 1 měsícem | |
Documentation library for Vibe Coding methodology, guides, and resources
documents/
├── 00-fundamentals/ # Core concepts & principles
│ ├── Glue Coding.md
│ ├── Language Layer Elements.md
│ ├── Common Pitfalls.md
│ ├── The Way of Programming.md
│ ├── Development Experience.md
│ ├── System Prompt Construction Principles.md
│ ├── A Formalization of Recursive Self-Optimizing Generative Systems.md
│ ├── General Project Architecture Template.md
│ └── Code Organization.md
│
├── 01-getting-started/ # Getting started guides
│ ├── 00-Vibe Coding Philosophy.md
│ ├── 01-Network Environment Configuration.md
│ ├── 02-Development Environment Setup.md
│ └── 03-IDE Configuration.md
│
├── 02-methodology/ # Methodology & best practices
│ ├── auggie-mcp Configuration Document.md
│ ├── LazyVim Shortcut Cheatsheet.md
│ ├── tmux Shortcut Cheatsheet.md
│ ├── vibe-coding-experience-collection.md
│ └── How to SSH to Local Computer from Any Location via Mobile, Based on FRP Implementation.md
│
├── 03-practice/ # Practical examples
│ ├── telegram-dev/
│ ├── polymarket-dev/
│ └── web-app/
│
└── 04-resources/ # Tools & resources
├── External Resource Aggregation.md
├── Tool Collection.md
└── Recommended Programming Books.md
Core concepts and methodology:
Beginner's guide:
Tools and tutorials:
Real project examples:
Tools and external resources: