About

Part 1

  • Laptop Verification or Cloud Workspace: verification by Linux commands notebook
  • VSCode: live change code, commit, make, run localhost, test, debug
    • Alter the readme
    • Commit it
    • Run make
    • Show local host
    • Show the change
  • Show VSCode GitLens: verify commits, show change, comments, reset to commit, run on old commit
    • Reset: git reset –hard COMMIT ID
      • Just undo the readme change
  • GitHub student_2025 repo: template create, push changes, verify id, review analytics
    • Show the repo template you have
  • GitHub Pages Actions: review runs and verify runtime, receive demo
    • Open failed runs (red x)
    • Show the current one (green checkmark)
    • Show the actions for that one

Part 2

  • We will register all users in Student database (Kasm users have already done this)
  • You should make your own personal GitHub repo customized to your own name https://github.com/nighthawkcoders/student_2025
    • Two changes to match repo name are in _config.yml
    • One change to match repo name is in Makefile
  • We will verify 1st code commits: for example modify home page, modify about page, make a new page capturing our memories from Tools Setup.

Hacks

Cool Projects

Emojis and Artificial Intelligence

This project combines AI, emojis, and Wikipedia. You can enter a topic of your choice. The code will find the wikipedia article for this and fetch the summary. The summary is sent to an AI model where it will split it up into a few paragraphs and assign a corresponding emoji to it.

Javascript Participation Tracker

This project allows you to upload a list of students. You can log participation points for each student by clicking a button. Afterwards, you can save the file. This could be useful in tracking student participation and inputting grades in Synergy.

Javascript Color Picker

This project allows you to move three sliders, each corresponding to Red, Green, and Blue, to create a color. You can make any color you want, as long as it falls under the RGB spectrum.

Student Teaching Helper

This project lets you upload a student roster and a list of grading categories. It can help people grade students during the student teaching. You can give a grade and export it to a file. Afterwards, you can upload the grades into Synergy. In our case, we could send the file to Mr. Mortenson and he could upload the grades there.