From the course: Mastering Web Developer Interview Code

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

What tooling options have you used in the past?

What tooling options have you used in the past?

From the course: Mastering Web Developer Interview Code

What tooling options have you used in the past?

- [Instructor] One of the most important skills you should have as a web developer is learning how to set up and work within different environments. This week, I'm going to talk about the tooling environments that you should know, what makes them special and why you should learn them. So what do you actually use tooling for? Tooling gives you a way to automate common development tasks like modifying code, testing, and running local servers to preview your work while you code. Now, tooling is something that is very customized depending on your environment and the place where you work. Different people will use different tooling software, and teams of developers will often have their own preferred setups. You'll even find the same teams using different setups depending on the type of project they're working on. Now, having said that, the major tooling platforms that you can use on the web are Grunt, Gulp, plus WebPack. Now…

Contents