Date Archives June 2024

The Modern Web

The Modern Web The visionary creator of the World Wide Web, Tim Berners-Lee, once said, “We have not yet seen the Web as I had imagined it to be. The… Read More

Pydantic, Type Hints, and Models

Pydantic, Type Hints, and Models (Data validation and settings management using Python type hints) FastAPI stands largely on a Python package called Pydantic. This uses models (Python object classes) to… Read More

File Handling in FastAPI

File Handling in FastAPI Building APIs requires careful file handling, which is a critical component of web development. We will look at how FastAPI makes file uploading, downloading, and serving… Read More