Skip to main content

Template-Oriented-Programming to Ship Faster

ยท One min read
Template-Oriented-Programming to Ship Faster

With a POC using Spring-fu + Kotlin + Arrow, let's Convert Monomorphic code (for common use-cases such as Auth, Validation) to Polymorphic reusable templates, to be reused among heterogeneous services built on different tech-stacks (blocking/non-blocking). This helps accelerate feature development.