Bash makes automation easy. Just a few lines of code can take care of repetitive tasks for you and your teammates.
In this course, we’ll dive deep into the automation potential of bash. You’ll learn to leverage common hooks that open up interesting automation possibilities, like git hooks, adding functions and aliases in your bash_profile, and running scheduled jobs in launchd.
For example, we’ll write a git hook that checks package.json for changes, and if there are changes, the hook runs npm install for you automatically.
Along the way, you’ll also learn:
Automation is all about saving you time — and at only 52 minutes, this course is well worth yours. Enjoy!
Great course! Two videos are more of node scripting than bash. This was great for me but I feet not totally expected from the description and considering more than elementary js/node knowledge assumed as a prerequisite could make some uneasy, in my opinion.
I'll use at least the shell expansion to copy files, thanks!
Overall it is an awesome course. Maybe more initial tips could be useful, for example I don't understand when to use that "#!/bin/bash" at the beginning or basic things like that.
Everything: Cameron's calm demeanor and deep knowledge, the super useful real-world examples... fingers crossed he'll release more content!
a bit too difficult for my level but good nonetheless
Learned a lot. Extremely well crafter material with real world examples, which are very helpful in day to day job. I look forward to more stuff from you. Thanks for sharing.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.