2026-02-01 23:42:12 +08:00
# Appendix
Welcome to the **Appendix ** section! This is a collection of artificial intelligence fundamentals and full-stack development basics, serving as an important reference library during your learning journey.
## Content Categories
### AI Fundamentals
Understand the core concepts, development history, and cutting-edge technical principles of artificial intelligence:
<NavGrid>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/prompt-engineering/"
2026-02-01 23:42:12 +08:00
title="Prompt Engineering"
description="Master the art of efficient dialogue with AI to unlock the potential of large models"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/ai-evolution"
2026-02-01 23:42:12 +08:00
title="AI Evolution History"
description="Review key milestones in AI development and understand the trajectory of technological evolution"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/llm-intro"
2026-02-01 23:42:12 +08:00
title="Large Language Models"
description="Deep yet accessible explanation of how Large Language Models (LLMs) work and their applications"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/vlm-intro"
2026-02-01 23:42:12 +08:00
title="Multimodal Large Models"
description="Explore advanced models capable of processing multiple data modalities such as images and audio"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/image-gen-intro"
2026-02-01 23:42:12 +08:00
title="AI Image Generation Principles"
description="Uncover the underlying logic and technical implementation of AI image generation"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/audio-intro"
2026-02-01 23:42:12 +08:00
title="AI Audio Models"
description="Understand AI applications in speech synthesis, recognition, and music generation"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/context-engineering"
2026-02-01 23:42:12 +08:00
title="Context Engineering"
description="Learn how to optimize context management to improve long-range coherence of AI tasks"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/agent-intro"
2026-02-01 23:42:12 +08:00
title="Agent Intelligence"
description="Explore AI agent architectures with autonomous decision-making and execution capabilities"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/ai-capability-dictionary"
2026-02-01 23:42:12 +08:00
title="AI Capability Dictionary"
description="A quick reference handbook for commonly used terms and core concepts in the AI field"
/>
</NavGrid>
### Frontend Basics
Solidify the technical foundation of frontend development:
<NavGrid>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/web-basics"
2026-02-01 23:42:12 +08:00
title="HTML/CSS/JS Basics"
description="The three pillars of building web pages, essential for frontend development beginners"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/frontend-evolution"
2026-02-01 23:42:12 +08:00
title="Frontend Evolution History"
description="Understand the evolution of frontend technology stacks and grasp technology development trends"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/frontend-performance"
2026-02-01 23:42:12 +08:00
title="Frontend Performance Optimization"
description="Learn key strategies to improve webpage loading speed and interaction smoothness"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/canvas-intro"
2026-02-01 23:42:12 +08:00
title="Canvas 2D Basics"
description="Master the Canvas drawing API to achieve cool graphics and animation effects"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/url-to-browser"
2026-02-01 23:42:12 +08:00
title="From URL to Browser Display"
description="Full-chain analysis of the complete process of browser rendering pages"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/browser-devtools/"
2026-02-01 23:42:12 +08:00
title="Browser DevTools"
description="Proficiently use developer tools to efficiently locate and solve frontend issues"
/>
</NavGrid>
### Backend Basics
Master the core concepts of backend development:
<NavGrid>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/backend-evolution"
2026-02-01 23:42:12 +08:00
title="Backend Evolution History"
description="From monolithic to microservices, exploring the evolution of backend architecture"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/backend-languages"
2026-02-01 23:42:12 +08:00
title="Backend Programming Languages"
description="Compare the characteristics and applicable scenarios of mainstream backend languages to choose the best technology stack"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/database-intro"
2026-02-01 23:42:12 +08:00
title="Database Principles"
description="Understand core database principles and master the art of data storage and retrieval"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/cache-design"
2026-02-01 23:42:12 +08:00
title="System Cache Design"
description="Learn caching strategies to improve system high-concurrency processing capabilities"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/queue-design"
2026-02-01 23:42:12 +08:00
title="Message Queue Design"
description="Master the key role of message queues in decoupling and peak shaving"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/auth-design"
2026-02-01 23:42:12 +08:00
title="Authentication Principles & Practice"
description="Build secure identity authentication and permission management systems"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/tracking-design"
2026-02-01 23:42:12 +08:00
title="Tracking Design"
description="Scientifically design data tracking to provide data support for product decisions"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/operations"
2026-02-01 23:42:12 +08:00
title="Online Operations"
description="Master operations skills for system deployment, monitoring, and troubleshooting"
/>
</NavGrid>
### General Skills
Basic knowledge of software development:
<NavGrid>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/api-intro"
2026-02-01 23:42:12 +08:00
title="API Basics"
description="Basic knowledge of API interface design and development"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/ide-intro/"
2026-02-01 23:42:12 +08:00
title="IDE Principles"
description="Understand the internal working mechanism of Integrated Development Environments (IDEs)"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/terminal-intro"
2026-02-01 23:42:12 +08:00
title="Terminal Basics"
description="Master basic command-line terminal operations to improve development efficiency"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/git-intro"
2026-02-01 23:42:12 +08:00
title="Git Detailed Introduction"
description="Deeply understand Git version control principles and advanced usage"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/computer-networks"
2026-02-01 23:42:12 +08:00
title="Computer Networks"
description="Basic knowledge of network protocols and communication principles"
/>
<NavCard
2026-02-26 12:59:01 +08:00
href="/zh-cn/appendix/deployment"
2026-02-01 23:42:12 +08:00
title="Deployment & Launch"
description="Complete process and best practices for application deployment and release"
/>
</NavGrid>
## Usage Suggestions
- Use as reference material during the learning process, consult as needed
- When encountering unfamiliar technical concepts, look for explanations here first
- Recommended to read through once to establish a complete knowledge system
This is your technical knowledge treasure trove, always welcome to consult!