moar content but not really proofread yet
This commit is contained in:
parent
1432bb0445
commit
48d681f67e
41
config.toml
41
config.toml
@ -35,7 +35,7 @@ theme = "sada"
|
||||
title = "Education"
|
||||
|
||||
[[params.education.list]]
|
||||
degree = "(In Progress) Bachelors of Computer Science"
|
||||
degree = "Bachelors of Computer Science"
|
||||
college = "California State University of Monterey Bay"
|
||||
dates = "2018 - 2019(December)"
|
||||
|
||||
@ -53,26 +53,23 @@ theme = "sada"
|
||||
title = "Languages"
|
||||
|
||||
[[params.language.list]]
|
||||
language = "C"
|
||||
language = "C/C++, Rust"
|
||||
|
||||
[[params.language.list]]
|
||||
language = "Python"
|
||||
language = "Python, Bash"
|
||||
|
||||
[[params.language.list]]
|
||||
language = "x64 Assembly"
|
||||
language = "x86/x64, Assembly"
|
||||
|
||||
[[params.language.list]]
|
||||
lanuage = "Rust"
|
||||
|
||||
[[params.language.list]]
|
||||
lanuage = "Bash"
|
||||
language = "HTML, CSS, Javascript"
|
||||
|
||||
# Interests section
|
||||
[params.hobbies]
|
||||
title = "Hobbies"
|
||||
|
||||
[[params.hobbies.list]]
|
||||
interest = "Surfing"
|
||||
interest = "Writing and stargazing"
|
||||
|
||||
[[params.hobbies.list]]
|
||||
interest = "Hacking"
|
||||
@ -85,19 +82,25 @@ theme = "sada"
|
||||
|
||||
[params.experiences]
|
||||
icon = "fa-briefcase"
|
||||
title = "Experiences"
|
||||
title = "Experience"
|
||||
|
||||
[[params.jobs.list]]
|
||||
position = "Computer Architecture Teaching Assistant CSU Monterey Bay"
|
||||
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]]
|
||||
position = "Repair Technician"
|
||||
dates = "February 2019 - April 2019"
|
||||
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]]
|
||||
position = "Kitchen Staff"
|
||||
dates = "July 2016 - August 2016"
|
||||
@ -114,11 +117,17 @@ theme = "sada"
|
||||
url = "https://gitlab.com/shockrah/jankos"
|
||||
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]]
|
||||
title = "Personal Blog"
|
||||
url = "https://gitlab.com/shockrah/shockrah-city"
|
||||
description = "Personal blog built automatically built through shell scripts and markdown."
|
||||
|
||||
|
||||
[[params.projects.list]]
|
||||
title = "DWM Shell Scripts"
|
||||
url = "https://gitlab.com/shockrah/shell-scripts"
|
||||
@ -127,7 +136,7 @@ theme = "sada"
|
||||
[[params.projects.list]]
|
||||
title = "Static ELF Parser/Dissassembler"
|
||||
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
|
||||
[params.skills]
|
||||
@ -144,4 +153,8 @@ theme = "sada"
|
||||
|
||||
[[params.skills.list]]
|
||||
skill = "Linux configuration and development"
|
||||
skillrating = "95"
|
||||
skillrating = "95"
|
||||
|
||||
[[params.skills.list]]
|
||||
skill = "SQL Database Management"
|
||||
skillrating = "95"
|
||||
|
Loading…
Reference in New Issue
Block a user