@technologynote · 615 subscribers
https://www.facebook.com/technologynoteniu
The short link opens the channel straight in the Telegram app — not in a browser tab.
tg.me/go/technologynoteIs this your channel? Add @tgme as admin — and see how many people click your links. Get the stats →
Channel created September 4, 2020per Telegram
We have been tracking it since July 24, 2026
In all that time the channel has changed neither its name, nor its @username, nor its avatar.
We show only what we have seen ourselves.
從 mongodb 轉移到 PostgreSQL 的心路歷程 https://medium.com/@tony.infisical/the-great-migration-from-mongodb-to-postgresql-fa3978bc143b 本篇文章作者描述團隊從 MongoDB 轉移到 PostgreSQL 的整個心路歷程。 團隊初期追求的是快速搭建環境確認商業模式可行,所以一開始透過 MongoDB 以及 Moongose ORM 來建置整個 DB 系統。 然而隨著環境上的使用者愈來愈多,使用情境逐漸變得複雜,有愈來愈多功能限制使得團隊感覺綁手綁腳,譬如 1. 沒有 tra…
Google & Amazon 對於 CI/CD 的設計經驗談 https://carloarg02.medium.com/how-amazon-and-google-view-ci-cd-in-an-entirely-different-way-824b9c36777e 作者過去 20 多年內,先後待過 Amazon, Google, Amazon(回鍋) 內關於 CI/CD 的相關部門。 作者透過自身的經驗觀察到這兩家大公司對於 CI/CD 的設計哲學是截然不同的,而這個截然不同主要體現於 1. Pre-Summit: 程式合併前的各種操作 2. Post-Summit: 程式合併後的…
為什麼會有想要取代 Helm 後繼方案 https://itnext.io/finally-a-viable-helm-replacement-388d538f9e1f Helm 作為 Kubernetes 內最成熟且最多人使用的應用程式打包與發佈框架,這邊的應用程式代表的是用一堆 YAML 來描述的應用程式。 Helm 透過 1. 支援不同版本的設定與打包 2. 從早期的 www server 到後來的 OCI Server,有不同的方式可以發佈與讓人下載各種打包好的 Helm Chart (一整包 YAML) 3. 透過 Template 的方式讓使用者可以客製化 YAML 的內容…
圖解 JuiceFS 創建 Pod 過程中 CSI 的流程 https://arthurchiao.art/blog/k8s-juicefs-csi-workflow-zh/ JuiceFS 是一個以 Object Storage 為基底並且提供 Filesystem 介面供使用者操作的檔案系統,文章內先簡述 JuiceFS 的架構,以及這類型的服務搭配 Kubernetes CSI 的操作概念,以 JuiceFS 來說則是會以 Fuse 為基底,並且透過 sidecar 或是 agent 的方式來動態的將遠方的空間掛載到目標 Pod 節點上。 文章後半部分透過操作來仔細解釋所有流程,搭配…