Open buythesenbundle opened 3 months ago
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
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
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.