Portfolio 作品集
草稿
目錄
- ihome: Smart Home System 智慧居家
- 嵌入式系統 build root
- 嵌入式系統 arm open cv
- nlp
- ivoc
- go2shop:
- 助手工具
- line liff
- laravel 工單系統
- 系統管理與控制
- AWS
- GCP
- serial number system base on Firebase
- quickbooks
go2shop: A Online E-Commerce System
Skill
- Node.js
- Type
- tRPC
- Tappay
- socket.io
- line notify
- next.js
Github: GitHub - benchen216/go2shop
Introduction
The goal of this project is to establish an e-commerce website featuring a comprehensive backend management system. This system will enable administrators to effectively manage the platform, with access to clear sales charts for insightful analysis and decision-making.
On the frontend, the site will offer users a modern and intuitive user interface, designed to enhance the shopping experience. This user-friendly interface will facilitate easy navigation and efficient purchase processes for shoppers. The website will also integrate a secure, embedded credit card payment system, ensuring a seamless and safe checkout experience for customers.
建立一個擁有後檯電商網站,方便管理者管理,有一個明確的銷售的圖表可以參考。
前檯使用者可以通過現代化的UI操作頁面,讓購物者有良好的採購體驗,穿接了嵌入式的信用卡結帳方式。



Implementation
利用Next page router 架構,去建立這樣的電商網站,後端 API 採用tRPC方式,去做到 Type 安全性,讓前端拿到的物件都是正確的值。
也串接了 tap pay 金流服務,可以讓使用者順利結帳。
其中也實作通過 socket.io 的客服聊天室。
ihome: Smart Home System
Skill
- Flutter
- Dart
- Ios
- Android
- MQTT
- Node.js
- ARM Cross compile
Introduction
Smart home system to help elder

ivoc: A FlashCard cross platform
Skill
- Flutter
- Dart
- Ios
- Android
Google Cloud Platform: Certificates
Certificate: https://www.cloudskillsboost.google/public_profiles/c48e15b5-cc39-48aa-8db6-86539ba6ed9c
AWS
Facebook/Instagram Liker Bot (A social media helper kit)
Skill
- Firebase
- Python
- Selenium
- tk
- Nuitka

Product Serial Number Verify System Base On Firebase
Skill
- Node.js
- GCP
- Firestore
- One Time Pad
- Hash
Introduction
使用課堂上所學的 one time pad ,做出類似於 time base 的密碼產生器,以及數位簽章的原理,讓序號驗證是保有時間安全性的,不會被任意修改,算是另類的實作一次 JWT (JSON Web Token)。