Skip to content

Instantly share code, notes, and snippets.

@btopro
Forked from Cory-Z/week-1.md
Created September 3, 2024 12:54
Show Gist options
  • Save btopro/39abaf05ddc73d6c459c7c1d93c93b05 to your computer and use it in GitHub Desktop.
Save btopro/39abaf05ddc73d6c459c7c1d93c93b05 to your computer and use it in GitHub Desktop.
Week 1 Homework - Zavod

The Back end was responsible for the bug since it was a data type issue that didn't save the order

Languages used in the video:

  • HTML
  • JavaScript
  • PHP
  • 1 additional that I have not seen before

Some tools I see used that are common across web development are CMS which helps to build and manage a website, as well as dev sites for adding/editing code and also the outline designer.

Some of the debugging stratagies included using seperate dedicated debugging tools and using beakpoints.

A strategy I have used bofore for debugging is using breakpoints.

Some tools/approaches I saw in the video that would help with quality control were the outline designer to keep the actual page orginized and CI piplines.

Some code I recognize can be seen at time stamp 22:11 when there is JavaScript being shown. I recognize the for loops used, if statements, this. keyword, and the let keyword for declaring variables.

link

Some code that I don't recognize can be seen at time stamp 34:26 when there is PHP code being shown. I don't recognize $page, $item, slug, $itemMap, or parent.

link

Markdown is a simple language for formatting text. It's simular to HTML because they can both be used to structure text. When comparing the two though, Markdown is definetly much simpler to use and less complex.

3 things you can't do in markdown that you can do in HTML:

  • Use complex CSS styling
  • Directly embed media like videos
  • Create interactive forms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment