Following Brad Green’s keynote at ng-conf 2017 that seemed to indicate that Typescript is now an official language at Google, there were man... (more…)
Read more »
It is already well known in the frontend development community that adopting TypeScript is a good idea for (almost) every project that… (more…)
Read more »
When implementing TypeScript in our projects, we strive to write the best typings we can. We might often feel like using the [crayon-5e2f000e1ba2d664952471-i/] type defeats the purpose of TypeScript, and rightfully so. There are also some other types wort... (more…)
Read more »
TypeScript is a superset of JavaScript that provides typed nature to your code. TypeScript can be used for cross-browser development and is an open source project. Bipin Joshi
shares a quick overview of the top 10 features of this new scripting language. (more…)
Read more »
Yesterday I’ve been refactoring one of our internal library in GWI from JavaScript to TypeScript. As a JavaScript veteran I like to use some edgy non-conventional & pre-ES 2015 coding styles. I’m not using prototype, class or this much often. I’...
Read more »