APPLICATION


2024-04-27

Flask Limiter - Customise Rate Limits on API, Application Usage

Introduce Flask Limiter and relevant features and parameters. Learn it and start equipping your application with the Flask limiter

2024-04-26

Flask Paginate - Implement Paginations to List Search Result Info

Using Flask paginate to break down product and service search results per page is a popular approach in web and mobile applications.

2024-04-26

Flask Search Bar Plus Dynamic Data Table Return Using Pandas

Go through how to set up a fundamental flask search bar and return data table using panda's data frame and python

2024-04-26

Flask Login & SQLAlchemy - User Login, Authentication System

Building an application with the user login and authentication system is a basic function in the current web 3.0 era. Learn using Flask login

2024-04-25

MongoDB Atlas - Flask Application Database Right for Big Data

Go through on how MongoDB Atlas integrates with Flask Applications using Python. It’s right for any big databased projects.