# 推奨書籍・Webサイト

## 技術基礎

[プログラマが知るべき97のこと](https://xn--97-273ae6a4irb6e2hsoiozc2g4b8082p.com/)

[ソフトウェアアーキテクチャの基礎](https://www.amazon.co.jp/dp/4873119820)

[システム運用アンチパターン](https://www.amazon.co.jp/dp/4873119847)

[ピープルウェア](https://www.amazon.co.jp/dp/4822285243)

[コンピュータネットワーク](https://www.amazon.co.jp/dp/4296070428)

[ライト、ついてますか](https://www.amazon.co.jp/dp/4320023684)

## Git

[サル先生のGit入門](https://backlog.com/ja/git-tutorial/)

[Git Documentation](https://git-scm.com/doc)

[GitHub Docs](https://docs.github.com/ja)

## ソフトウェア設計とテスト

[リーダブルコード](https://www.amazon.co.jp/dp/4873115655)

## データベース

[詳説データベース](https://www.amazon.co.jp/dp/4873119545)

[失敗から学ぶRDBの正しい歩き方](https://www.amazon.co.jp/dp/4297104083)

[PlanetScale公式](https://planetscale.com/docs)

## コンテナ技術

[Docker Docs](https://docs.docker.com/)

## フロントエンド開発

[React公式](https://react.dev/learn)

[Next.js公式](https://nextjs.org/docs)

[Vite.js公式](https://vitejs.dev/)

## バックエンド開発

[Nest.js公式](https://docs.nestjs.com/)

[Hono公式](https://hono.dev/)

## IaCツール

[Pulumi公式](https://www.pulumi.com/docs/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://engineer.toggle.co.jp/chapter-1-toggle-holdings-engineer-101/ji-chu-yan-xiu/websaito.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
