eggheadio / egghead-design

Illustrations and design elements for egghead.io
http://egghead.io
25 stars 4 forks source link

Automate Daily Tasks with Bash #122

Closed zacjones93 closed 6 years ago

zacjones93 commented 6 years ago

Primary Tag

Bash

https://egghead.io/courses/automate-daily-tasks-with-bash

Whether it’s for npm install or some git commands, most front-end devs have used bash sometime. Bash has been around awhile (first released in 1989, so it’s as old as I am …and Taylor Swift) and it’s proven to be very efficient at automating tasks. Plus, bash is available on every commonly used operating system—it comes with macOS, is the default shell for many Linux distros, and is available on Windows via an emulator or the new Linux subsystem.

In this course, we’ll learn the essentials of what every front-end developer should know about bash. The topics we cover will give you confidence in doing things like creating build scripts that run on continuous integration servers or quickly testing and debugging an API with curl. We’ll go over:

MaggieAppleton commented 6 years ago

https://www.dropbox.com/sh/wiq9s733x2da6be/AADBJPU1YC0Gl9k2wBfJqfuEa?dl=0