Portfolio 作品集

草稿

目錄

  1. ihome: Smart Home System 智慧居家
  2. 嵌入式系統 build root
  3. 嵌入式系統 arm open cv
  4. nlp
  5. ivoc
  6. go2shop:
  7. 助手工具
  8. line liff
  9. laravel 工單系統
  10. 系統管理與控制
  11. AWS
  12. GCP
  13. serial number system base on Firebase
  14. quickbooks

go2shop: A Online E-Commerce System

Skill

  1. Node.js
  2. Type
  3. tRPC
  4. Tappay
  5. socket.io
  6. line notify
  7. 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操作頁面,讓購物者有良好的採購體驗,穿接了嵌入式的信用卡結帳方式。

Go2Shop-HomePage

Go2Shop-TechStack

Go2Shop-History

Implementation

利用Next page router 架構,去建立這樣的電商網站,後端 API 採用tRPC方式,去做到 Type 安全性,讓前端拿到的物件都是正確的值。

也串接了 tap pay 金流服務,可以讓使用者順利結帳。

其中也實作通過 socket.io 的客服聊天室。

ihome: Smart Home System

Skill

  1. Flutter
  2. Dart
  3. Ios
  4. Android
  5. MQTT
  6. Node.js
  7. ARM Cross compile

Introduction

Smart home system to help elder

ivoc: A FlashCard cross platform

Skill

  1. Flutter
  2. Dart
  3. Ios
  4. 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

  1. Firebase
  2. Python
  3. Selenium
  4. tk
  5. Nuitka

Product Serial Number Verify System Base On Firebase

Skill

  1. Node.js
  2. GCP
  3. Firestore
  4. One Time Pad
  5. Hash

Introduction

使用課堂上所學的 one time pad ,做出類似於 time base 的密碼產生器,以及數位簽章的原理,讓序號驗證是保有時間安全性的,不會被任意修改,算是另類的實作一次 JWT (JSON Web Token)。