Sure. Reusable building blocks can be REST APIs (basic examples we have built are an email sender service and a logging service, ranging to more custom business specific examples) and Python libraries of reusable common functions (mostly for ETL with various data sources). These save development time and energy because they can simply be stitched together when building something new.