CSS just wasn’t designed to work for large, long-lived software projects. There’s no mistake about it. Virtually every project I’ve … More
Category: software development
Typesafe Redux in Typescript
Redux is great. TypeScript is great. Redux isn’t, at the outset, anywhere where near typesafe. This means Redux in TypeScript … More
Really simple dependency injection in TypeScript
I’ve been working on a side project in TypeScript. The goal is to eventually build a product similar to IdeaBoardz which is better-suited to … More