Getting started with slim.js and Typescript
slim-typescript-seed - Typescript skeleton app for slim.js... (more…)
Read more »The pyramid of doom is a problem that’s plagued callbacks/promises since they were introduced to the Javascript language. If you’ve used fp-ts for any length of time, you’ve probably noticed that this problem isn’t specific to asynchronous code. For examp… Read more