can we discuss more about the building block /services which accelerate development speed
Nguyễn Luân
10/10/2022, 10:30 AM
because Im looking at how to improve developer experience and how shape our platform gonna be
i
Ilja Summala
10/10/2022, 11:21 AM
would be really interesting to hear what services and building blocks you have built
d
D Wolf
10/10/2022, 10:26 PM
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.