60 秒新知

軟體業免費課程與證照資源列表

發現 1 個蠻不錯的 GitHub repo cloudcommunity/Free-Certifications ! 這個 repo 整理由各大公司(Google, Gitlab, Oracle, Coursea, RedHat, AWS 等等)推出的軟體業相關免費課程與證照資源,包含資料庫、機器學習、雲端服

Posted on  Oct 25, 2023  by  Amo Chen  ‐ 1 min read

Streamsync — Streamlit 的挑戰者

有用 Python 做 Data 視覺化或者 Data Dashboard 的人,應該都知道 Streamlit 這個套件, Streamlit 能讓開發者僅用 Python 就打造出相當驚人的 Data App, 因為 Streamlit 包裝了很多元件,例如各種按鈕、表單、圖表元

Posted on  Oct 24, 2023  by  Amo Chen  ‐ 1 min read

Claude AI 開放台灣使用囉

一直被譽為 ChatGPT 對手的 Claude AI 在最近開放台灣使用了,如果有些 prompt 在 ChatGPT 上表現不盡理想的話,現在可以到 Claude AI 試試看! 譬如有些中文的文章總結,用 ChatGPT 總會覺得它只

Posted on  Oct 19, 2023  by  Amo Chen  ‐ 1 min read

夠佛才敢開源 - ByteByteGo System Design 101

這 2 天的熱門新聞之一大概是系統面試第 1 品牌 ByteByteGo 開源他們的教材 — System Design 101 也由於是 101 的等級,所以內容都是涵蓋系統設計的基礎知識,包含: Protocols (REST, GraphQL, gPRC 等等)

Posted on  Oct 18, 2023  by  Amo Chen  ‐ 1 min read

Redis 能當資料庫用嗎?

你是否跟我一樣認為 Redis 只能做快取(cache)? 覺得 Redis 不可以拿來當 Database? 那你可能有必要看一下 “I’ve been using Redis wrong this whole time…” 這個 YT 影片。 影響我們認為 Redis 只能做快取的

Posted on  Oct 15, 2023  by  Amo Chen  ‐ 2 min read

你有用對型別存金額嗎?

先說個冷知識,你知道根據 RFC 4217 的定義,新臺幣可以到小數點(decimal point)後 2 位嗎? 數值一但牽扯到小數點,就會有所謂的浮點數精度問題

Posted on  Oct 14, 2023  by  Amo Chen  ‐ 2 min read

白話文解說 Clustered Indexes

B-tree 資料結構是談 database 索引(index)不可或缺的重要角色,透過 B-tree 資料結構,我們能用走訪樹狀結構的方式迅速找到資料,當我們執行 CREATE INDEX idx_field ON table(field) 時,其實是

Posted on  Oct 13, 2023  by  Amo Chen  ‐ 2 min read