Today we’re excited to announce the release of TypeScript 4.2! For those who aren’t familiar with TypeScript, it’s an extension to JavaScript that adds static types and type-checking. With types, you can state exactly what your functions take, and what th... (more…)
Read more »
TypeScript is a typed superset of JavaScript that compiles to
plain JavaScript.
(more…)
Read more »
Sequential workflow designer written in TypeScript with no dependencies. - GitHub - b4rtaz/sequential-workflow-designer: Sequential workflow designer written in TypeScript with no dependencies. (more…)
Read more »
A practical review of the GitHub Copilot Technical Preview. In this video I use copilot to help me write some TypeScript. The project I'm working on is a sim... (more…)
Read more »
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 »