成为顶尖的软件工程师

这个仓库的目的是督促我自学成为一个优秀的分布式数据库工程师,同时做一些笔记和心得。

查看线上版本 开始 或本地开始.

目录说明

除个别目录,docs 目录下每个子目录一般代表一门课程或者一本书,每本书的代码和习题放在 codes 目录下。

docs
├── codes
│   ├── data-structure
│   │   ├── index.md
│   ├── designing-data-intensive-application
│   │   ├── index.md
│   ├── distributed-systems
│   │   ├── index.md
├── data-structure
│   └── index.md
├── designing-data-intensive-application
│   └── index.md
├── distributed-systems
│   └── index.md
├── get-started.md
└── introduction-to-algorithms
    └── index.md

Local Development

This website is built using Docusaurus 2, a modern static website generator.

# install dependency
$ npm

# starts a local development server
$ npm start