攻城獅
Not a programmer 不工程的攻城獅

Not a programmer 不工程的攻城獅

Follow
Follow
homeNewsSoftwareMarketingSeriesbadgesnewsletter
Tag

best practices

#best-practices

More content

Read more stories on Hashnode


Articles with this tag

Logging 的最佳實踐

Oct 10, 2021

Logging Best Practice · 事先申明,此篇文章只是自己看到的各式文章中,擷取個人覺得不錯的部分。 Log after, not before 在執行後才 log,可以表明之前的操作是成功的。如果 REST 失敗,將不會看到此日誌,而是會出現異常 // don't do...

Logging 的最佳實踐

Dockerfile best practices

Jun 26, 2021

A collection of all Dockerfile best practices · 這邊會分幾個大項目來做分類 權限 Rootless containers 很基本的,你不應該使用 Root 的 User 來操作 entrypoint。所以建議一定要設定 USER 來避免使用...

Dockerfile best practices