2022-11-28
|~2 min read
|254 words
I was working on a Typescript project recently that was bootstrapped with TSDX. Unfortunately, when I went to use some features, like…
2022-11-28
|~1 min read
|146 words
In writing about setting Typescript up for new projects, one of the features I discussed in passing is extending configurations. Extending a…
2022-11-28
|~5 min read
|869 words
I’ve written in the past about a simple boiler plate for node applications. Today, however, I want to talk about a more generic boiler…
2022-11-28
|~1 min read
|127 words
The following is a simple that I’ve found helpful when writing simple node applications. I’ve found myself copying and pasting it between…