nodeapi-graphql-typescript - A skeletal GraphQL API written in Typescript... (more…)
Read more »
Speedy TypeScript type checker. Contribute to dudykr/stc development by creating an account on GitHub. (more…)
Read more »
The typescript type system is helpful in most cases, but it can’t be utilized when handling exceptions. For example: function fn(num: number): void { if (num === 0) { throw "error: can't deal with ... (more…)
Read more »
With this PR we implement Instantiation Expressions which provide the ability to specify type arguments for generic functions or generic constructors without actually calling them. For example:
fun... (more…)
Read more »
Mongoose does quite a bit of heavy-lifting for us. It is immensely useful, but not necessary in every case. In this article, we explore the Mongoose documents more and learn what we can achieve by giving up their benefits. (more…)
Read more »