Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 4.84 KB

README.md

File metadata and controls

60 lines (50 loc) · 4.84 KB

iThome 2023 FastAPI Tutorial

鐵人賽文章列表
Author: Liu Zhe You(Jason)
LinkedIn : Jason Liu

Welcome to have any discussion with me about this tutorial 🙌

FastAPI : RestfulAPI 前後端分離的支柱

在 Day01 ~ Day09 : 介紹 FastAPI 的基本用法

在 Day10 ~ Day16 : 在 FastAPI 中使用 SQLAlchemy 和 Depends injection

在 Day17 ~ Day20 : 實作 OAuth2 + JWT 登入機制

在 Day21 ~ Day23 : 以 Pytest 來撰寫 Unit Test 和 Docker Compose 來部署專案

在 Day24 ~ Day26 : 以 Redis 實作 Server Side Cache

在 Day27 ~ Day29 : 實作 Primary Replica 架構

在 Day31 ~ Day33 : Pub/Sub 與 Rate Limit 實作