Skip to content

Commit

Permalink
update note
Browse files Browse the repository at this point in the history
  • Loading branch information
nicehorse06 authored Jul 22, 2024
1 parent 417def9 commit c514279
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 40 deletions.
62 changes: 22 additions & 40 deletions interview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,64 +4,46 @@
* 寫下簡一筆計供面試複習
* 真的要認真學習還是要去找對應資源 !

## ref
* [Tech Interview Handbook](https://www.techinterviewhandbook.org/)
* 履歷、刷題、系統設計、行為面試的面試指引
* [[心得] 可以問面試官的問題整理](https://www.ptt.cc/bbs/Soft_Job/M.1651488698.A.0C1.html),39題
* [前端工程師 面試攻略分享 by 姚偉揚](https://www.facebook.com/hilivecode/videos/227151178021549/)
* [[心得] 軟體工程師的薪資市場最佳化](https://www.ptt.cc/bbs/Soft_Job/M.1553065300.A.E65.html)
* 好文,講了很多面試心法
* [資訊科技產業專案設計](https://www.youtube.com/watch?v=bqKNpbaELaE&list=PL6S9AqLQkFprzHmOiQxwRIrOOesp11a20&index=2),Jserv的面試課程
* [jwasham/coding-interview-university](https://github.com/jwasham/coding-interview-university)
* A complete computer science study plan to become a software engineer.
* github上相當有名的面試建議
* [Interviewbit 英文](https://www.interviewbit.com/)
* 有面試、系統設計、語言等學習資源
* [軟體職缺準備心得](https://www.ptt.cc/bbs/Soft_Job/M.1657873542.A.6AB.html)
* Grokking the System Design
* Grind 75
* [0到100的軟體工程師面試之路](https://ithelp.ithome.com.tw/users/20152262/ironman/5615)
* 很詳細,推薦
* [yongxinz/backend-interview](https://github.com/yongxinz/backend-interview)
* About后端面试题汇总(Python、Redis、MySQL、PostgreSQL、Kafka、数据结构、算法、编程、网络)


# 軟體開發工具介紹

## TODO
* 打字
* Linux
* WSL
* Vim
* markdown
* AWS
* docker
* 瀏覽器 dev tool
* 英文
* 測試
* TDD、BDD

## 實用網站
* [CIDR.xyz](https://cidr.xyz/),IP規則學習網站
* [regex101](https://regex101.com/),正則表達式驗證網站
* [httpbin](https://httpbin.org/),此網站可以接收http並回傳接收到的結果,方便測試client

## soho 接案參考
* [做網站的100種方法](https://makewebsites.tw/),架站平台、接案公司、預算列表,各類資源總整理。

## 英文名詞 columns 和 rows 方向的記憶方法

* rows 就是水平的方向欄位(horizontal)
* horizontal + rows -> HR (人資)
* columns 就是水平的方向欄位(vertical)
* columns + vertical -> CV (履歷)

## 資訊工程學習路徑
1. Programming Language (C Language)
2. Data Structures & Algorithm
3. Database
4. OS
5. Software Engineering
6. Computer Networking
7. Discrete Math
8. Computer Architecture

no `多媒體`, `AI`, `大數據`, `區塊鏈`
## ref
* [Tech Interview Handbook](https://www.techinterviewhandbook.org/)
* 履歷、刷題、系統設計、行為面試的面試指引
* [[心得] 可以問面試官的問題整理](https://www.ptt.cc/bbs/Soft_Job/M.1651488698.A.0C1.html),39題
* [前端工程師 面試攻略分享 by 姚偉揚](https://www.facebook.com/hilivecode/videos/227151178021549/)
* [[心得] 軟體工程師的薪資市場最佳化](https://www.ptt.cc/bbs/Soft_Job/M.1553065300.A.E65.html)
* 好文,講了很多面試心法
* [資訊科技產業專案設計](https://www.youtube.com/watch?v=bqKNpbaELaE&list=PL6S9AqLQkFprzHmOiQxwRIrOOesp11a20&index=2),Jserv的面試課程
* [jwasham/coding-interview-university](https://github.com/jwasham/coding-interview-university)
* A complete computer science study plan to become a software engineer.
* github上相當有名的面試建議
* [Interviewbit 英文](https://www.interviewbit.com/)
* 有面試、系統設計、語言等學習資源
* [軟體職缺準備心得](https://www.ptt.cc/bbs/Soft_Job/M.1657873542.A.6AB.html)
* Grokking the System Design
* Grind 75
* [0到100的軟體工程師面試之路](https://ithelp.ithome.com.tw/users/20152262/ironman/5615)
* 很詳細,推薦
* [yongxinz/backend-interview](https://github.com/yongxinz/backend-interview)
* About后端面试题汇总(Python、Redis、MySQL、PostgreSQL、Kafka、数据结构、算法、编程、网络)
7 changes: 7 additions & 0 deletions interview/container.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Container

## todo
* docker
* docker compose
* kubernetes
* microservice

0 comments on commit c514279

Please sign in to comment.