buythesenbundle / ethanf_2025

Apache License 2.0
0 stars 0 forks source link

Review Ticket Overview #1

Open buythesenbundle opened 3 months ago

buythesenbundle commented 3 months ago

Review Ticket Guide

Each assignment we will be required to make a review ticket. Most assignments provided will have a Hacks section. A Hack is a term for coding, a fun term.

  1. Screen Captures are nice for Hacks
  2. Short Descriptions
  3. Code Fragments
buythesenbundle commented 3 months ago

Markdown markdown cheat sheet

Using markdown from index.md, we are learning markdown

## Investing in Your Technical Future
> Explore the Computer Science Pathway at Del Norte High School and invest in your technical skills. All Del Norte CompSci classes are designed to provide a real-world development experience. Class time includes tech talks (lectures), peer collaboration, communication with teachers, critical thinking while coding, and creativity in projects. Grading is focused on time invested, participation with peers, and engagement in learning.
- Introduction to concepts and requirements by the teacher
- Project-based learning with teacher support, performing Agile/Scrum development
- Coding, frontend, backend, devops, version control and algorithmic thinking
- Creativity, research, design, data structures, and utilizing ChatGPT
- Performing team work, team communication and collaboration, peer reviews/grading
- Focus on tehnical communications through project presentations and student led teaching
- Grades are on projects, learnt concepts, and live reviews between student(s) and teacher

66b3e2b30608f3f68caf31d3_94

buythesenbundle commented 3 months ago

To Enable A Virtual Environment From WSL + Start Up Server From VS Code

Use the following list of commands in WSL

cd
cd nighthawk/student_2025
# enters the correct directory
scripts/venv.sh
# activates virtual environment
source venv/bin/activate
# enters virtual environment
code .
# opens Virtual Studio Code in the virtual environment

Then, in the VS Code terminal, type "make" to start the server and click on the server link to open it in your browser