Use AWS Services, Amazon API Gateway, AWS Lambda, and Amazon DynamoDB to bulid serverless services
醫療數位影像傳輸協定 相關筆記
Nginx調教經驗
## HTTP Strict Transport Security(HSTS)
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
## 為了防止IFrame式Clickjacking攻擊
add_header X-Frame-Options "SAMEORIGIN" always;
## 阻止瀏覽器探知檔案的 mime type ( disable Content sniffing )
add_header X-Content-Type-Options nosniff always;
建立新App
npm init
需要的package
npm install oidc-provider --save
npm assert-provider --save
create index.js and follow node-oidc-provider api document to implement the simple oidc provider running on Heroku
heroku create yourappname
學習Line Bot心得
利用政府開放資料對台灣男女性癌症做關聯分析, 並練習畫雲林縣地圖。