使用者工具

網站工具


computer:program

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

兩邊的前次修訂版前次修改
下次修改
前次修改
computer:program [2023/07/03 17:18] – [Functional] wmcomputer:program [2025/07/26 15:44] (目前版本) wm
行 132: 行 132:
   * [[https://roadmap.sh/|Developer Roadmaps]]   * [[https://roadmap.sh/|Developer Roadmaps]]
   * [[https://adamtuttle.codes/blog/2021/tabs-vs-spaces-its-an-accessibility-issue/|Tabs vs. Spaces: It's an Accessibility Issue]]   * [[https://adamtuttle.codes/blog/2021/tabs-vs-spaces-its-an-accessibility-issue/|Tabs vs. Spaces: It's an Accessibility Issue]]
 +  * Domain-driven design
 +    * [[https://pragprog.com/titles/swdddf/domain-modeling-made-functional/|Domain Modeling Made Functional]]
 ===命名=== ===命名===
   * [[http://parallelcross.com/post/36861185276/naming-strategies-uncle-bob-and-ottinger|Naming Things]]   * [[http://parallelcross.com/post/36861185276/naming-strategies-uncle-bob-and-ottinger|Naming Things]]
行 240: 行 242:
   * [[http://www.gorillatoolkit.org/|Gorilla]]   * [[http://www.gorillatoolkit.org/|Gorilla]]
   * [[https://github.com/julienschmidt/httprouter|HttpRouter]]   * [[https://github.com/julienschmidt/httprouter|HttpRouter]]
 +  * [[https://go-chi.io/|chi]] (router)
   * [[https://github.com/rcrowley/go-tigertonic|Tiger Tonic]]   * [[https://github.com/rcrowley/go-tigertonic|Tiger Tonic]]
   * [[https://revel.github.io/|Revel]]   * [[https://revel.github.io/|Revel]]
   * [[https://github.com/facebookgo/inject|inject]]   * [[https://github.com/facebookgo/inject|inject]]
   * [[https://echo.labstack.com/|Echo]]   * [[https://echo.labstack.com/|Echo]]
 +  * [[https://entgo.io/|Ent]] (Orm)
   * [[https://github.com/HewlettPackard/gas|GAS - Go AST Scanner]]   * [[https://github.com/HewlettPackard/gas|GAS - Go AST Scanner]]
   * [[https://blog.xyzio.com/2016/06/14/setting-up-a-golang-website-to-autorun-on-ubuntu-using-systemd/|Setting up a golang website to autorun on Ubuntu using systemd]]   * [[https://blog.xyzio.com/2016/06/14/setting-up-a-golang-website-to-autorun-on-ubuntu-using-systemd/|Setting up a golang website to autorun on Ubuntu using systemd]]
行 350: 行 354:
   * [[http://chipx86.github.io/gtkparasite/|Parasite]]   * [[http://chipx86.github.io/gtkparasite/|Parasite]]
   * [[https://github.com/codejamninja/react-gtk|react-gtk]]   * [[https://github.com/codejamninja/react-gtk|react-gtk]]
 +  * [[https://gitlab.gnome.org/jpu/cambalache|Cambalache]]
 ====Qt==== ====Qt====
   * [[https://maui-project.org/|Maui Project]]   * [[https://maui-project.org/|Maui Project]]
行 472: 行 477:
   * [[https://github.com/Unleash/unleash|Unleash]] (Feature Toggle)   * [[https://github.com/Unleash/unleash|Unleash]] (Feature Toggle)
 === Workspace === === Workspace ===
-  * [[https://www.gitpod.io/|Gitpod]]+  * [[https://backstage.io/|Backstage]] 
 +  * [[https://www.port.io/|Port]]
 === Secrets === === Secrets ===
   * [[https://www.vaultproject.io/|Vault]]   * [[https://www.vaultproject.io/|Vault]]
   * [[https://www.doppler.com/|Doppler]]   * [[https://www.doppler.com/|Doppler]]
 +  * [[https://dotenvx.com/|dotenvx]]
 === Benchmark === === Benchmark ===
   * [[https://github.com/sharkdp/hyperfine|hyperfine]]   * [[https://github.com/sharkdp/hyperfine|hyperfine]]
行 510: 行 517:
     * [[https://buildpacks.io/|Cloud Native Buildpacks]]     * [[https://buildpacks.io/|Cloud Native Buildpacks]]
     * [[https://cloudinit.readthedocs.io/|cloud-init]]     * [[https://cloudinit.readthedocs.io/|cloud-init]]
 +    * [[https://github.com/abiosoft/colima|Colima]]
 === Tool === === Tool ===
   * [[https://github.com/bcicen/ctop|ctop]]   * [[https://github.com/bcicen/ctop|ctop]]
行 524: 行 532:
   * [[https://www.spinnaker.io/|Spinnaker]]   * [[https://www.spinnaker.io/|Spinnaker]]
   * [[https://buddy.works/|Buddy]]   * [[https://buddy.works/|Buddy]]
-  * [[https://backstage.io/|Backstage]]+  * [[https://www.gitpod.io/|Gitpod]]
 === Kubernetes === === Kubernetes ===
   * [[https://fluxcd.io/|Flux]]   * [[https://fluxcd.io/|Flux]]
行 532: 行 540:
   * [[http://formatjs.io/|FormatJS]]   * [[http://formatjs.io/|FormatJS]]
   * [[http://l10ns.org/|L10ns]]   * [[http://l10ns.org/|L10ns]]
 +  * [[https://languine.ai/|Languine]] (AI)
 ===服務=== ===服務===
 +  * [[https://tolgee.io/|Tolgee]]
   * [[https://crowdin.com/|Crowdin]]   * [[https://crowdin.com/|Crowdin]]
   * [[https://traduora.com|Traduora]]   * [[https://traduora.com|Traduora]]
行 584: 行 594:
 ===Mercurial=== ===Mercurial===
   * [[http://hginit.com/|Hg Init]]   * [[http://hginit.com/|Hg Init]]
 +===Changelog===
 +  * [[https://github.com/changesets/changesets|changesets]]
 ====IDE程式==== ====IDE程式====
   * [[http://www.codeblocks.org/|Code::Blocks]]   * [[http://www.codeblocks.org/|Code::Blocks]]
行 612: 行 624:
   * [[https://testproject.io/|TestProject]] (E2E)   * [[https://testproject.io/|TestProject]] (E2E)
   * [[https://robotframework.org/|Robot Framework]]   * [[https://robotframework.org/|Robot Framework]]
-  * [[https://pact.io/]] (Contract)+  * [[https://pact.io/|Pact]] (Contract
 +  * [[https://testcontainers.com/|Testcontainers]] 
 +  * [[https://testkube.io/|Testkube]] (k8s)
 === Management === === Management ===
   * [[https://kiwitcms.org/|Kiwi TCMS]]   * [[https://kiwitcms.org/|Kiwi TCMS]]
行 626: 行 640:
   * [[https://www.codingfont.com/|Coding Font by Typogram – Find Your True Love of Coding Fonts]]   * [[https://www.codingfont.com/|Coding Font by Typogram – Find Your True Love of Coding Fonts]]
   * [[https://devfonts.gafi.dev/|Dev Fonts]]   * [[https://devfonts.gafi.dev/|Dev Fonts]]
 +  * [[https://typeof.net/Iosevka/|Iosevka]]
   * [[https://github.com/intel/intel-one-mono|Intel One Mono]]   * [[https://github.com/intel/intel-one-mono|Intel One Mono]]
   * [[https://github.com/tonsky/FiraCode|Fira Code]]   * [[https://github.com/tonsky/FiraCode|Fira Code]]
行 631: 行 646:
   * [[https://github.com/microsoft/cascadia-code|Cascadia Code]]   * [[https://github.com/microsoft/cascadia-code|Cascadia Code]]
   * [[https://www.jetbrains.com/lp/mono/|JetBrains Mono]]   * [[https://www.jetbrains.com/lp/mono/|JetBrains Mono]]
-  * [[https://github.com/be5invis/Iosevka|Iosevka]]+    * [[https://font.subf.dev/|Maple Mono]]
   * [[http://sourcefoundry.org/hack/|Hack]]   * [[http://sourcefoundry.org/hack/|Hack]]
   * Consolas   * Consolas
computer/program.1688404701.txt.gz · 上一次變更: 2023/07/03 17:18 由 wm