2024 iThome 鐵人賽
Share More Gain More
DevOps
選手 25 文章 635
Day 20
2024-10-04
404
0
前兩天我們看了 GitLab 的 Pre-build scanning 與 Post-build scanning 付費功能,今天休息一回合,先不看更多功能,我...
Day 5
2024-09-19
402
0
在 PowerShell 中,Provider 對我來說像是一個工具,讓我能夠用統一的命令( 例如 Get-ChildItem、Set-Item )來瀏覽和管理...
Day 14
2024-09-28
402
0
前言 昨天已經透過 dbt 將資料轉換並存到 Postgres DB,那我們後續該如何確認資料內容呢?有兩種方式,GUI 和 CLI 工具,一起看下去吧! ㄧ...
Day 8
2024-09-16
401
0
目錄 目錄 摘要 secret是什麼 命名 建立secret repo level environment level orga...
Day 21
2024-10-05
399
0
昨天我們成功透過 HTTPS 將新建立的專案複製下來,今天要來嘗試使用 GitLab CI 來 Build 我們的 Image。 Docker Hub Repo...
Day 7
2024-09-21
398
0
前言 在前幾篇中,我們嘗試自己獲取全局error、promise error、以及前端框架級別error(react error-boundary)。但就如同之...