- 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.
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.
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.
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