2023 iThome 鐵人賽
帶我們前進的 是想證明自己的力量
DevOps
選手 20 文章 691
Day 1
2023-09-16
121
0
簡介 Docker 大致上可以分為 Image, Container, Registry 三個基本概念 Image - 是一個唯讀的完整操作系統環境,裡面僅僅...
Day 2
2023-09-17
120
0
Express Hello world Express 4.x $ express --no-view helloworlddemo $ cd hell...
Day 13
2023-09-28
120
0
在我們的架構中,有一隻 Cronjob 會產出 report,像是 Payment, Member info 等,某天他突然掛掉,導致 report 沒有正常產...
Day 23
2023-10-08
119
0
另一種做法是 cloudfront + Lambda@edge。Lambda@edge 是將 lambda 放在 cloudfront 節點,讓使用者享有超低延...
Day 19
2023-09-20
119
0
這篇要介紹的是如何透過 Makefile to combine command line. In the meantime, show how to integ...
Day 14
2023-09-24
118
0
CI/CD 系列
stages: - build - test - deploy build-job: stage: buil...