The Front-End Developer's Guide to the Terminal
joshwcomeau.com
The Front-End Developer's Guide to the Terminal
1–10 of 61 posts
Re: The Front-End Developer's Guide to the Terminal
#2Re: The Front-End Developer's Guide to the Terminal
#3The only thing in here related to web is the `npm` command. Everything else, git, terminal tabs, meaning of `$` is generic to any engineer, front end, back end, ML, AI etc.
What's missing that is critical in any Here's How to Use the Terminal article is showing the `man` command. I think showing other popular commands like `mv`, `cp`, `pwd`, and using `ctrl-r` to reverse search should also be included.
I also think Hyper is not a great terminal to start out with. The default terminal that ships on someone's computer is usually the best. If you're going to use any other terminal emulator, I'd say iTerm2 or Alacritty should be suggested.
Re: The Front-End Developer's Guide to the Terminal
#4it's pretty crazy that this article only mention hyper or the built in vs code terminal as it's two recommendations, when excellent terminals like alacritty, kitty and terminator exist and aren't written in javascript
Re: The Front-End Developer's Guide to the Terminal
#5There's very little in here that is _unique_ to front end developers. This is more of an introduction to the terminal article. You have a web background and so perhaps wanted to frame this with that context but I think this is better off with a title of something more akin to `Introduction to the Terminal`. The only thing in here related to web is the `npm` command. Everything else, git, terminal tabs, meaning of `$`…
Yeah. I don’t think I have ever once seen a blog article point to primary sources. MDN, for example for web developers, not a primary source.
Sometimes I wonder if people ever ask themselves how people answering questions on Stack Overflow or people writing Medium articles found out what they’re teaching to others.
People are too afraid of reading documentation.
Re: The Front-End Developer's Guide to the Terminal
#6Is there a "terminal developer's guide to front end"?
Re: The Front-End Developer's Guide to the Terminal
#7it's pretty crazy that this article only mention hyper or the built in vs code terminal as it's two recommendations, when excellent terminals like alacritty, kitty and terminator exist and aren't written in javascript
Re: The Front-End Developer's Guide to the Terminal
#8There's very little in here that is _unique_ to front end developers. This is more of an introduction to the terminal article. You have a web background and so perhaps wanted to frame this with that context but I think this is better off with a title of something more akin to `Introduction to the Terminal`. The only thing in here related to web is the `npm` command. Everything else, git, terminal tabs, meaning of `$`…
POSIX-1.2017, man7, where Ubuntu man pages are online and other distro manual pages, macOS man page differences, understanding shell built-ins vs commands, etc. Yeah. I don’t think I have ever once seen a blog article point to primary sources. MDN, for example for web developers, not a primary source. Sometimes I wonder if people ever ask themselves how people answering questions on Stack Overflow or people writing M…
I’m used to visiting the HTML standard, I think it’s quite friendly considering how much it has grown… CSS2 was still doable for me, but I find the current mesh of CSS standards completely impenetrable at this point. And with JavaScript plus the DOM… yeah, I’ll take MDN as almost primary, an authoritative encyclopedia for web development.
Re: The Front-End Developer's Guide to the Terminal
#9And that's where I stopped reading. Point is, you absolutely need not become a terminal guru to use any of these web frameworks.