> For the complete documentation index, see [llms.txt](https://promacanthus.gitbook.io/way-to-unicorn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://promacanthus.gitbook.io/way-to-unicorn/master.md).

# 开篇

![封面](/files/-MIIoXL9weyw-iFNF0Yw)

## 优秀资源推荐

[计算机教育中缺失的一课](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/)
