Categories
Tags
30days AI ai backend blog blogging booking burnout career chatbot cms codebar codeyourfuture coding cybersecurity design development devops django docker email express fastapi flight Flight Booking System full stack full-stack gmail GPT-3 interviews javascript journey LinkedIn MERN mongodb NextJS nextjs notion OpenAI openai planning portfolio programming project python react ReactJS search sendgrid smtp software software development tailwind
Day 23 of 30 Days of FastAPI - Environment Variables & Pydantic Settings
Learn how to manage environment variables and sensitive configuration in FastAPI using Pydantic Settings and .env files for better security and portability.
657 words
|
3 minutes

Day 22 of 30 Days of FastAPI - Database Isolation & Dependency Overrides
Learn how to use pytest fixtures and dependency overrides to create a test database that ensures your tests start with a clean slate every single time.
344 words
|
2 minutes

Day 21 of 30 Days of FastAPI - Testing Your API - Confidence Through Automation
Learn how to implement automated testing in FastAPI using pytest and TestClient to ensure code reliability and prevent regressions.
331 words
|
2 minutes

Day 20 of 30 Days of FastAPI - Static Files & Templates — Creating a UI for your API
Learn how to serve static files and render HTML templates with FastAPI.
236 words
|
1 minutes

Day 19 of 30 Days of FastAPI - Background Tasks — Stop Making Your Users Wait
Learn how to improve API performance by offloading long-running operations like email sending and image processing using FastAPI BackgroundTasks.
297 words
|
1 minutes

Day 18 of 30 Days of FastAPI - Identifying the Current User — From Tokens to Objects
Learn how to identify the current user in FastAPI by decoding JWT tokens and retrieving user objects from the database using dependencies.
304 words
|
2 minutes

Day 17 of 30 Days of FastAPI - JWTs and Password Hashing - The Security Deep Dive
Learn how to implement secure password hashing and JWT authentication in FastAPI using passlib and python-jose.
351 words
|
2 minutes

Day 16 of 30 Days of FastAPI - Introduction to Security & OAuth2
Learn the fundamentals of API security in FastAPI by implementing OAuth2 with Password Flow and leveraging built-in security dependencies.
232 words
|
1 minutes

