Cloudflare provider v5: Upgrading terraform module-resources Feb 24, 2025 by Pascal H. Lesedauer 4 MinutenUpgrading to Cloudflare Terraform Provider v5 can be challenging, especially for resources inside modules that require manual state migration. This script automates the process by generating import and delete commands, saving time and reducing errors.…
HowTo: Simple pagination in WTForms and Flask-WTF Sep 9, 2024 by Pascal H. Lesedauer 4 MinutenImplementation of multi-page forms in Flask using WTForms and Flask-WTF, using custom attributes and JavaScript for enhanced user experiences in Python web applications…