Locust in docker
Locust是一種基於Python編寫的開源負載測試工具,它可以模擬大量用戶同時訪問網站或API,以測試系統的 […]...
軟工用的商業模型圖
商業模型圖是設計用來評估一個企業運轉的架構,因此針對結構清楚的資訊軟體服務也能進行良好的分析。 因此這邊我們準 […]...
Design thinking in software development
Design Thinking是一種以人為本的創新方法論,適用於各個領域,包括軟體開發。它將使用者的需求和期望 […]...
深入探討 NLP 模型的訓練技巧和應用 [NLP-Kickoff]
針對模型進行評估 https://colab.research.google.com/drive/1WnYVg […]...
實作 NLP 模型訓練和數據預處理 [NLP-Kickoff]
1. Behind the pipelinehttps://huggingface.co/course/cha […]...
了解 NLP 模型的使用 [NLP-Kickoff]
第一週: 學習 NLP 中的常用模型,例如內容分類模型、情感分析模型等 了解 NLP 深度學習模型中常用的模型 […]...
Restless Reinvention
Our Work is Never Done Quick and continuous improvement […]...
Finding user problems
an Enterprise Design Thinking Principle that represents […]...
Write A Great Problem
You’ve learned about the core concepts and practices of […]...
How to hold a brainstorming
How to hold a brainstorming Brainstorming, also known a […]...
Design thinking is for you
Design thinking is the mindset that aims to improve the […]...
Apply design thinking to AI
The AI Essentials Framework is a specific grouping of a […]...
The Clearbridge Hotels case study
It’s a case for Apply design thinking to AI https […]...
我應該使用什麼數據庫
在選擇數據庫時,不同的人使用不同的標準: 數據庫採購人員: 採購成本: 存儲要求 網絡要求。 數據庫管理員 ( […]...
What database should I use
When choosing a database, different people use differen […]...
為shell script設定參數
通常 shell script是互動性的,這意味著它們接受來自用戶的命令作為輸入並執行它們。這邊我們提供兩種為 […]...
使用 fastapi 構建 api
快速使用FastAPI ! 新版本的Python在類型提示上的功能越來越完善,使用FastAPI 可以讓API […]...
What’s storage Should I use
您的應用程序應該在哪裡存儲數據?當然,選擇取決於用例。這篇文章介紹了 Google Cloud 中三種存儲類型 […]...
資料倉儲(Data lake/storage) 和 資料庫 (a database) 的主要差異
資料庫 (a database) 資料庫的核心是資料的容器,通常是用於目的在軟體之間的資料交換和使用電子方式存 […]...
Structural Recursion
Goal: Tramsform and implete algebraic data types struct […]...
Algebraic Data Types
Goal: translate data desriptions into the code. In Alge […]...
使用GIT下團隊應該執行的風格與規範
基本上版本控制已經是這個時代必須的工具了,許多git平台也一直不斷結合更多的功能,達到能推動軟體整體開發的工具 […]...
如何開始一個新的軟體專案
作爲一個PM或是專案擁有人,在面對新專案的第一時間點,比較困難的部分就是應該如何開始,因此這邊整理出了一個通用 […]...
SRE 概念速讀 – SLI/SLO/SLA
這邊我會著重挑選幾個SRE中經常使用到的概念來進行說明,這並不是完整的教學,期待是在短時間內提供一個概念的導讀 […]...
軟體程式開發流程 – 問題解決
這個系列是根據Amazon面試準備內容,軟件開發工程師面試準備 (Software Development E […]...