Posts in 2024
Code review
2024-04-13 in 2024
In this post: 為何做 code review? 走味的 code review。 為何做 code review? 實施 code review 的兩個主要理由:提高程式品質,以及傳遞知 …
Redoc side menu woes with Bootstrap CSS 5.x
2024-04-06 in 2024
Symptom In a static website built with Hugo and Docsy theme, I added a page to render an OpenAPI …
A Hugo Shortcode for rendering a CSV file as an HTML table
2024-03-25 in 2024
In this post, I share my Hugo shortcode that can render a .CSV file as an HTML table. Code by …
GitHub Copilot 入門
2024-02-18 in 2024
超級 lag 的我,終於也開始用 Copilot 啦。 簡介 Copilot 能做什麼? 當我們寫程式的時候,Copilot 會在背後忙著推測我們的意圖,並適時提供它建議的程式碼。 除了幫我們產生程式 …