Browsing Tag
flask
8 posts
Explaining Python Type Annotations: A Comprehensive Guide to the typing Module
Leapcell: The Next-Gen Serverless Platform for Python app Hosting In-depth Exploration of Python’s typing Module: A Powerful Aid…
Supercharge your applications queries with caching
Have you ever wondered how some websites seem to load information almost instantly, even when dealing with massive…
Stay Updated with Python/FastAPI/Django: Weekly News Summary (20/05/2024-26/05/2024)
Dive into the latest tech buzz with this weekly news summary, focusing on Python, FastAPI, and Django updates…
Create a Hilarious Joke API with Flask and Python
In this guide, we’ll walk you through the simple steps to create a Joke API using Flask, a…
DFGV: Self-Contained Full-Stack Web Apps
“Stack” is a loaded term. I did a substantial amount of development in college and grad school (both…
Web Development with Vite, Vue, and Flask
Introduction we’ll explore how to use Vue.js and Flask together to create an application. We’ll cover the process…
Using Blueprint to Organize Flask Apps
Introduction Large applications can become complex and difficult to manage due to the presence of numerous components and…
MySQL x Flask: Add MySQL database with Flask App
MySQL is a widely used open-source relational database known for its performance, reliability, and scalability. It is suitable…