kerkerj

kerkerj's blog

  1. Home
  2. Archives
  3. Search
  4. Cats
  5. RSS
    1. Dark Mode

Tags

鐵人賽 swift api restful nodejs linux php devops android java rails macos mysql ruby ios

[API-d26] - 實戰開發 - API-key

鐵人賽 RESTful API Day26:為 API 加入 API-key 驗證機制,透過 Express middleware 檢查 request header 中的 api-key 保護 API 端點。

2014-10-26
鐵人賽 restful api nodejs

[Swift-d26] - 實戰開發 - TODOList - API 前置資料準備

鐵人賽 Swift Day26:TODOList 準備串接後端 REST API,定義需要的 HTTP 請求(GET/POST/PUT/DELETE)格式與 NSURLSession 前置設定。

2014-10-26
鐵人賽 swift

[API-day25] - 實戰開發 - 處理 404 & 500

鐵人賽 RESTful API Day25:在 Express 中加入 404 和 500 錯誤處理 middleware,統一回傳 JSON 格式的錯誤訊息,讓 API 更完善。

2014-10-25
鐵人賽 restful api nodejs

[Swift-day25] - 實戰開發 - TODOList - Update View

鐵人賽 Swift Day25:TODOList 實作 Update View 更新資料頁面,複用 Create View 的頁面結構,從 Show View 點擊編輯跳轉並預填入既有資料。

2014-10-25
鐵人賽 swift

[API-d24] - 實戰開發 - 刪除 TODO task API with mongoose

鐵人賽 RESTful API Day24:實作刪除 TODO task 的 DELETE API,使用 mongoose 的 findOneAndRemove 方法刪除指定 id 的 task。

2014-10-24
鐵人賽 restful api nodejs mongodb

[Swift-d24] - 實戰開發 - TODOList - Create View

鐵人賽 Swift Day24:TODOList 建立 Create View 新增資料頁面,並設計為可共用於 Update View,透過傳入參數區分新增或編輯模式。

2014-10-24
鐵人賽 swift

[API-d23] - 實戰開發 - 修改 TODO task API with mongoose

鐵人賽 RESTful API Day23:實作修改 TODO task 的 PUT API,使用 mongoose 的 findOneAndUpdate 方法更新指定 id 的 task 資料。

2014-10-23
鐵人賽 restful api nodejs

[Swift-d23] - 實戰開發 - TODOList - Show View 2, Delete View

鐵人賽 Swift Day23:TODOList 實作換頁,建立 ShowViewController 顯示 todo 詳細內容,並加入滑動刪除的 Delete View 功能。

2014-10-23
鐵人賽 swift

[API-d22] - 實戰開發 - 讀取 TODO task API with mongoose

鐵人賽 RESTful API Day22:使用 mongoose 實作讀取 TODO list(GET all)與讀取特定 task(GET by id)兩種 GET API。

2014-10-22
鐵人賽 restful api nodejs

[Swift-d22] - 實戰開發 - TODOList - Show View 1

鐵人賽 Swift Day22:TODOList 主頁建立假資料 dictionary array,傳入 TableView 顯示 todo id 和 content 列表,確認 UI 架構正常運作。

2014-10-22
鐵人賽 swift
1 2 3 4 5 6 7 8 15
© 2010 - 2026 kerkerj
Powered by Hugo. Theme Stack. All Rights Reserved.