Failed to Function

Flask Blueprints

We will add configuration to the Agile Estimator application, allowing us to run it in dev, test or production modes, and introduce Flask Blueprints.

Introducing a Database

Most applications are backed by a database. In this post we will start to add a database to the estimator application using SQLAlchemy to access the data.

Flask and Docker

Getting an application from development servers into production can often be an afterthought for developers. Use Docker from early on to ease this step.

Flask with Rest

This post continues the development of an application using Flask. Today we will add some Rest endpoints to the anonymous estimator.

Introduction to Flask

Flask is a Python framework for creating lightweight web sites and API endpoints. This post is about my first experience using Flask.

Failed to Function © 2026