2025 iThome 鐵人賽
沒在獨自升級的 一起來
Software Development
選手 98 文章 2216
Day 15
2025-09-15
160
0
Medium 好讀版點此。 在 Day 3 的文章中,我們提到 git 有 blob、tree 跟 commit 三種物件,但事實上還有第四種:tag(標籤)...
Day 10
2025-09-24
160
0
前言 當你專案有了需求,就會去找合適的工具不要重複造輪子,此時我們常會google看看有沒有人寫過,找到了就到Maven Repository搜尋看看,把Mav...
Day 15
2025-09-19
160
0
Problem Description Simple, given a string of words, return the length of the s...
Day 28
2025-10-05
160
0
今天解的題目是第四十八題 Rotate Image。這題的目標是將一個 n x n 的二維矩陣順時針旋轉 90 度,並且必須原地修改,也就是不能建立新的矩陣來存...
Day 2
2025-09-16
160
0
為什麼要重新設計後端架構? 在四年的接案經驗中,我使用了各種後端技術組合:Python FastAPI、Kotlin Spring Boot、Go Gin、No...
Day 23
2025-10-07
159
0
讓我們建立一個檔案來寫帶有巨集 (macro) 的模組 defmodule MyMacro do defmacro macro_rem(a, b) do...