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