Skip to content

Instantly share code, notes, and snippets.

@ggalindezb
Created January 18, 2024 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ggalindezb/8b7cd11c6eb41feaa8631ec137c0e42a to your computer and use it in GitHub Desktop.
Save ggalindezb/8b7cd11c6eb41feaa8631ec137c0e42a to your computer and use it in GitHub Desktop.
The Terminal: A CLI approach to software development

Why?

  • Gives you street cred, the ladies love it
  • Everything's reachable at a touch
  • Portable

How?

  1. Bash sucks from a developer standpoint
  2. Zsh is an evolution of Bash so it sucks, but less
  3. It's still worth knowing them, but "other shells and tools are not everywhere else" is no longer valid on 2024
  4. Modern-day Rust tooling is highly ergonomic

Scenarios

  • Run-through
  • Assessing CI failures

Where?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment