Course programme
Selecting and Setting Up a TypeScript IDE
4 lectures 17:46
The Course Overview
In this video, we will get an overview of the entire course.
Introduction and Setup of Visual Studio Code As Your IDE
In this video, we will learn which editor to use for Visual Studio code
• Download Visual Studio code
• Setup Visual Studio code
• Check out its features
Enable Visual Studio Code Linting for TypeScript
In this video, we will see how Writing properly styled code is important, and setting up linting enables us to write code accordingly to previously setup standards.
• Discuss what linting is
• Learn how to download linting
• Enable linting for Visual Studio Code
Debugging TypeScript in the Browser
In this video, we will see how Developing TypeScript applications can be challenging as the codebase gets complied down to JavaScript.
• Learn what map files do
• See how to achieve debugging of typescript code in the browser
Selecting and setting up a typescript IDE
Selecting and Setting Up a TypeScript IDE
4 lectures 17:46
The Course Overview
In this video, we will get an overview of the entire course.
Introduction and Setup of Visual Studio Code As Your IDE
In this video, we will learn which editor to use for Visual Studio code
• Download Visual Studio code
• Setup Visual Studio code
• Check out its features
Enable Visual Studio Code Linting for TypeScript
In this video, we will see how Writing properly styled code is important, and setting up linting enables us to write code accordingly to previously setup standards.
• Discuss what linting is
• Learn how to download linting
• Enable linting for Visual Studio Code
Debugging TypeScript in the Browser
In this video, we will see how Developing TypeScript applications can be challenging as the codebase gets complied down to JavaScript.
• Learn what map files do
• See how to achieve debugging of typescript code in the browser
Selecting and setting up a typescript IDE
The Course Overview
In this video, we will get an overview of the entire course.
The Course Overview
In this video, we will get an overview of the entire course.
The Course Overview
In this video, we will get an overview of the entire course.
The Course Overview
In this video, we will get an overview of the entire course.
In this video, we will get an overview of the entire course.
In this video, we will get an overview of the entire course.
Introduction and Setup of Visual Studio Code As Your IDE
In this video, we will learn which editor to use for Visual Studio code
• Download Visual Studio code
• Setup Visual Studio code
• Check out its features
Introduction and Setup of Visual Studio Code As Your IDE
In this video, we will learn which editor to use for Visual Studio code
• Download Visual Studio code
• Setup Visual Studio code
• Check out its features
Introduction and Setup of Visual Studio Code As Your IDE
In this video, we will learn which editor to use for Visual Studio code
• Download Visual Studio code
• Setup Visual Studio code
• Check out its features
Introduction and Setup of Visual Studio Code As Your IDE
In this video, we will learn which editor to use for Visual Studio code
• Download Visual Studio code
• Setup Visual Studio code
• Check out its features
In this video, we will learn which editor to use for Visual Studio code
• Download Visual Studio code
• Setup Visual Studio code
• Check out its features
In this video, we will learn which editor to use for Visual Studio code
• Download Visual Studio code
• Setup Visual Studio code
• Check out its features
Enable Visual Studio Code Linting for TypeScript
In this video, we will see how Writing properly styled code is important, and setting up linting enables us to write code accordingly to previously setup standards.
• Discuss what linting is
• Learn how to download linting
• Enable linting for Visual Studio Code
Enable Visual Studio Code Linting for TypeScript
In this video, we will see how Writing properly styled code is important, and setting up linting enables us to write code accordingly to previously setup standards.
• Discuss what linting is
• Learn how to download linting
• Enable linting for Visual Studio Code
Enable Visual Studio Code Linting for TypeScript
In this video, we will see how Writing properly styled code is important, and setting up linting enables us to write code accordingly to previously setup standards.
• Discuss what linting is
• Learn how to download linting
• Enable linting for Visual Studio Code
Enable Visual Studio Code Linting for TypeScript
In this video, we will see how Writing properly styled code is important, and setting up linting enables us to write code accordingly to previously setup standards.
• Discuss what linting is
• Learn how to download linting
• Enable linting for Visual Studio Code
In this video, we will see how Writing properly styled code is important, and setting up linting enables us to write code accordingly to previously setup standards.
• Discuss what linting is
• Learn how to download linting
• Enable linting for Visual Studio Code
In this video, we will see how Writing properly styled code is important, and setting up linting enables us to write code accordingly to previously setup standards.
• Discuss what linting is
• Learn how to download linting
• Enable linting for Visual Studio Code
Debugging TypeScript in the Browser
In this video, we will see how Developing TypeScript applications can be challenging as the codebase gets complied down to JavaScript.
• Learn what map files do
• See how to achieve debugging of typescript code in the browser
Debugging TypeScript in the Browser
In this video, we will see how Developing TypeScript applications can be challenging as the codebase gets complied down to JavaScript.
• Learn what map files do
• See how to achieve debugging of typescript code in the browser
Debugging TypeScript in the Browser
In this video, we will see how Developing TypeScript applications can be challenging as the codebase gets complied down to JavaScript.
• Learn what map files do
• See how to achieve debugging of typescript code in the browser
Debugging TypeScript in the Browser
In this video, we will see how Developing TypeScript applications can be challenging as the codebase gets complied down to JavaScript.
• Learn what map files do
• See how to achieve debugging of typescript code in the browser
In this video, we will see how Developing TypeScript applications can be challenging as the codebase gets complied down to JavaScript.
• Learn what map files do
• See how to achieve debugging of typescript code in the browser
In this video, we will see how Developing TypeScript applications can be challenging as the codebase gets complied down to JavaScript.
• Learn what map files do
• See how to achieve debugging of typescript code in the browser
Selecting and setting up a typescript IDE
Selecting and setting up a typescript IDE
Selecting and setting up a typescript IDE
Selecting and setting up a typescript IDE
Keeping Up the Quality
4 lectures 29:47
Setting Up TSLint
In this video, we will see how TSLint is the linter for TypeScript but it requires setup and configuration.
• Learn what TSLint is
• Learn how to configure TSLint
Setting Up Grunt
In this video, we will see how Using a Task Automator is beneficial and Grunt via it’s plugins can be easily used with TypeScript.
• Discuss the basics of Grunt
• Learn how to install and configure Grunt
• Execute Grunt tasks against TypeScript
Using Jasmine to Unit Test Your Code
In this video, we will see how Tests are important in software development, and therefore unit tests are required. Jasmine is one of the most popular unit test frameworks.
• Learn what Jasmine is
• See how to configure Jasmine
• Execute jasmine unit tests against TypeScript code
Setting Up Karma
In this video, we will see how Karma is a popular test runner and it allows the execution of Jasmine unit tests.
• Learn what Karma is
• See how to setup and configure Karma
• Execute Jasmine unit tests via Karma
Keeping up the quality
Keeping Up the Quality.
4 lectures 29:47
Setting Up TSLint
In this video, we will see how TSLint is the linter for TypeScript but it requires setup and configuration.
• Learn what TSLint is
• Learn how to configure TSLint
Setting Up Grunt
In this video, we will see how Using a Task Automator is beneficial and Grunt via it’s plugins can be easily used with TypeScript.
• Discuss the basics of Grunt
• Learn how to install and configure Grunt
• Execute Grunt tasks against TypeScript
Using Jasmine to Unit Test Your Code
In this video, we will see how Tests are important in software development, and therefore unit tests are required. Jasmine is one of the most popular unit test frameworks.
• Learn what Jasmine is
• See how to configure Jasmine
• Execute jasmine unit tests against TypeScript code
Setting Up Karma
In this video, we will see how Karma is a popular test runner and it allows the execution of Jasmine unit tests.
• Learn what Karma is
• See how to setup and configure Karma
• Execute Jasmine unit tests via Karma
Keeping up the quality
Setting Up TSLint
In this video, we will see how TSLint is the linter for TypeScript but it requires setup and configuration.
• Learn what TSLint is
• Learn how to configure TSLint
Setting Up TSLint
In this video, we will see how TSLint is the linter for TypeScript but it requires setup and configuration.
• Learn what TSLint is
• Learn how to configure TSLint
Setting Up TSLint
In this video, we will see how TSLint is the linter for TypeScript but it requires setup and configuration.
• Learn what TSLint is
• Learn how to configure TSLint
Setting Up TSLint
In this video, we will see how TSLint is the linter for TypeScript but it requires setup and configuration.
• Learn what TSLint is
• Learn how to configure TSLint
In this video, we will see how TSLint is the linter for TypeScript but it requires setup and configuration.
• Learn what TSLint is
• Learn how to configure TSLint
In this video, we will see how TSLint is the linter for TypeScript but it requires setup and configuration.
• Learn what TSLint is
• Learn how to configure TSLint
Setting Up Grunt
In this video, we will see how Using a Task Automator is beneficial and Grunt via it’s plugins can be easily used with TypeScript.
• Discuss the basics of Grunt
• Learn how to install and configure Grunt
• Execute Grunt tasks against TypeScript
Setting Up Grunt
In this video, we will see how Using a Task Automator is beneficial and Grunt via it’s plugins can be easily used with TypeScript.
• Discuss the basics of Grunt
• Learn how to install and configure Grunt
• Execute Grunt tasks against TypeScript
Setting Up Grunt
In this video, we will see how Using a Task Automator is beneficial and Grunt via it’s plugins can be easily used with TypeScript.
• Discuss the basics of Grunt
• Learn how to install and configure Grunt
• Execute Grunt tasks against TypeScript
Setting Up Grunt
In this video, we will see how Using a Task Automator is beneficial and Grunt via it’s plugins can be easily used with TypeScript.
• Discuss the basics of Grunt
• Learn how to install and configure Grunt
• Execute Grunt tasks against TypeScript
In this video, we will see how Using a Task Automator is beneficial and Grunt via it’s plugins can be easily used with TypeScript.
• Discuss the basics of Grunt
• Learn how to install and configure Grunt
• Execute Grunt tasks against TypeScript
In this video, we will see how Using a Task Automator is beneficial and Grunt via it’s plugins can be easily used with TypeScript.
• Discuss the basics of Grunt
• Learn how to install and configure Grunt
• Execute Grunt tasks against TypeScript
Using Jasmine to Unit Test Your Code
In this video, we will see how Tests are important in software development, and therefore unit tests are required. Jasmine is one of the most popular unit test frameworks.
• Learn what Jasmine is
• See how to configure Jasmine
• Execute jasmine unit tests against TypeScript code
Using Jasmine to Unit Test Your Code
In this video, we will see how Tests are important in software development, and therefore unit tests are required. Jasmine is one of the most popular unit test frameworks.
• Learn what Jasmine is
• See how to configure Jasmine
• Execute jasmine unit tests against TypeScript code
Using Jasmine to Unit Test Your Code
In this video, we will see how Tests are important in software development, and therefore unit tests are required. Jasmine is one of the most popular unit test frameworks
In this video, we will understand how writing unit tests are great but executing them automatically is even better.
• Learn how Grunt and Jasmine can work together
• Execute jasmine...