Kavin (RK)kamalkavin96.hashnode.dev·Jul 5, 2024FastAPI for Beginners: Building Fast, Modern APIs with PythonIntroduction FastAPI is a modern, high-performance web framework for building APIs with Python 3.7+ using standard Python type hints. It's designed to be easy to use and to create efficient, scalable web applications. What is FastAPI? FastAPI is a we...fastapi app
Nikhil Akkinikhilakki.in·Apr 22, 2023What is JSON Schema?I recently used JSON Schema in one of my projects for API request validation on AWS API gateway. I found it overwhelming at first, but quite powerful as it fit our use case quite well. Validating request before it hits your back-end system can filter...62 readsjson-schema