-This repo is a collection of all my Codes from course 201.
Why are you learning these skills?
- I've always had an affinity and a passion for technology. I am learning these skills, because I love technology and Code Fellows is a great environment to hone my skills.
What fundamental concepts did you learn in Ops 201?
-I learned Bash, Batch, PowerShell, and Command Line fundmentals. The biggest concept I learned was the difference between each shell environment, and their similarities.
What was your favorite Ops Challenge assignment and why?
- My favorite Ops Challenge was number 4. In this challenge we had to create 4 new directories along with a text file inside each directory, all while using a function, variable and arrays. It was very challenging for me, but also rewarding.
How can these examples of shell scripting be applied to the workplace?
- Basic scripting uses functions, variables and arrays. Be able to right a coherent code is paramount in a work environment, because scripting is used throughout the industry for a multitude of tasks and operations.
What scripts would you continue to improve if you had the time?
- Challenges 4 and 10. In challenge 4, it was diffuclt to put a script together using all three of those syntaxs. However, I now have a better understanding in scrpiting. Challenge 10 had a similar objective, but it was with automating commands.
What aspect of your shell scripting skillset do you hope to improve next?
- I hope to improve my automation skills and to get proficient in using all shell environments.