Home Tags TypeScript

Tag: TypeScript

Polyglot programming allows developers to choose the right language to solve...

0
Programming languages can divide opinion. They are, for many engineers, a mark of identity. Yes, they say something about the kind of work you...

8 programming languages to learn in 2019

0
Learning new skills takes time - that's why, before learning something, you need to know that what you're learning is going to be worthwhile....

4 key findings from The State of JavaScript 2018 developer survey

0
Three JavaScript developers surveyed over 20,000 JavaScript developers to find out what’s happening within the language and its huge ecosystem. From usage to satisfaction...

TypeScript 3.0 is finally released with ‘improved errors’, editor productivity and...

0
It’s finally here! Microsoft just released the latest version of their favorite web development language almost 2 years after TypeScript 2.0 was announced. TypeScript...

Angular 6.1.0 is here!

0
Version 6.1.0 of the popular JavaScript framework Angular is here. The latest version released yesterday mainly focuses on bug fixes, new features, and support...

TypeScript 3.0 release candidate is here

0
After the announcement of Typescript 2.9 RC  back in May, Microsoft’s TypeScript team came out with the release candidate of TypeScript 3.0 last week,...

Typescript 2.9 release candidate is here

0
The release candidate for Typescript 2.9 is here! Typescript is an open-source programming language which adds optional static typing to Javascript. Let’s jump into...

How to work with classes in Typescript

0
If we are developing any application using TypeScript, be it a small-scale or a large-scale application, we will use classes to manage our properties...

How to install and configure TypeScript

1
In this tutorial, we will look at the installation process of TypeScript and the editor setup for TypeScript development. Microsoft does well in providing...