Skip to main content
TellaDev
Learn Developer Terminal

4 articles

Terminal

Shell fundamentals, tmux, scripting, and productivity habits for developers who want the command line to become a reliable workspace.

Use this track when you copy commands without knowing how to adapt them.

By the end, you should be able to navigate confidently, compose commands, automate small tasks, keep sessions organized, and understand what a script is doing before you run it.

Terminal & Command Line
Terminal intermediate

Terminal & Command Line

Navigate the command line with confidence. Learn essential commands, shell shortcuts, and productivity techniques.

terminal cli bash shell linux macos
Bash Scripting Fundamentals
Terminal intermediate

Bash Scripting Fundamentals

Write your first bash scripts: variables, loops, conditionals, functions, and handling command output.

bash scripting shell automation linux
Shell Productivity Tricks
Terminal beginner

Shell Productivity Tricks

Speed up your terminal workflow with aliases, functions, history search, and keyboard shortcuts.

shell aliases productivity zsh bash dotfiles
Tmux: Terminal Multiplexing
Terminal intermediate

Tmux: Terminal Multiplexing

Manage multiple terminal sessions, split panes, and keep long-running processes alive with tmux.

tmux terminal multiplexer sessions panes