This is my first tangible for Computer Science and Software Engineering! In this tab of the timebox, I will plan and reflect on my work. For this week, I used some terminal commands:

  • The command “ls” makes a list
  • The command “cd” changes the directory
  • The command “make” makes a local server to test coding changes in real-time (without having to publish the website).

I was also introduced to VSCode and Jupyter Notebooks.

  • VSCode is a lightweight coding software that can produce powerful, real-time results of my coding and can even offer feedback in syntax and errors.
  • Jupyter Notebooks is what makes this page possible! I can write raw text for the website and also test out code without using the make command (or commit to GitHub). Since this is the first tangible, there is not much information at the moment. However, as I progress towards weeks and Sprints. I will offer more intellect on my coding process!