Week Overview 0/1
Common Commands
cd- changes the directory
ls- lists the files and directories within a directory
make- starts the local server
code- opens vscode from the terminal
pwd- states the path name of your current directory
rm -rf- deletes a directory
Issues and Fixes
-An issue I ran into was creating this page itself. I would try and type in the cells and overall just create the page but none of it seemed to work. The issue was very simple to fix as I just needed to switch the language from python to markdown which solved all my problems.
-My bundle install command was not working. To solve this, I ran a sudo command to install ruby which solved the issue.
-When I created my blog, there would be a very large comment section that blocked a lot of the content on the page. I fixed this by changing the comments setting to false which removed the comment box.
Agile Mindset
Throughout the week I experienced many frustrations while trying to get everything set up. However, I kept an agile mindset and worked through these problems in collaboration with others.
Summary
Throughout the week I encountered many problems, but with an agile mindset and cooperation I was able to succeed. Working in the terminal and using all of the tools feels awesome and sparked within me a deep interest in coding.