Seeking Talent & Innovating Together(與榖東一同邁向未來)

It's been 10 days since our last update. While we are still actively pushing forward with the development of Graholder 2.0, we're also on the lookout for new team members to join us in this exciting journey.

If you are someone with an interest in what we are building at Graholder, we invite you to reach out to us at [email protected].

Earlier this week, I had a face-to-face meeting with one of our users who introduced me to Notion and offered valuable feedback. While I’m not sure if Notion can fully serve as an internal platform for our needs, I did gain a lot from the conversation. We discussed some of the challenges we’ve faced this year and shared our plans and ideas for improvements.

We are determined that by next year, issues such as shipping errors and delays will be resolved. Although we didn't successfully recruit this particular individual, it’s only the first step. Finding the right, like-minded talent takes time and patience.

If you have a background in software engineering, we would love to talk to you. We are looking for people who share our vision, who are passionate about building something from the ground up, and who want to be a part of taking Graholder from 0 to 1.

Our vision is that one day, every shareholder meeting notice will include the message: "For delivery, please contact Graholder APP."

Graholder is driven by technology, committed to creating a transparent, secure, and convenient platform for shareholder memorabilia. We not only aim to meet the needs of shareholders but also continuously introduce innovative technologies to simplify processes, enhance user experiences, and ensure that every item is delivered safely. In the future, we hope to collaborate with banks, securities firms, and custodians to become the leading service provider for collecting shareholder memorabilia.

Make Own Memories Through Innovation
We welcome anyone interested in joining us on this journey!

Thank you for taking the time to read this. If you want to follow how Graholder evolves, explore tech discussions, startup insights, and our entrepreneurial journey, feel free to subscribe and stay tuned for more updates.


距離我們上次的更新已經過了十天。除了我們正在全力推進 榖東 2.0 的開發之外,我們也在積極尋找志同道合的夥伴來加入我們的團隊。

如果您對榖東的發展有興趣,歡迎您來信 [email protected] 與我們聯繫。

這週一,我與其中一位用戶面談,他向我介紹了 Notion 並提供了許多寶貴的建議,受益良多。雖然目前還不確定 Notion 是否能完全作為我們內部網站的解決方案,但這次交流讓我學到了很多。我們也討論了今年所遇到的一些挑戰,並分享了我們的計劃與構想。

明年,我們一定能夠解決如出貨錯誤率與出貨速度不夠快等問題。雖然這次沒能成功招募到這位人才,但這只是第一步。找到合適的夥伴需要耐心。

如果您擁有軟體工程背景,我們非常歡迎您加入討論。我們尋找的是有志一同的夥伴,願意一同從 0 到 1,打造出一個全新的平台。

我們的目標是希望在股東會通知單上看到:「如需郵寄,請洽榖東APP。」

榖東以技術為驅動力,致力於打造一個透明、安全且便捷的股東紀念品平台。我們不僅滿足股東的需求,還希望通過不斷引入創新技術,簡化流程、提升體驗,並確保每一件商品都能安全送達。未來,我們將尋求與銀行、券商及集保等機構合作,成為市場領先的股東紀念品代領服務提供商。

Make Own Memories Through Innovation

如果您對這段旅程感興趣,誠摯邀請您加入我們的行列!

感謝您的閱讀。如果您有興趣了解更多關於榖東的發展,技術討論、創業觀點、心路歷程等內容,歡迎訂閱我們,持續獲取最新資訊。

Read more

如何安裝 KubeSphere 以及管理 Workspace 和新增 Label

前言 在 Kubernetes 的世界中,KubeSphere 是一個功能強大的開源容器平台,它不僅讓 Kubernetes 的管理更簡單,還集成了多集群管理、DevOps、微服務治理等功能。本篇文章將教您如何使用 Helm 快速安裝 KubeSphere,並如何通過管理 Workspace 和新增 Label 來實現資源的高效管理。 一、使用 Helm 安裝 KubeSphere 1. 為什麼選擇 Helm 安裝? Helm 是 Kubernetes 中廣泛使用的包管理工具,使用 Helm 安裝 KubeSphere 有以下優點: * 自動化:簡化安裝過程,減少手動配置。 * 靈活性:可以根據需求自定義安裝的模組。 * 版本控制:支持管理和回滾安裝的不同版本。 2. 安裝前準備 在開始安裝之前,請確保以下條件:

By Tim Chiagn

我的經驗

1. 網絡與安全 (Networking & Security) * Fortigate: 防火牆來管理網路環境 * Traefik: 用於 K8s 的 2. 虛擬化與存儲 (Virtualization & Storage) * Esxi: 買了一台server 使用 Esxi 管理 vm * TrueNAS: 還沒有買 NAS 使用這個加減用一下 3. DevOps 與持續交付 (DevOps & CI/CD) * ArgoCD: GitOps 工具,用於 Kubernetes 的應用交付和管理,支持自動化部署和同步。 * KubeSphere:提供完整的 CI/CD 工作流管理、應用部署和 DevOps 整合功能,是 Kubernetes

By Tim Chiagn