• AI
  • Front-End
    • API
    • PWA
  • Google
    • Analytics
    • Apps Script
    • Firebase
    • Forms
    • Sheets
    • Maps
    • Others
  • Bot
    • Telegram
    • LINE
    • Slack
  • Vue
  • WordPress
  • 所有筆記文
  • AI
  • Front-End
    • API
    • PWA
  • Google
    • Analytics
    • Apps Script
    • Firebase
    • Forms
    • Sheets
    • Maps
    • Others
  • Bot
    • Telegram
    • LINE
    • Slack
  • Vue
  • WordPress
  • 所有筆記文
Let's Write 2025

Let's Write

Let's Write

前端工程師 August 的學習筆記 — solving problems, in simple ways.

Windows 上,本機用 Docker 安裝 GitLab
  • August
  • 2025-05-22
  • Front-End

Windows 上,本機用 Docker 安裝 GitLab

探索如何在 Windows 系統上透過 Docker 快速安裝和設置 GitLab 及 GitLab Runner,實現版本控制和 CI/CD 流程的本地化管理。

0
iPhone 的語音辨識功能:語音備忘錄,自動標點分段
  • August
  • 2025-05-21
  • AI

iPhone 的語音辨識功能:語音備忘錄,自動標點分段

教你如何使用 iPhone 語音備忘錄 App 將語音自動轉換成文字,支援多語言、自動標點與分段,速度快於 Whisper API。

2
GitHub Copilot + Figma MCP Server 實戰:用 AI 快速切版教學
  • August
  • 2025-04-12
  • AI

GitHub Copilot + Figma MCP Server 實戰:用 AI 快速切版教學

學會如何結合 GitHub Copilot 的 Agent 模式與 Figma MCP Server,自動產出 HTML/CSS 切版,加速前端開發流程,適合工程師與設計師參考的實用範例教學。

2
使用 Google Apps Script 串接 Google Analytics API,整合多站數據
  • August
  • 2025-03-29
  • Analytics, Google

使用 Google Apps Script 串接 Google Analytics API,整合多站數據

教你如何用 Google Apps Script 串接 GA API,取得即時人數與瀏覽數據,整合多個網站的流量資訊,提升分析效率!

0
監聽 localStorage 事件:如何在同一頁面內偵測變更
  • August
  • 2025-03-03
  • Front-End

監聽 localStorage 事件:如何在同一頁面內偵測變更

瞭解如何在同一個頁面內監聽 localStorage 變更,透過覆寫 setItem、getItem、removeItem 等方法,使用 CustomEvent 觸發監聽,確保數據變動即時回應。

0
免費開源的語音辨識功能:Google Colab + Faster Whisper
  • August
  • 2025-02-16
  • AI

免費開源的語音辨識功能:Google Colab + Faster Whisper

本文提供如何使用 Google Colab 結合 Faster Whisper 來提升語音辨識速度與準確性,包含安裝指南與使用方法。探索如何將語音轉換為文本,並對檔案進行不同格式的輸出。

12
使用 Ollama + Ngrok 搭建本地 LLM,遠端存取 AI 模型教學
  • August
  • 2025-02-11
  • AI

使用 Ollama + Ngrok 搭建本地 LLM,遠端存取 AI 模型教學

想在本地運行 LLM,又希望能遠端存取?本篇教你如何使用 Ollama 在 Mac mini 部署 AI 模型,並透過 Ngrok 建立公開 API,讓你從公司也能使用自己的 LLM。內附詳細步驟與 Postman 測試!

2
使用 AI 自動生成 Git Commit 訊息
  • August
  • 2024-11-30
  • AI

使用 AI 自動生成 Git Commit 訊息

學習如何使用 OpenAI API 和 Node.js,輕鬆自動生成簡潔又清晰的 Git commit 訊息。本文提供完整程式碼示例和詳細教學,提升團隊協作效率!

0
CodiumAI PR-Agent,在 GitHub 上用 AI 來 Code Review
  • August
  • 2024-08-31
  • AI

CodiumAI PR-Agent,在 GitHub 上用 AI 來 Code Review

了解如何在 GitHub 上透過 CodiumAI PR-Agent 實現 AI Code Review,自動化檢查合併請求,並簡化程式碼審查流程。本篇文章將引導您設定必要的環境與檔案,讓開發更有效率。

2
CodiumAI PR-Agent,在 GitLab 上用 AI 來 Code Review
  • August
  • 2024-08-24
  • AI

CodiumAI PR-Agent,在 GitLab 上用 AI 來 Code Review

了解如何在 GitLab 中設置和使用 CodiumAI PR-Agent 進行 AI Code Review,自動檢查和改進程式碼。本文提供詳細步驟,包括環境設置、提交必要檔案,以及如何使用 OpenAI API Key 進行配置。

2
免費開源的語音辨識功能:Cloudflare Workers AI + Whisper
  • August
  • 2024-08-07
  • AI

免費開源的語音辨識功能:Cloudflare Workers AI + Whisper

了解如何使用 Cloudflare Workers AI 與 Whisper 建立免費開源的語音辨識功能。本文詳細說明註冊步驟、部署流程及程式碼修改,讓你輕鬆將語音轉換成文字。

0
Vue 3、Tailwind CSS 3、esbuild、rollup.js 開發初始檔
  • August
  • 2024-06-22
  • Vue

Vue 3、Tailwind CSS 3、esbuild、rollup.js 開發初始檔

本文詳細介紹如何使用 Vue 3、Tailwind CSS 3、esbuild 和 rollup.js 快速開發網站。文章涵蓋了從安裝、配置到開發的完整流程,並提供了實用的代碼範例和技巧,幫助開發者提升開發效率和產品質量。

0

文章分頁

1 2 ... 18

Widgets

Recent Comments

  • 「FrankieYim」於〈iPhone 的語音辨識功能:語音備忘錄,自動標點分段〉發佈留言
  • 「Sunnine」於〈GitHub Copilot + Figma MCP Server 實戰:用 AI 快速切版教學〉發佈留言
  • 「oywoK」於〈CodiumAI PR-Agent,在 GitHub 上用 AI 來 Code Review〉發佈留言
  • 「MILK」於〈CodiumAI PR-Agent,在 GitLab 上用 AI 來 Code Review〉發佈留言
  • 「Micheal」於〈免費開源的語音辨識功能:Google Colab + Faster Whisper〉發佈留言

DMCA

DMCA.com Protection Status

Random Post

  • Google Apps Script 讀寫 Cloud Firestore 資料

    Google Apps Script 讀寫 Cloud Firestore 資料

  • 用 Vue.js 製作圖片版 EDM 生成器

    用 Vue.js 製作圖片版 EDM 生成器

  • 拿 Trello 當資料庫 建一個店家清單 - 上篇:Trello 基本使用

    拿 Trello 當資料庫 建一個店家清單 – 上篇:Trello 基本使用

Social links

Subscribe

直接加入 Telegram 的頻道,有最新文章時會收到廣播通知:

© 2025 Let's Write. All Rights Reserved.

Recent Posts

  • Windows 上,本機用 Docker 安裝 GitLab
  • iPhone 的語音辨識功能:語音備忘錄,自動標點分段
  • GitHub Copilot + Figma MCP Server 實戰:用 AI 快速切版教學
  • 使用 Google Apps Script 串接 Google Analytics API,整合多站數據
  • 監聽 localStorage 事件:如何在同一頁面內偵測變更