Jasper Blog

千里之行,始於足下

Dokcer Fit AWS EC2

Deploy the Web API on AWS EC2

Build the Flask Web API on AWS EC2 via docker image

Dokcer Learning - 1

Introduce Docker

Docker V.S. Virtual Machine

Dokcer Learning - 2

Docker CLI

Introduce Docker Command Line

Angular Learning - 1

NgModule -1

Module Angular 中Module 為功能模組,用意為邏輯的處理 透過NgModule 實現模組化 通常根模組(Root Module) 會取名為 AppModule => app.module.ts Module 檔案結構 模組檔案通常可分為

Django - 5 Migrations

Models 的概念 建立一個可重複性使用,且明確的後端資料的存取/處理行為 實現DRY(Don’t repeat yourself) 在APP中建立一個新的Modle 修改setting.