> ## Documentation Index
> Fetch the complete documentation index at: https://base.bangwu.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Code Snippets

> Developer cheatsheets and quick references covering Git commands, Docker operations, shell script snippets, and package manager shortcuts.

# Code Path

Hello! This section mostly records my [Cheatsheets](https://en.wikipedia.org/wiki/Cheat_sheet) and pitfalls encountered along the way.

The knowledge base covers the following content (PRs and discussion welcome):

<CardGroup cols={3}>
  <Card title="Frontend" icon="browser" href="/frontend/index">
    Vue, TailwindCSS, and component libraries.
  </Card>

  <Card title="Backend" icon="server" href="/backend/index">
    Python, Go, and databases.
  </Card>

  <Card title="Desktop" icon="laptop" href="/software/index">
    Tauri cross-platform development.
  </Card>
</CardGroup>

<Card title="Algorithms" icon="brain" href="/algo/index">
  Algorithm practice and pattern-based notes.
</Card>
