發表文章

目前顯示的是 9月, 2025的文章

Prometheus Operator1

  https://yunlzheng.gitbook.io/prometheus-book/part-iii-prometheus-shi-zhan/operator/what-is-prometheus-operator https://erhwenkuo.github.io/kubernetes/observability/metrics/kube-prometheus-stack/setup-prometheus-and-grafana-on-kubernetes/#_1 https://claire-chang.com/2022/12/16/prometheus-operator/ https://blog.amis.com/kubernetes-operators-prometheus-3584edd72275https://blog.amis.com/kubernetes-operators-prometheus-3584edd72275

JS 和 TS 比較

  JS 動態型別 弱型別 TS 靜態型別 強型別 TS: 是 JavaScript 的一個超集,主要提供了型別系統和對 ES6 的支援,它由 Microsoft 開發. TypeScript 是 JavaScript 的超集,.js 檔案可以直接重新命名為 .ts 即可 缺點: 有一定的學習成本,需要理解介面(Interfaces)、泛型(Generics)、類別(Classes)、列舉型別(Enums)等前端工程師可能不是很熟悉的概念 typescript教學: https://medium.com/....../%E7%B6%B2%E9%A0%81%E5%B7%A5...... … https://willh.gitbook.io/....../int....../what-is-typescript (重要!!) https://hackmd.io/@Heidi-Liu/typescript Hello world 的TS程式: https://willh.gitbook.io/....../intro....../hello-typescript