Insights

Ideas from real project work.

How automation, AI and clear data play out in practice — with the technical details when you want them.

Some articles are available in English only. The language is shown with each post.

GitHub tabelle1
Filter by tool
English4 min read

Simple ETL Configuration with Pydantic Settings

A lean ETL configuration pattern for Python: one Pydantic Settings class with typed .env values, computed path fields, and a naming convention that makes directory setup self-documenting.

Python
English2 min read

Power BI Best Practices Part 1

Power BI Best Practices, Part 1: Setup. Strong projects start with a clean, consistent foundation. In this first installment I share the setup methods I use on every build to keep work organized and maintain quality and clarity from kickoff to delivery.

Power BI