moar content but not really proofread yet

This commit is contained in:
shockrahwow 2019-12-17 18:52:15 -08:00
parent 1432bb0445
commit 48d681f67e

View File

@ -35,7 +35,7 @@ theme = "sada"
title = "Education" title = "Education"
[[params.education.list]] [[params.education.list]]
degree = "(In Progress) Bachelors of Computer Science" degree = "Bachelors of Computer Science"
college = "California State University of Monterey Bay" college = "California State University of Monterey Bay"
dates = "2018 - 2019(December)" dates = "2018 - 2019(December)"
@ -53,26 +53,23 @@ theme = "sada"
title = "Languages" title = "Languages"
[[params.language.list]] [[params.language.list]]
language = "C" language = "C/C++, Rust"
[[params.language.list]] [[params.language.list]]
language = "Python" language = "Python, Bash"
[[params.language.list]] [[params.language.list]]
language = "x64 Assembly" language = "x86/x64, Assembly"
[[params.language.list]] [[params.language.list]]
lanuage = "Rust" language = "HTML, CSS, Javascript"
[[params.language.list]]
lanuage = "Bash"
# Interests section # Interests section
[params.hobbies] [params.hobbies]
title = "Hobbies" title = "Hobbies"
[[params.hobbies.list]] [[params.hobbies.list]]
interest = "Surfing" interest = "Writing and stargazing"
[[params.hobbies.list]] [[params.hobbies.list]]
interest = "Hacking" interest = "Hacking"
@ -85,18 +82,24 @@ theme = "sada"
[params.experiences] [params.experiences]
icon = "fa-briefcase" icon = "fa-briefcase"
title = "Experiences" title = "Experience"
[[params.jobs.list]] [[params.jobs.list]]
position = "Computer Architecture Teaching Assistant CSU Monterey Bay" position = "Computer Architecture Teaching Assistant CSU Monterey Bay"
dates = "October 2019 - Current" dates = "October 2019 - Current"
details = "Responsibilities include: helping students with course material as well as grading homework and exams. Course material covered MIPS assembly and an introduction to logic gates." details = "Prepared students for exams and helped with assignments through consistent office hour scheduling and by providing ample feedback on assignments. Course material covered MIPS assembly , sequential and combinatorial logic, and an introduction to CPU design."
[[params.jobs.list]] [[params.jobs.list]]
position = "Repair Technician" position = "Repair Technician"
dates = "February 2019 - April 2019" dates = "February 2019 - April 2019"
company = "Loaves, Fishes, & Computers Inc." company = "Loaves, Fishes, & Computers Inc."
details = "Diagnosed and repaired issues with Windows laptops and desktops. Technical write-ups of work was required for all repairs as well. Customers would also regularly come asking both general and technical questions about their machines which we were asked to assist with." details = "Diagnosed and repaired issues with Windows laptops and desktops. All repairs required technical write-ups describing the process used in troubleshooting. I assisted customers whenever they had questions regarding repairs or troubleshooting other problems."
[[params.jobs.list]]
position = "Data Visualization Capstone Project"
dates = "September 2019 - December 2019"
company = "CSU Monterey Bay"
details = "Created a data visualization tool set with specially designed visualization algorithms to better represent supercomputer resource usage. Worked with data from the U.S Naval Research Laboratory's compute clusters."
[[params.jobs.list]] [[params.jobs.list]]
position = "Kitchen Staff" position = "Kitchen Staff"
@ -114,11 +117,17 @@ theme = "sada"
url = "https://gitlab.com/shockrah/jankos" url = "https://gitlab.com/shockrah/jankos"
description = "x86 based operating system written from scratch using C, x86 assembly, and built with GNU Make." description = "x86 based operating system written from scratch using C, x86 assembly, and built with GNU Make."
[[params.projects.list]]
title = "Freechat - A Decentralized Chat Platform"
url = "https://gitlab.com/shockrah/freechat"
description = "Built with a Rust backend(Rocket) serving a restful API, SQL database, and an official app built with ElectonJS for connecting to a server."
[[params.projects.list]] [[params.projects.list]]
title = "Personal Blog" title = "Personal Blog"
url = "https://gitlab.com/shockrah/shockrah-city" url = "https://gitlab.com/shockrah/shockrah-city"
description = "Personal blog built automatically built through shell scripts and markdown." description = "Personal blog built automatically built through shell scripts and markdown."
[[params.projects.list]] [[params.projects.list]]
title = "DWM Shell Scripts" title = "DWM Shell Scripts"
url = "https://gitlab.com/shockrah/shell-scripts" url = "https://gitlab.com/shockrah/shell-scripts"
@ -127,7 +136,7 @@ theme = "sada"
[[params.projects.list]] [[params.projects.list]]
title = "Static ELF Parser/Dissassembler" title = "Static ELF Parser/Dissassembler"
url = "https://gitlab.com/shockrah/hexd" url = "https://gitlab.com/shockrah/hexd"
description = "Reads Linux ELF binaries to learn about what a mysterious binary might do without running it first." description = "Reads linux ELF binary files and provides debug information assisting in reverse engineering the binary."
# Skills section # Skills section
[params.skills] [params.skills]
@ -145,3 +154,7 @@ theme = "sada"
[[params.skills.list]] [[params.skills.list]]
skill = "Linux configuration and development" skill = "Linux configuration and development"
skillrating = "95" skillrating = "95"
[[params.skills.list]]
skill = "SQL Database Management"
skillrating = "95"