December 22, 2023
Adding Flask Functionality: Intermediate Features for Web Apps
Expand your Flask application with essential features like index pages, dynamic tables, category management, and site-wide search functionality. This intermediate tutorial builds upon basic Flask concepts to create a more complete and user-friendly web application with proper data presentation and navigation.
September 5, 2023
Log Your Feelings: Building an Anonymous Micro-Blogging App
Create a simple yet functional anonymous micro-blogging application using Flask, SQLAlchemy, and SQLite. This tutorial walks through building a complete web app with database models, Jinja templating, and deployment using Gunicorn and NGINX—perfect for learning full-stack web development fundamentals.