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

# FlightAware Engineering Knowledge Base & Reference

> FlightAware's engineering knowledge base covering databases, backend systems, distributed architecture, algorithms, and modern development practices.

FlightAware's technical documentation is your go-to reference for backend engineering, distributed systems, database internals, and computer science fundamentals. Whether you're deepening your understanding of MySQL's MVCC model, mastering Go's concurrency patterns, or preparing for system design interviews, you'll find structured, in-depth guides here.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get oriented with the knowledge base and learn how to navigate topics effectively.
  </Card>

  <Card title="Note Template" icon="file-pen" href="/note-template">
    Use the structured 7-section template to write and retain technical knowledge.
  </Card>

  <Card title="Databases" icon="database" href="/databases/mysql">
    Deep dives into MySQL, Redis, Elasticsearch, and Kafka with real-world patterns.
  </Card>

  <Card title="Backend Engineering" icon="server" href="/backend/go">
    Go, Java, microservices architecture, and Docker from fundamentals to production.
  </Card>
</CardGroup>

## Explore Topics

<CardGroup cols={2}>
  <Card title="Computer Science" icon="microchip" href="/cs/networking">
    Networking, operating systems, data structures, and algorithms with working code examples.
  </Card>

  <Card title="Software Design" icon="diagram-project" href="/design/design-patterns">
    Design patterns, distributed systems, and domain-driven design principles.
  </Card>

  <Card title="Interview Prep" icon="graduation-cap" href="/reference/interview-guide">
    Structured Q\&A for technical interviews covering all major backend topics.
  </Card>

  <Card title="Tools & Workflow" icon="wrench" href="/reference/git">
    Git workflows, AI tools, and productivity software for engineers.
  </Card>
</CardGroup>

## Getting Started

<Steps>
  <Step title="Read the Introduction">
    Start with the [Introduction](/introduction) to understand how the knowledge base is organized and how to get the most out of it.
  </Step>

  <Step title="Follow the Quick Start">
    The [Quick Start](/quickstart) walks you through the most important sections based on your learning goals.
  </Step>

  <Step title="Adopt the Note Template">
    Use the [structured note template](/note-template) to write your own technical notes with maximum retention.
  </Step>

  <Step title="Dive into a Topic">
    Pick a topic area — Databases, Backend Engineering, Computer Science, or Software Design — and work through the guides systematically.
  </Step>
</Steps>
