From e757b040230d5562bf6a5b084597edfcbc6cc69d Mon Sep 17 00:00:00 2001 From: Firas Moosvi Date: Sat, 13 Jul 2024 11:22:31 -0700 Subject: [PATCH] add assignment6 --- _toc.yml | 7 ++++--- notes/part06/assignment06.md | 26 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 notes/part06/assignment06.md diff --git a/_toc.yml b/_toc.yml index 9520fb4..5cba5a0 100755 --- a/_toc.yml +++ b/_toc.yml @@ -56,9 +56,10 @@ parts: # - file: notes/part05/lab05B -# - caption: Part 6 - Networking -# maxdepth: 1 -# chapters: +- caption: Part 6 - Networking + maxdepth: 1 + chapters: + - file: notes/part06/assignment06 # - file: notes/part06/lab06B - caption: Course Project diff --git a/notes/part06/assignment06.md b/notes/part06/assignment06.md new file mode 100644 index 0000000..796fc65 --- /dev/null +++ b/notes/part06/assignment06.md @@ -0,0 +1,26 @@ +# Assignment 06 + +Submit this assignment by adding your document (PDF format) to your existing assignment repo (can be either on an "Assignment6" branch or added to the main branch). + +## Resume + +For the sixth, and final assignment, you’ll be creating a job resume. This will be based on content presented during the sixth workshop. We understand that many of you may have an existing resume, so this is a great chance to either create a brand new one, or take your existing resume, and modify/update it. + +We’re expecting the following: + +1. 1 page MAX! + +1. Your name and contact details + +1. At least three sections that cover: +- Education +- Work experience (try your best to use examples that would be relevant to a tech-related job) +- Technical skills/experience + Side projects + +1. Your project from this course! + +1. It should be a PDF. + +You should be ready to show your resume to a TA during your first week lab, and should be ready to answer questions about it. + +HAVE FUN!!! \ No newline at end of file