Byte and Ink

Pytest 101 - 給 Python 開發者的測試入門 (2) - Mock 基礎介紹

本篇筆記將會介紹 Mock 的使用情境以及如何使用 Python 原生的 unittest 套件來建立 Mock 物件。

2022 CKA 考試經驗分享

本文分享 2022 年 12 月上旬考取 CKA (Certified Kubernetes Administrator) 證照的相關經驗及新版考試流程。

使用 utterances 建置 Github Page 留言系統

分享如何使用 utterances 這個小工具,在既有的 Github Page 上建立留言回覆系統。

Pytest 101 - 給 Python 開發者的測試入門

本篇筆記介紹 Python 開發者該怎麼透過 pytest 進行測試

Fast API 入門筆記 (三) - Query Parameter & Path Parameter

本篇筆記試著說明 FastAPIPath ParametersQuery Parameters 的區別,以及適用的情境。

監控資料品質的旅程

資料品質為什麼很重要? 如何在現有的ETL流程中加入資料品質檢驗?

Ansible 入門筆記(二) - Variable

Ansible透過 Group Variable 及 Host Variable 更靈活的設定多台機器。