xmldsigjs - XMLDSIGjs provides an implementation of XMLDSIG in Typescript/Javascript based on WebCrypto...
Read more »
What is the difference between the private keyword of TypeScript against the # character of EcmaScript/JavaScript... (more…)
Read more »
Today we’re proud to release TypeScript 3.8!
For those unfamiliar with TypeScript, it’s a language that adds syntax for types on top of JavaScript which can be analyzed through a process called static type-checking. This type-checking can tell us about er... (more…)
Read more »
As a Software Engineer I used to put a lot of focus on making sure that my TypeScript code is typed correctly. Actually, I deemed it to be the key cod... (more…)
Read more »
Which of these two ways to define the type of a variable as one of multiple possibilities is better? Let's have a look at the trade-offs. (more…)
Read more »