Aws / 2023-05-25 Aws AssumeRole 筆記 – 練習使用 aws sts assume-role 取得某特定 Role 的 temporary security credentials 前置 需要準備以下材料: 有一個 Aws us… Read more
Python / 2023-02-04 在較新的 clang (Ventura 13.2, XCode 14.2) 下以 pyenv 安裝較舊 Python (eg. 3.8.2, 3.6.9) 的解決方式 注意! 此方法無法適用 Monterey (m… Read more
資料庫 / 2022-06-23 Postgres 研究筆記 – Upgrade Major Version 過程中的 Downtime 時間可否盡量減少? 本次研究對象,是 AWS RDS 的某一台 P… Read more
Django / 2022-05-31 Django 筆記 – 想在某個 Class-based View 呼叫另一個 Class-based View 來使用 as_view() 可以參考 Class-ba… Read more
Django / 2022-05-16 Django 筆記 – django.test.TestCase 不同 test method 產生的 DB 資料互相隔離 一個經驗紀錄,提供給不知道而撞牆的人。 知道的… Read more
Elasticsearch / 2021-11-22 ELK 筆記 – 1 – 以 Docker Container 建構一組 ELK(Elasticsearch、Logstash、Kibana) 前言 本篇試玩筆記選定 ELK Open So… Read more