#typescript
Uses: 3
Purely Functional Cloud Components with AWS CDK
Tags: #coding #aws #aws cdk #infrastructure as a code #pure functional #typescript #cloud #algebra #open source #combinators
A toolkit develops purely functional and high-order cloud components with AWS CDK. A shift from category of classes to pure functions simplifies the development.
Ad-Hoc polymorphism in TypeScript with implicit context
Tags: #coding #typescript #pure functional #type classes #generic #polymorphism
The post defines ad-hoc polymorphism techniques for TypeScript. It helps to define a function with several different types acting in a different way for each type.
Composable Cloud Components with AWS CDK
Tags: #coding #aws #aws cdk #infrastructure as a code #pure functional #typescript #cloud #boilerplate #combinators
Compose AWS CDK Components from small reusable elements using a purely functional method as a solution to scarp a boilerplate code.