# 开篇

![封面](https://476055510-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LWYxrw04AgnTDCymJwz%2Fsync%2Fc6bfa38b271ec0e471b827d39b6443a4da6cdfa0.jpg?generation=1601281600844407\&alt=media)

## 优秀资源推荐

[计算机教育中缺失的一课](https://missing-semester-cn.github.io/)

## 计算机基础

## Linux

[the-practical-linux-hardening-guide](https://github.com/trimstray/the-practical-linux-hardening-guide)

## 数据结构与算法

[Big-O Algorithm](https://www.bigocheatsheet.com/)

[algo](https://github.com/wangzheng0822/algo)

[algorithm-pattern](https://github.com/greyireland/algorithm-pattern)

[labuladong的算法小抄](https://github.com/labuladong/fucking-algorithm)

[LeetCode in Go](https://github.com/halfrost/LeetCode-Go)

[gods](https://github.com/emirpasic/gods)

## 编程语言

### Go

[Go 语言学习资料与社区索引](https://github.com/unknwon/go-study-index)

[Go Developer Roadmap](https://github.com/Alikhll/golang-developer-roadmap)

[go\_command\_tutorial](https://github.com/hyper0x/go_command_tutorial)

[Go Example CN](https://github.com/Promacanthus/gen)

[Go-advice](https://github.com/cristaloleg/go-advice)

[project-layout](https://github.com/golang-standards/project-layout)

[golang-design-pattern](https://github.com/senghoo/golang-design-pattern)

[go-patterns](https://github.com/tmrts/go-patterns)

[go-perfbook](https://github.com/dgryski/go-perfbook)

### shell

[the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line)

## 常用工具

### git

[commit-messages-guide](https://github.com/RomuloOliveira/commit-messages-guide)

[gitignore](https://github.com/github/gitignore)

[github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet)

[git-flight-rules](https://github.com/k88hudson/git-flight-rules)

## 分布式系统

### 微服务

[微服务：从设计到部署](https://github.com/DocsHome/microservices)

## 云原生

[云原生技术公开课](https://edu.aliyun.com/roadmap/cloudnative?accounttraceid=f1fbbc5ec5d2426f96553147b415daa3dfsv#J_8556687180)

[Awesome Cloud Native](https://jimmysong.io/awesome-cloud-native/)

### Kubernetes

[kubernetes-handbook](https://github.com/rootsongjc/kubernetes-handbook)

[follow-me-install-kubernetes-cluster](https://github.com/opsnull/follow-me-install-kubernetes-cluster)

[k8s-deployment-strategies](https://github.com/ContainerSolutions/k8s-deployment-strategies)

### Service Mesh

[istio-handbook](https://www.servicemesher.com/istio-handbook/)


---

# 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://promacanthus.gitbook.io/way-to-unicorn/master.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.
