Modern web applications now use huge amounts of Javascript. Javascript is often given a bad rep because of its lack of strong typing, namespaces and many other features that would help keep a large project tidy and maintainable. Because of this, TypeScrip... (more…)
Read more »
In this article, I’d like to introduce you to some of the key concepts of TypeScript to get started with building enterprise-level JavaScript applications. What is TypeScript? It is defined as the typed superset of JavaScript which compiles to plain JavaS... (more…)
Read more »
You can view the completed project at this location...
Read more »
The electron npm package now includes a TypeScript definition file that provides detailed annotations of the entire Electron API. These annotation can improve your Electron development experience even if you’re writing vanilla JavaScript. Just npm install... (more…)
Read more »
This is a walk-through of a real commercial system written in TypeScript. Static types are used to ensure that the backend code uses the database's data corr... (more…)
Read more »