Posts List
簡明程式解題入門 - 字串篇 I
2020-11-15 | 2 0 | Leetcode Coding Challenge string 程式設計
Day 15 - 使用 zsh 的 alias 讓指令縮短
2020-06-27 | 0 2 | alias command line Git zsh learning Web Development
[01] 程式設計簡介 - 述句、運算式、運算子
2020-03-21 | 1 0 | statement operators expressions
Return the count of the number smaller than n
2022-04-19 | 0 0
解構賦值 destructuring assignment
2023-04-14 | 0 0 | Destructuring assignment 解構賦值
OOP 11 - Single Responsibility Principle
2021-09-30 | 0 0 | OOP Object-oriented programming SOLID 2021-ironman
匯入小工具 (2) - 如何與資料庫連接
2021-07-03 | 0 0 | PyMySQL psycopg ORM DB-API 2.0 Python