Proficient Tool Use
Explore how to proficiently use foundational tools for full stack web development. Learn essential command line skills, choosing editors, managing packages, using Git for version control, and leveraging browser developer tools to streamline your development workflow.
We'll cover the following...
We'll cover the following...
Tools used during the course.
Graphical user interfaces are great for many things, but many system management tasks, especially if they involve automation, still require the command line.
- In Linux and macOS, this will be called the Terminal.
- In Windows, the built-in terminal is called the Command Terminal, or we can also use Power Shell.
The main things we need to know are:
- How to move around in the directories
- How to manage the environment variables
- How to run commands in the background
- How to see what is running
- How to kill processes we no longer want to be running
Choose an editor
There are dozens of editors to choose from. The best are Vim, Visual Studio Code, Emacs, Sublime Text, and Atom. Visual ...