Week 08

Electronics Production!

brief.


a bit of context + plan for the week.

The first Week of FabAcademy!! Excited to learn, grow and share with everyone in the 2025 Cohort! What is Fab academy you might ask? Well in short its a global course that meets for 22ish consecutive weeks starting in January. The topic…Learn how to make anything! Well almost anything to be exact.

Coming into this week I had heard of git hub but had no real substantial knowledge of how to practically use it in my daily workflow. The basis of my knowledge of git was essentially “a place to get open source code.” Obviously git is much more powerful then just that.

helpful hints and resources.

weekly terminology:

circular revision: text
ssh: text
gui: text
version control: text
gitlab: text
repo // repository: text
repo // repository: text

resources i found extremely helpful to get started:

W3Schools
How to do the git hub
How to use github desktop with gitlab
Fabacademy git/week01 resources
html templates

key takeaways.

version control works both at a local and global/main level. We work locally (on our local drive on our personal computer)commit changes to our work, and push them to our main repo.

*Don't forget the global search bar within Fabacademy’s database was very useful for searching for examples and to troubleshoot ideas.

process // pipeline.

It's important to know that everyone’s workflow is different. After trial, error, and research I discovered the following workflow that worked best for me **note that we already started with a gitlab repo with sample files and site to get started with fabacademy**:

Pipeline/workflow: git Lab repo —>clone repo to local device—> Use GUI (github desktop) to push/pull files—> Use Visual Studio Code (vsc) to edit and work on code —>commit changes in vsc—>Use GUI to push changes back to main git lab repo.

Before we begin we must first clone our assigned GitLab repo (files) from academy to our local drive. To do this I followed Shedrack Akintayo’s medium article (linked above). Next, I downloaded Github desktop. This will by my gui to help organize and track commits, pushes, and pulls to git lab. For me having a graphic UI that was visually nice and well organized was a lot better then using a command terminal that some people prefer. I’m not a programmer so the terminal option was a bit overwhelming to me. I next downloaded VSC which is where all the “work” is done. Here we edit and modify our code. Vsc is just one of many text editors you can use. For me I liked its UI and the addition of copilot Ai which helped speed up the learning process, more on copilot later. From there we have the foundation set to get to work.

I played around with FabAcademy’s sample site for a while to get a better understanding of html and to see what changes affected what. I used W3 schools (linked above) as a reference to write and test code within the sample cite. I eventually downloaded a template named hyperspace from html 5 (linked above) to use as the basis for my overall site. With the template downloaded and pushed to my gitlab repo i was able to modify the template for my own needs. I tried copilot, an ai dashboard built in to vsc. Using copilot i was able to highlight code in my file and ask it to explain what it was doing. A process i found this extremely helpful. It allowed me to build a base line understanding of how to code html and was a good resource when I felt stuck. I continued to modify the site and create templates for our weekly assignments.

conclusion

The site will be a constant work in process but excited to use it change and taker shape through our weeks in the course.


files

Click the link below to try for yourself!:

Download Sample File