> ## 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.

# Bangwu's knowledge base: dev notes and course guides

> Bangwu's knowledge base — a beginner-friendly site covering frontend, backend, environment setup, software tools, and university course notes.

Welcome to bangwu's knowledge base.

This site collects tutorials, notes, command snippets, and software tips I've gathered while learning, developing, and tinkering. Use the entries below to get started, or search directly from the top right.

<CardGroup cols={2}>
  <Card title="Backend" icon="server" href="/backend/Python/index">
    Python, Go, databases, and web scraping.
  </Card>

  <Card title="Frontend" icon="browser" href="/frontend/index">
    Vue, Next.js, Tailwind CSS, and component libraries.
  </Card>

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

  <Card title="Algorithms" icon="brain" href="/algo/index">
    Sliding window, bit manipulation, and more.
  </Card>
</CardGroup>

## Tools & Environment

<CardGroup cols={3}>
  <Card title="Software Tools" icon="app-store-ios" href="/apps/index">
    Apifox, Cursor, ShareX, Typora, and more.
  </Card>

  <Card title="Environment & Deployment" icon="cloud" href="/env/index">
    Docker, Caddy, GitHub Workflow, blog setup, and more.
  </Card>

  <Card title="Job Hunting" icon="briefcase" href="/env/exam">
    Exam and interview records, lessons learned.
  </Card>
</CardGroup>

## Courses & About

<CardGroup cols={2}>
  <Card title="Course Notes" icon="graduation-cap" href="/about/index">
    Information management, data mining, econometrics, and more.
  </Card>

  <Card title="Site Info" icon="book-open" href="/about/site">
    Scope, formatting conventions, and maintenance.
  </Card>
</CardGroup>

<Tip icon="magnifying-glass" title="Search is faster">
  Press `Ctrl+K` to open search. If you're looking for a specific command, tool, or concept, searching is faster than browsing the sidebar.
</Tip>
