Firebase Firestore คือฐานข้อมูลแบบ NoSQL ที่เก็บข้อมูลในรูปแบบ document เหมาะสำหรับการพัฒนาแอปพลิเคชันที่ต้องการ real-time data synchronization
Web-development
Exploring the World of Python and Lets Learn Together
Getting Started with FastAPI
- Published on
FastAPI is a modern, fast (high-performance) web framework for building APIs with Python 3.7+ based on standard Python type hints. It is designed to be easy to use and to provide high performance out-of-the-box. FastAPI is built on top of the Starlette framework for the web parts and Pydantic for the data partsFlask Extension for Real Application
- Published on
An overview of the flask extension for web development, includes Flask-Appbuilder, Flask-SqlAclchemy, Flask-Admin, and Flask-Monitoring-DashboardGetting Started with Flask
- Published on
An overview of the flask web development framework, including source code on github and solution deployment using Docker.