Workflow: Terminal, Shell, Node.js, VSCode

preview_player
Показать описание


Related Videos:

Terminal and Shell:

VSCode:

Timestamps:
00:00 Introduction
02:45 Terminal access
03:38 Unix
04:51 Shell - a command line interface to the operating system
05:30 Oh My Zsh
08:05 Node Version Manager
11:48 Setting the default version of node
13:07 Visual Studio Code
14:00 Preferences and Extensions
15:27 Prettier
17:15 Format On Save
20:12 Install 'code' command in PATH
23:06 Outro

Editing by Mathieu Blanchette
Animations by Jason Heglund
Music from Epidemic Sound

#nodejs #shell #unix #terminal #nvm #vscode #editor #workflow #javascript
Рекомендации по теме
Комментарии
Автор

No wonder the yt algorithm is getting better at recommending recent uploads. I've learned so much from this amazing person. 💖🌱

santicanog_
Автор

It has been a long time since I watched a coding train video. Thank you for the amazing work that you've been doing with this channel. You have changed my mind about how enjoy programming in general.

FelipeMCSA
Автор

Apart from the very informative video, I am so impressed by your enthusiasm. You cannot imagine the motivation you bring to your audience. Thank you!

KaithMenken
Автор

I didn't know I needed this video so bad until this moment. Thanks for everything <3

guuridev
Автор

This is such a gem of a video! I get happy whenever I see a developer using more and more the terminal and its tools! I used to be an GUI-only guy until I started working with software development, and it's so nice to know how to navigate around the computer using the terminal!
I love bash as my shell, and I use Neovim to code nowadays. I love this channel!! :D

pesterenan
Автор

small nickpick, when you typed ls -all, that's actually equivalent to ls -a -l The -a flag lists everything including hidden files (those starting with a period), and the -l flag gives all the extra info like permissions time of creation etc in a tabular format. What was probably intended was ls --all, which is equivalent to just ls -a.
By using just one - to specify flags, each letter of the flag is separate. By using two hyphens --, the entire word is the flag.

dielfonelletab
Автор

I'm a C# developer on a Windows PC. It's funny how many tools we use in common. Thanks for the tutorial. I did pick up a few pointers.

TampaCEO
Автор

Thank you so much for this instructive video. I've learned quite a few tips. Such as go to VSC from the terminal. I look forward to following the text videos. Good job !

julesaugustin
Автор

Some other VsCode settings that I found useful in the JS workflow:

{
"editor.autoClosingBrackets": "beforeWhitespace",
"editor.autoClosingQuotes": "never",
"editor.cursorBlinking": "phase",
"on",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.guides.bracketPairs": true,
"editor.multiCursorModifier": "ctrlCmd",
true,
"workbench.colorTheme": "Dracula",
"left",
"workbench.sideBar.location": "right"
}

uahnbu
Автор

Thank you Dan. Loved watching you. Looking forward to more.

timsandman
Автор

today I found this channel.only after watching 2 videos I realised this is the best coding channel.

Vitocorleone
Автор

As a Windows user (like myself :D), you can get a Linux-based shell by installing WSL (Windows Subsystem for Linux). It allows you to install Linux distributions such as Ubuntu as an application on your Windows system. Unlike a virtual machine, WSL employs some Windows magic (which I don't fully comprehend) to deliver a remarkably fast and native-like Linux shell experience. The only drawback is that it halves the available RAM (for instance, if your hardware has 16GB of RAM, the Linux shell will only have access to 8GB). VS Code seamlessly integrates with this setup. Excellent video! 💯

isometric_shahil
Автор

genuinely wanted this for years....Love this ❤

paranjoygupta
Автор

All of the Unix(y) or Linux(y) things described here can be done on Windows, if you use "Windows Subsystem for Linux" (WSL) -- Windows users can install WSL and then have a linux terminal which also works with Visual Studio Code.

michaelkemp
Автор

This is just what I needed! Thank you!

pfever
Автор

I have been watching your tutorials for a little while. I just want to let you know that I want to hug you, you re so good at this. Saludos de Argentina! 🔵⬜🔵

manugc._.
Автор

Love what you’re doing, love how you’re doing it. I’m excited to code along with this project!

geringasG
Автор

Earlier this year I started work on a discord bot themed on server RP’s with various effects on the user’s messages. I’m excited to see what more you can teach.

MogMovies
Автор

Do you tame your discord bot later in a container environment, like Docker?

Stiev
Автор

I would like an up to date Git vid :D


Mel-muox