Skip to content

Instantly share code, notes, and snippets.

View RyanBell504's full-sized avatar

Ryan RyanBell504

View GitHub Profile
@RyanBell504
RyanBell504 / week-1.md
Created January 16, 2026 18:25
week 1 reflection Ryan Bell

Was the backend or frontend responsible for the bug in the video?

The backend is responsible because because the frontend is putting it in the correct order, the backend is not saving the value correctly.

What languages do you see in this video? List ALL of them. If you're not sure what the language is, but you know there's an additional one, indicate that.

  • Javascript
  • HTML
  • The language used in the terminal (shell?)

What tools, strategies, and workflows used in the video do you think are common across all web development?

I would think that VSCode is common to use in web development along with utilizing inspect element. I also think strategies like writing comments in your code are common as well to keep track of what everything does. I also think using Github do document bugs is used as well.