Categories
Tags
30days AI ai backend blog blogging booking burnout career chatbot cms coding design development devops django docker email express fastapi flight Flight Booking System full stack full-stack gmail GPT-3 interviews journey LinkedIn MERN mongodb NextJS nextjs notion OpenAI openai planning portfolio programming project python react ReactJS search sendgrid smtp software software development tailwind
Day 30 of 30 Days of FastAPI - Graduation Day
What I learned in 30 days of FastAPI
367 words
|
2 minutes

Day 29 of 30 Days of FastAPI - Advanced OpenAPI & Documentation - Making Your API User-Friendly
Learn how to enhance your FastAPI documentation with advanced OpenAPI features, including custom metadata, tags, and ReDoc.
404 words
|
2 minutes

Day 28 of 30 Days of FastAPI - CI/CD & Automation - Automating Your Testing Pipeline
Learn how to automate your FastAPI testing pipeline using GitHub Actions for CI/CD, ensuring code quality with every push.
389 words
|
2 minutes

Day 27 of 30 Days of FastAPI - Logging & Observability - Watching Your API Breathe
Learn how to implement professional logging in FastAPI to monitor your API and debug issues.
375 words
|
2 minutes

Day 26 of 30 Days of FastAPI - Docker Compose & PostgreSQL — The Production Stack
Learn how to orchestrate a production-ready FastAPI stack by integrating PostgreSQL and Docker Compose for multi-container management.
301 words
|
2 minutes

Day 25 of 30 Days of FastAPI - Dockerizing FastAPI — The uv Way
Learn how to deploy a FastAPI application using Docker, ensuring it runs consistently across different environments.
348 words
|
2 minutes

Day 24 of 30 Days of FastAPI - Refactoring for Scalability with APIRouter
Learn how to refactor a monolithic FastAPI application into a modular, scalable architecture using APIRouter, separating concerns into distinct modules for better maintainability.
326 words
|
2 minutes

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

