E19. Project Introduction
In this section, we are going to develop our first Tableau Extension, although, it will not do much for now, we will build our skeleton and make use of all the installed applications, tools and packages.
E09. Node.js
Node.js is an open-source, cross-platform, JavaScript run time environment that executes JavaScript code outside of a browser. Node.js comes with the Node Package Manager (NPM) that helps us install the required software.
E21. Exploring the Tableau Extension API
Now that we have downloaded the Tableau Extension API, we will go through the various folders, install the Tableau Extension API SDK Components, Build the TypeScript Samples, and test our extensions using a local server.
E01. Introduction
Thank you for checking out our Course on Creating Tableau Extensions.
E04. Focus on Learning
No course can cover everything that you will require. The Web development space is huge, but we will talk about how you can maximize your learning on this course.
E17. Google Chrome
Google Chrome is a cross-platform web browser developed by Google. We will use Google Chrome to help debug and test our Tableau Extension.
E15. ESLint (Pluggable JavaScript Linter)
ESLint is a static code analysis tool for identifying problematic patterns found in JavaScript code. Rules in ESLint are configurable, and customized rules can be defined and loaded. ESLint covers both code quality and coding style issues. This will help reduce bugs as help ensure the quality of our code.