Skip to content

cv update #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
307 changes: 49 additions & 258 deletions _pages/cv.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: archive
title:
title:
permalink: /cv/
author_profile: true
redirect_from:
Expand All @@ -10,266 +10,57 @@ redirect_from:
{% include base_path %}

# Education
**B.S. in Computer Science, California State Polytechnic University Pomona, 2024**
**(expected)**
* 3.95 GPA
* Kellogs Honors College
* Big Data & Cloud Computing Apprenticeship Program

**B.S. in Computer Science, Minor in Data Science, California State Polytechnic University Pomona, 2024 (expected)**
* 3.97 GPA
* Kellogg Honors College
* Big Data & Cloud Computing Apprenticeship Program
* National Society of Leadership and Success
* Engineering Leadership Program
* CPP RAMP - Reading Advising & Mentoring Program
* Reading Advising & Mentoring Program
* Google Developer Student Clubs Cal Poly Pomona Founder/President

**A.S. in Mathematics and Science, Norco College, 2021**
* 4.0 GPA
* STEM pathways Norco College
* Phi Theta Cappa Honor Society
* STEM Pathways Norco College
* Phi Theta Kappa Honor Society
* Deans List 2017-2021


# Academic Programs
<!-- **Tentative CS Club CPP** -->
**Kellogs Honors College**
*2021-Present*
* Promote academic excellence and intellectual exploration through honors courses, civic engagement, and special events
* Planned participation in a senior capstone research project with CS faculty

**Engineering Leadership Program**
*Fall 2021*
* Ethics: Principles of leadership, leadership mindset, outward mindset, and mindset and teamwork
* Self: Gathering awareness, strengths reflection, time journaling
* Team: Strengths and teamwork, team role reflection

**RCC ACM Club Chapter Vice-Chair**
*2020 - 2022*
* Developed chapter activities and programs
* Held meetings and practices
* New membership recruitment

**NASA L'Space Mission Concept Academy Deputy Project Manager**
*Fall 2020*
* Mission: Enceladus Strategic Science Investigation
* Designed a lander mission concept targeting the Tiger Stripe region on Saturn’s Moon Enceladus
* Prepared a Preliminary Design Review (PDR) document describing the science objectives, experiments, spacecraft design, and payload
* link to PDR

**NASA NCAS - Community Aero Space Scholars**
*Spring 2020*
* Gained an understanding of NASA’s past, present, and future missions and how they will
contribute to the next generation of space exploration
* Obtained the skills and resources to pursue a career at NASA or in a STEM Field
* Final Research paper on Habitation Systems Concept Studies
* Awarded invitation to virtual on-site experience
* Link to RP

# Work Experience

**Inventory Auditor, Costco Wholesale Returns Depot #1995**
*2015 – Present*
* Investigate, correct inventory discrepancies, and recover losses
* Conduct inventory counts and prepare inventory reports
* Advise leadership team on developing new procedures to improve accuracy
* Previously part of Leadership Team as a Supervisor

**Web Development, Northcote Energy**
*2014 – 2015*
* Created website to design specifications using wix.com
* Maintained website updates and uptime at 100%

**HVAC Technician, Deporto Heating and Air**
*2010 – 2012*
* Assisted in the installation of residential/industrial heating and air
* Provided excellent customer service
* Excelled at completing jobs on time or ahead of schedule

**Security Guard, Chief Protective Services**
*2004 – 2010*
* Security detail for residential, industrial, and special events
* Part of the Leadership Team as a special events coordinator
* Patrol supervisor maintaining guard post routes

# Hard Skills

**Proficient**
* C++, Java, Git, Markdown, Microsoft Office & Google Suite

**Experienced**
* AWS, C, Java Script, Linux Development Environment, Arduino, GitKraken, Virtual Machines

# Soft Skills
* Leadership, Mentoring, Coaching, Honesty, Ethics, Love for Learning, Open Mindedness, Interpersonal Communication, Empathy, Perseverance, Public Speaking, Professional Writing, Creativity, Intuition


<!-- Testing formatting here

A variety of common markup showing how the theme styles them.

# Header one

## Header two

### Header three

#### Header four

##### Header five

###### Header six

## Blockquotes

Single line blockquote:

> Quotes are cool.

## Tables

