From 956c799ada714810356fee7f80ca1d217947b942 Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 2 Nov 2021 21:40:15 -0700 Subject: [PATCH] + More/less final job descriptions --- .gitignore | 1 + content/experience/_index.md | 2 +- content/experience/amazon.md | 4 +++- content/experience/cda.md | 17 +++++++++++++++++ content/experience/cmg.md | 12 ++++++++++-- content/experience/csumb.md | 11 +++++++++++ 6 files changed, 43 insertions(+), 4 deletions(-) create mode 100644 content/experience/cda.md create mode 100644 content/experience/csumb.md diff --git a/.gitignore b/.gitignore index 2325162..7b1563e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ hugo.exe resources/ public/ *.swp +.hugo_build.lock diff --git a/content/experience/_index.md b/content/experience/_index.md index 1f1b76e..1b39640 100644 --- a/content/experience/_index.md +++ b/content/experience/_index.md @@ -1,3 +1,3 @@ --- -title: My Work History Wy +title: My Work History --- \ No newline at end of file diff --git a/content/experience/amazon.md b/content/experience/amazon.md index d867231..7e50b7d 100644 --- a/content/experience/amazon.md +++ b/content/experience/amazon.md @@ -4,4 +4,6 @@ when: May 2020 - October 2020 title: Fullfilment Associate --- -Fulfill basic warehouse and stock order duties. Responsibilities include offloading merchandise trucks, locating stock, and packing items for shipment. +Fulfill basic warehouse and stock order duties. Responsibilities include +offloading merchandise trucks, locating stock, and packing items for shipment. + diff --git a/content/experience/cda.md b/content/experience/cda.md new file mode 100644 index 0000000..b06b4dd --- /dev/null +++ b/content/experience/cda.md @@ -0,0 +1,17 @@ +--- +title: Devops Intern +company: Critical Design Associates +when: May 2021 - August 2021 +--- + +Learned how to build and manage scalable applications with modern CI/CD +pipelines. Developed application workflows with: + +* Terraform +* AWS +* Gitlab CI +* Python + +Attained **CompTIA Security+ Certification** and **Splunk User Certification**. +Finished internship with an offer to work at sister company _Career +Mentor Group_ starting immediately as the intership phase finished. diff --git a/content/experience/cmg.md b/content/experience/cmg.md index 7b15ae5..e4c185d 100644 --- a/content/experience/cmg.md +++ b/content/experience/cmg.md @@ -1,8 +1,16 @@ --- company: Career Mentor Group -when: May 2020 - October 2020 +when: August 2021 - Current title: Devops Consultant --- -Fulfill basic warehouse and stock order duties. Responsibilities include offloading merchandise trucks, locating stock, and packing items for shipment. +Extensive Knowledge with Python for building data analytics tools which +contributed to building a dataset of over 35,000 data entries.\ +Designed and built cloud infrastructure using automation tools such as: + +* **Terraform** for constructing components of the infrastructure + +* **Ansible** to keep applications and services properly maintained + +* **Gitlab CI/CD** for application building, testing, and deployment diff --git a/content/experience/csumb.md b/content/experience/csumb.md new file mode 100644 index 0000000..469db61 --- /dev/null +++ b/content/experience/csumb.md @@ -0,0 +1,11 @@ +--- +title: Computer Architecture Teaching Assistant +company: CSU Monterey Bay +when: Oct 2019 - Dec 2019 +--- + +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. Left because I was graduating that very +semester that I worked.