前端網頁互動: HTML5 (JavaScript)
後端系統整合: Node.js, Python, PHP, C/C++, Java
SQL / NoSQL 資料庫系統: MySQL, MariaDB, PostgreSQL, MSSQL, Oracle, MongoDB, Redis
IoT 物聯網、MCU 微控板、單板電腦: Arduino, ESP32/ESP8266, micro:bit, Raspberry Pi, NVIDIA Jetson Nano
Smart Home 智慧家居 與 IoT 物聯網 整合平臺: Home Assistant + ESPHome, Node-RED, ThingsBoard
Open Data 政府開放資料: 交通、氣象、其他…
電子地圖、移動軌跡記錄、車隊管理: Google Map, OpenStreetMap, OpenLayers, TracCar
NoSQL 非關聯式資料庫、及 MongoDB 簡介
MongoDB Server 文件型資料庫伺服器本機安裝、及雲端 Atlas 免費額度啟用
MongoDB Client 資料庫管理工具 ~ MongoDB Shell、MongoDB Compass、MongoDB for VS Code
MongoDB 基本操作、MQL (MongoDB Query Language) 與 SQL 比較
MQL 基本語法 ~ CRUD Operations 一般存取、View 檢視表
MQL 進階語法 ~ Aggregation Operations 聚合運算、Embedding / Referencing 資料關聯
MongoDB 效能調校 ~ Index 查詢優化、Text Search 文字檢索、Transactions 資料庫交易
MongoDB 維運管理 ~ Access Control、Network Security、匯入/匯出/移轉/備份 工具
MongoDB 應用實例 ~ Data Model 數據模型、Altas Sample Data
撰寫 Python 程式,存取 MongoDB 資料庫 ~ 使用 PyMongo 模組
撰寫 Node.js 程式,存取 MongoDB 資料庫 ~ 使用 mongodb 模組