Skip to content
Rain Hu's Workspace
Go back

CS 學習筆記

Rain Hu

From the begining:

## 演算法 + [Leetcode](/leetcode) + [演算法筆記](/cs/algo)
## 程式語言 + [C#](/csharp/csharp)
## 計算機結構 + [計算機結構](/cs/ca)
## 作業系統 + [計算機作業系統](/cs/os)
## 網路 + 計算機網路 + HTTP + Socket
## 資料庫 + 資料庫系統原理 + SQL 語法 + NoSQL + Redis
## 系統設計 + [系統架構](/hgraca/the-software-architecture-chronicles) + 系統設計基礎 + 分布式 + 集群 + 駭客技術 + 緩存 + 訊息佇列
## 物件導向 + 物件導向概念 + 設計模式
## 工具 + [Git](https://www.maxlist.xyz/2018/11/02/git_tutorial/) + [Docker](https://ithelp.ithome.com.tw/articles/10199339) + [Kubernetes](https://ithelp.ithome.com.tw/users/20103753/ironman/1590) + [MVC](https://ithelp.ithome.com.tw/users/20105694/ironman/1329)
## 程式碼實踐 + [重構(Refactoring)](https://ithelp.ithome.com.tw/users/20102562/ironman/1338) + [Google Coding Style(C++)](https://google.github.io/styleguide/cppguide.html)

Share this post on:

Previous
[Algo] 0-2. 算法思維
Next
[DS] 演算法筆記