Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
OTIS Ho
3 posts
back-end
members
5 FastAPI Depends() Tips You Might Not Know
Depends() is one of the most powerful features in FastAPI, but many developers only use it for basic use cases. In this blog, I’ll share 5 helpful tips with Depends() that can make your code cleaner,
OTIS Ho
Jun 11, 2025 | 3 min read
back-end
members
Using FastAPI’s TestClient for Quick API Validation
When building APIs with FastAPI, testing is very important. But sometimes, you don’t want to set up complicated testing tools just to check if an endpoint works. That’s where TestClient comes in. It’
OTIS Ho
Jun 10, 2025 | 2 min read
back-end
members
Custom Middleware in FastAPI: From Logging to Header Validation
In this blog, I will show you how to create custom middleware in FastAPI. Middleware is useful when you want to do something before or after a request is processed by your API. We will learn how to:
OTIS Ho
Jun 9, 2025 | 2 min read
Load more posts