Course Overview: Advanced Bash Automation for Web Developers

Cameron Nokes
InstructorCameron Nokes
Share this video with your friends

Social Share Links

Send Tweet
Published 5 years ago
Updated 3 years ago

In this course, we’ll dive deep into the automation potential of bash. We'll focus specifically on learning to leverage some common “hooks” that open up interesting automation possibilities: things like git hooks, adding functions and aliases to your bash_profile, and running scheduled jobs in launchd. For example, we’ll write a postmerge git hook that runs npm install automatically if package.json changed.

Along the way, you’ll also learn more advanced bash commands and syntax, like the exec command for advanced standard input and output redirection and timesaving tricks, like brace expansions.

This course is a follow-up to my previous course, Automate Daily Development Tasks with bash. If you’re looking for a beginner oriented introduction, I suggest starting there.

I hope you learn something from this course and that it sparks ideas on how to automate tasks in your daily life.

Instructor: [00:00] In this course, we'll dive deep into the automation potential of Bash. We'll focus specifically on learning to leverage some common hooks that open up interesting automation possibilities, things like Git hooks, adding functions and aliases to your Bash profile, and running scheduled jobs in launchd.

[00:17] For example, we'll write a post-merge Git hook that runs npm install automatically if package.json changed. Along the way, you'll also learn more advanced Bash commands and syntax, like the exec command for advanced standard input and output redirection, and time-saving tricks like brace expansions.

[00:35] This course is a follow-up to my previous course, Automate Daily Development Tasks With Bash. If you're looking for a beginner-oriented introduction, I suggest starting there. I hope you learn something from this course and that it sparks ideas on how to automate tasks in your daily life.

egghead
egghead
~ an hour ago

Member comments are a way for members to communicate, interact, and ask questions about a lesson.

The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io

Be on-Topic

Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.

Avoid meta-discussion

  • This was great!
  • This was horrible!
  • I didn't like this because it didn't match my skill level.
  • +1 It will likely be deleted as spam.

Code Problems?

Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context

Details and Context

Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!

Markdown supported.
Become a member to join the discussionEnroll Today