How can you get the most out of using typescript with your project? Read a discussion of the options and tools to help you to provide a great programming experience with Svelte. (more…)
Read more »
GraphQL is a popular API query language that offers more structured, performant and secure ways of accessing data from another service… (more…)
Read more »
As you may or may not remember from my last post, I’ve been thinking of useful ways of combining the best of Clojure, MobX and TypeScript. The result was a generic MobX store implementing the… (more…)
Read more »
Today we’re excited to announce the availability of TypeScript 4.4! If you haven’t heard of TypeScript yet, it’s a language that builds on JavaScript by adding syntax for static types. Tools like the TypeScript compiler just erase those types, leaving you... (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... (more…)
Read more »