Blog¶
Welcome to my blog.
New posts live under this folder as Markdown files, for example:
docs/blog/my-new-post.md
Posts¶
- OOP design notes — 2022-04-05
- Simple prost use guid — 2021-12-28
- Painless key mapping on windows — 2021-11-20
- Learning OS dev notes — 2021-05-17
- Data Oriented Design — 2019-11-24
- Intro to deep learning notes — 2019-06-12
- A explanation of Open ssl certification — 2018-01-05
- A python example of realizing secure grpc communication — 2018-01-05
- A simple example of using docker container to realize the grpc client and server communication — 2017-12-26
- Kubernete's tutorial notes — 2017-12-06
- Install GMP on windows 10 machine — 2017-11-30
- python subprocess — 2017-11-28
- An experiment using golang and python to execute command in docker — 2017-11-26
- 我的软件清单 — 2016-03-05
- Markdown Style Guide — 2014-03-03
- common knowledge cheat sheet
To add a new post:
- Create a new Markdown file in this directory, e.g.
my-new-post.md. - Optionally add a bullet link to it in the list above.
- Commit and push your changes to the
mainbranch.
Once you push, GitHub Actions will build the site with MkDocs and deploy it to GitHub Pages automatically.