Your cart is currently empty!
Author: Gabriel JC
-
How Simple Error Handling in RemixJS V2!
This is a note to record REMIX Error Handling. CatchBoundary in REMIX v2 no longer exists, it becomes true of isRouteErrorResponse(useRouteError()). https://remix.run/docs/en/main/route/error-boundaryhttps://remix.run/docs/en/main/start/v2#catchboundary-and-errorboundary Structure In REMIX…
-
Easy Connecting Cassandra in Docker with NodeJS
Reference: https://hub.docker.com/_/cassandra Pull and Run Cassandra in Docker This will connect local port to docker container port on 7000, 7001, 7199, 9042, and 9160, which…
-
Mac 上透過 VMware Fusion 免費使用 Windows 11
2024 還是有部分軟體不直接支援 macOS,這邊筆記一下我怎麼使用 VMware Fusion for Personal Use 免費在 MacBook Air 13 M2 上使用 Windows 過程參考:使用 VMware 下載 Windows 11: https://www.youtube.com/watch?v=I3wPJFaWo_A使用 Parallels 下載 Windows 11:…
-
Docker 承載你的所有心血,讓你的 App 可以在所有地方快速啟動
有了 Docker 之後,你的 App 就不需要煩惱開發環境跟真實部署的環境有相容性的問題,整包帶走! 可以看看 Docker 跟 Linux commands: https://www.youtube.com/watch?v=pTFZFxd4hOI&t=18s同樣看看 Docker-compose: https://www.youtube.com/watch?v=HG6yIjZapSA Docker 簡介 簡言之,有了 Docker 我們只需要寫好程式碼,使用 docker build 產生 Image,然後把 Image 帶到任何地方使用 docker…
-
從 Mac 修改 Windows 11 on VMware Fusion 路徑至 SSD 隨身碟
我的小小入門 MacBook Air 的 256GB 容量剩下 5GB QQ,然後光是 VMware Fusion 裡面的 Windows 11 就有 70GB,所以ㄌㄟ ,就是要把它搬上 SSD 隨身碟嘍。 其實很簡單可以直接看 VMware: Change the File Location of…
-
[更新] 透過 WordPress 架設電商網站,並串接管理後台
這篇稍微更新一下半年後接觸了許多前後端跟雲端運算後的想法 參見 iThome 鐵人賽文章:https://ithelp.ithome.com.tw/articles/10316189 之前在 2023 iThome 鐵人賽寫了一系列 30 篇關於 WordPress 的文章,作為開始紀錄科技學習的起點,講述從取得網域、架設伺服器、安裝 WordPress,到將 WooCommerce 訂單 Webhook 至 Ragic! 的過程。 總之如果重來一次,我會 —————————— 使用 GCP 架設伺服器 可以使用…
-
OpenAI Whisper + Python 轉換 GoodNotes 音檔
最近期末考,很多課都只是錄音沒在上課,有些老師講話又很慢,所以剛剛好來玩玩 OpenAI API Reference: https://platform.openai.com/docs/guides/speech-to-text/quickstart Whisper by OpenAI GitHub: https://github.com/GJC14/whisper Whisper 是 OpenAI API platform 的其中一個 Models,其他的還有比較知名的文字、圖像模型 (Chat)GPT、DALL·E。雖然目前也有許多團隊有自己的 Speech to text AI,像是 Google Cloud Speech-to-Text、SpeechText.AI、Descript,但因為…
-
Adding Free SSL/TLS with bncert-tool on GCP WordPress
This is a hands-on of configuration of SSL/TLS certificate using bncert-tool in instance on Google Cloud Platform(GCP) Compute Engine using WordPress with NGINX and SSL…