Flask

Setup your Web-App for Continuous Integration

By: Isaac ― July 01, 2022


Building a production-level application is daunting. This post provides an outline suitable for most web applications allowing for continuous integration.

Tags: Basics, Server

Category: Flask


Macros in Flask

By: Isaac ― October 21, 2021


Macros in Flask are useful for introducing DRY principles into your templates. This post demonstrates the basics of how to use macros.

Tags: Python, Jinja

Category: Flask


Flask Hello World

By: Isaac ― October 06, 2021


An introduction to Flask by example through a Hello World program.

Tags: Python, Basics

Category: Flask