| Entry | Item | |
| -------- | ------ | ------------------------------------------------------------ |
| [John Doe](#) | 2016 | Description of the item in the list |
| [Jane Doe](#) | 2019 | Description of the item in the list |
| [Doe Doe](#) | 2022 | Description of the item in the list |

| Header1 | Header2 | Header3 |
|:--------|:-------:|--------:|
| cell1 | cell2 | cell3 |
| cell4 | cell5 | cell6 |
|-----------------------------|
| cell1 | cell2 | cell3 |
| cell4 | cell5 | cell6 |
|=============================|
| Foot1 | Foot2 | Foot3 |

## Definition Lists

Definition List Title
: Definition list division.

Startup
: A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.

#dowork
: Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends.

Do It Live
: I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c "We'll Do It Live") this one.

## Unordered Lists (Nested)

* List item one
* List item one
* List item one
* List item two
* List item three
* List item four
* List item two
* List item three
* List item four
* List item two
* List item three
* List item four

## Ordered List (Nested)

1. List item one
1. List item one
1. List item one
2. List item two
3. List item three
4. List item four
2. List item two
3. List item three
4. List item four
2. List item two
3. List item three
4. List item four

## Buttons

Make any link standout more when applying the `.btn` class.

## Notices

**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph.
{: .notice}

## HTML Tags

### Address Tag

<address>
1 Infinite Loop<br /> Cupertino, CA 95014<br /> United States
</address>

### Anchor Tag (aka. Link)

This is an example of a [link](http://github.com "Github").

### Abbreviation Tag

The abbreviation CSS stands for "Cascading Style Sheets".

*[CSS]: Cascading Style Sheets

### Cite Tag

"Code is poetry." ---<cite>Automattic</cite>

### Code Tag

You will learn later on in these tests that `word-wrap: break-word;` will be your best friend.

### Strike Tag

This tag will let you <strike>strikeout text</strike>.

### Emphasize Tag

The emphasize tag should _italicize_ text.

### Insert Tag

This tag should denote <ins>inserted</ins> text.

### Keyboard Tag

This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the `<code>` tag.

### Preformatted Tag

This tag styles large blocks of code.

<pre>
.post-title {
margin: 0 0 5px;
font-weight: bold;
font-size: 38px;
line-height: 1.2;
and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;
}
</pre>

### Quote Tag

<q>Developers, developers, developers&#8230;</q> &#8211;Steve Ballmer

### Strong Tag

This tag shows **bold text**.

### Subscript Tag

Getting our science styling on with H<sub>2</sub>O, which should push the "2" down.

### Superscript Tag

Still sticking with science and Isaac Newton's E = MC<sup>2</sup>, which should lift the 2 up.

### Variable Tag

This allows you to denote <var>variables</var>.

{% include base_path %}
{% for post in site.pages %}
{% include archive-single.html %}
{% endfor %}
-->
# Skills

**Technical**
* Proficient: C++, C, Python, Flutter, Dart, JavaScript, TypeScript, React, MUI, Java, C#, Postman, Swagger x86, Git, Bash, PowerShell, LaTeX, Markdown, XML, Google Apps Scripts
* Experienced: ADO Pipelines, AWS, Azure, GCP, Terraform, Puppet, Hadoop, Ansible, RHEL, Docker, VirtualBox, VMware, Package Management Systems

**Core Competencies**
* Agile, Scrum, Leadership, Mentoring, Coaching, Interpersonal Communication, Public Speaking, Professional Writing, Service Now

# Projects

**Mood Scope Monitor (Capstone Project)**
* A cutting-edge app that utilizes computer vision and machine learning to detect facial emotions and monitor mood.
* User-friendly interface that allows users to track and visualize their emotional states over time.
* Aims to alleviate challenges in the workplace and improve mental health and well-being for tech and office workers.
* Leverages Azure Machine Learning Cognitive Services, Cosmos DB, and Functions.
* [Git Repository](https://github.com/jasojone/moodscope-monitor)

**React Google Maps (Proof of Concept, Costco)**
* A single-page web application that utilizes the Google Maps API to embed interactive maps and provide additional business functionality.
* The application allows users to search for locations, view directions and explore nearby points of interest.
* Integrates with other APIs to display real-time information such as weather and traffic conditions.
* User-friendly interface and robust functionality, the proof of concept showcases the potential for leveraging Google Maps API to enhance online user experiences.
* [Private Repository](https://github.com/jasojone/react-google-maps)

# Experience

**Full Stack Engineer Intern, Costco Wholesale IT Global Merchandise**
* Jan 2023 - Present (Remote & Issaquah, Washington)
* Enhancing an existing app in production that provides business functions and streamlines the business process for an internal customer.
* Designing and implementing new features, optimizing the app’s performance, and ensuring high levels of usability and accessibility.
* Utilizing a wide range of cutting-edge technologies, including React, TypeScript, Material-UI (MUI), C .NET, and custom APIs with Azure Functions.
* Working within an Agile methodology framework, incorporating both Scrum and other best practices to ensure efficient and effective team performance.

**Enterprise Monitoring Intern, Costco Wholesale IT**
* Jun 2022 - Sep 2022 (Issaquah, Washington)
* Oversaw the monitoring of critical infrastructure, network, and application systems.
* Developed and deployed custom monitoring solutions for various customers, internal teams, and external vendors.
* Utilized various tools and technologies, including Azure, Terraform, Puppet, Ansible, Pearl, Dynatrace
Binary file removed images/3953273590_704e3899d5_m.jpg
Binary file not shown.
Binary file removed images/500x300.png
Binary file not shown.
Binary file removed images/bio-photo-2.jpg
Binary file not shown.
Binary file removed images/bio-photo.jpg
Binary file not shown.
Binary file removed images/image-alignment-150x150.jpg
Binary file not shown.
Binary file removed images/image-alignment-580x300.jpg
Binary file not shown.
Binary file removed images/mstile-150x150.png
Binary file not shown.
Binary file removed images/profileold.png
Binary file not shown.
Binary file removed images/site-logo.png
Binary file not shown.