Reflecting on 5+ years of microframeworking.
Organizing Flask apps with a mix of MVC & domain-driven design.
Using create_app
with sensible defaults for great good.
How to have as many SQLAlchemy models as you like without all the hassle.
How to organize class-based Flask views with automatic discovery and registration.
Making frequent database tasks easier with helpers for common SQL operations.