Week 1: Reflection And Learnings
Reflection
This week was a nice way to start off Fab Academy! I learned a lot about using Git
and GitLab
which I suppose will be very useful in the coming weeks. I didn't encounter any major challenges this week, and I was satisfied with the extent of my planning for my final project, though I still have some details I'm not certain about, such as how exactly I'll mount the screen on the car mirror.
MkDocs
- How to create, develop, test, configure, and build a project using MkDocs
- How to write Markdown files
- How to created fenced code blocks
- How to implement MkDocs extentions
- How to use the
Mermaid
MkDocs extention
GitLab
- CLIs only work if the program is added to the
PATH
environment variable - How to use Git via the terminal, Git GUI, and VSCode
- Cached webpages only update with a hard refresh
- How to create and merge branches using Git
- How to setup an SSH key
- What Git stores as version history
- How to use a
.gitignore
file - How to control the GitLab pipeline via a
.gitlab-ci.yml
configuration file - How to set up a GitLab repo with MkDocs and implement building in the pipeline