TypeScript with Node is easier than ever to setup

Whilst it can front-load some of the effort required to build a large-scale JavaScript application, over the last couple of years I’ve found TypeScript to be something that protects both you (or future you) and the people you work with the longer a projec… Read more

Similar

A safe router for TypeScript

I've been making web applications for some time now and one thing that keeps annoying me is the use of magic strings for declaring and matching routes. Webapps are getting more and more complex and static typing is getting more and more traction as a too... (more…)

Read more »