補作業
補作業
小弟之前在在 Chrome Extension Store 上發佈了一個簡單的小工具 copy 2 clipboard with ease - Chrome Web Store 可以快速的複製頁面的 titl/url
Workflows combine a bunch of steps across apps into a single tap. Collect workflows like these to save time and effort every day
一個可以在 iOS 透過拖拖拉拉的方式進行有一點像寫程式的感覺來組合各種元件來達到一些特定的功能
類似 Chrome Extension - copy 2 clipboard with ease 的功能,可以在 iOS 中進行 url/title 的複製操作
GCPUG Taiwan Meetup #29 Screenshot as a service
...morecage1016/screenshot-as-a-service-demo: GCPUG Taiwan Meetup #29: screenshot as a service demo code
簡單記鎑一下最近在專案上需要利用 regex 來進行字串的拆解
Waldo-gcp 在 2015 時 Google I/O Extended Taipei 時分享過一個計算最佳路徑的微服務。在提供幾組 Google Maps 上有效的地址,透過 Google Maps Distance Matrix API 來計算出每一個點一點之間的旅行距離及旅行時間。再透過基因演算出計算出周遊一圈旅行最短路徑
|
|
此篇就對 Cage & Ping wedding 中實作專案中最為重要的 backend API (endpoint API) 部份進行簡單的說明,每一個 Google App Engine Service 實作的細節會在後序的篇幅中介紹
圖一
圖二
Cage & Ping wedding 的網站大至上可以區分為靜態頁面(frontend Service, Golang) 及負責資料收集的 API (endpoints Service, Python). Google Endpoints API[1] 是架構在 GAE 上的一個 RPC (remote procedure call) 服務。由於 endpoints API 是基於 ProtoRPC remote.Service 實作出來的,所以在實作我們的方法時也是依照 protorpc 的方式來定義,小弟在寫 Cage & Ping wedding 這一個網站的時候 Endpoints API 還是 1.0,所以這篇文章還是以 Endpoints API 1.0 來說明
此篇就對 Cage & Ping wedding frontend Service 使用了 GAE standard runtime 搭配 echo 網頁框架實作介紹
Cage & Ping wedding frontend Service(Module) 主要的功能如下
frontend Service
|
|
此篇就對 Cage & Ping wedding 中實作的專案架構進行簡單的說明,每一個 Google App Engine Service 實作的細節會在後序的篇幅中介紹
Cage & Ping wedding 完全架構在 Google App Engine 上,再功能任務上需要達到幾個要求
project structure
|
|
Cage & Ping wedding 是一個我們為結婚喜宴處理朋友出席報名相關事宜特別開發的網站,所有的服務全部建構在 Google Cloud Platform 上
功能大至如下:
喜宴相關資訊
婚紗搶先看,先公開一部份。喜宴當天再公佈所有照片
labstack/echo 一個輕量、高效的 Golang
網頁框架,讓使用者非常容易的建立 RESTful API 伺服器
|
|
|
|