-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
63 lines (50 loc) · 3.68 KB
/
work.html
File metadata and controls
63 lines (50 loc) · 3.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<head>
<title>HMEmployment</title>
</head>
<div class="container-fluid panel" id="summary">
<h1 class="panel-heading text-center">My Working World</h1>
<h2>Taking Care of Business</h2>
</div>
<div class="container-fluid panel" id="p1">
<h2 class="panel-heading text-center">Electronic Inventory Online, Data Specialist, Python Developer</h2>
<h3>October 2017-Current</h3>
<i>Python Scripting</i>
<ul>
<strong>Data Entry</strong>
<i>The job is started off mostly as a basic data entry job where I was:</i>
<li>Creating, maintinaing, and deleting hundreds of listings on Amazon, Ebay, and our Website</li>
<li>Using excel to store, manage, and analyze market prices</li>
<strong>Python Developer</strong>
<li>Connected with the Finale Inventory API to analyze inventory statuses, push product quantities, and monitor sales using Requests library</li>
<li>Built a tool to query and extract information from catalogs with over 2000 items using the Openpyxl library</li>
<li>Automated the price analysis process for a manufacture’s catalog that would run with 99.99% accuracy within seconds</li>
<strong>Python Selenium Bot</strong>
<li>Searches for products in a manufacturer's full catalog on Amazon to find competitors, sales prices, and product information</li>
<li>Identifies which sellers were complying with a manufacturer’s agreed prices</li>
<li>Cataloged products where the company can compete at and what prices are good to list at</li>
</ul>
</div>
<div class="container-fluid panel panel" id="p2">
<h2 class="panel-heading text-center">Apple GIS Editor</h2>
<h3>Contracted with Apple via Ryzen Solutions, January 2016-January 2017</h3>
<i>ArcMap, QGIS</i>
<ul>
<li>Collaborating on a team of 4 to improve Apple maps by analyzing live data, and collected data to find trends about city traffic</li>
<li>Digitized and validated thousands of areas of interests every week</li>
<li>Used ArcMap and QGIS to create visualizations of all the data sets to show the project managers</li>
</ul>
</div>
<div class="container-fluid panel" id="p3">
<h2 class="panel-heading text-center">ZWorld GIS Intern</h2>
<h3>July 2015-August 2015</h3>
<p>
This was my post graduation internship where I worked with ArcMap to update maps and validating the Autocard information. I worked on a water district where I checked on the pipes traveling around the area, fire hydrants, and other paths. There were over 5000 attributes in the tables that needed to be checked on. One thing i got fromt his was that with so much information there is room for missing data or bad data. At that point the only thing that could be done is create a log of errors to present to the client to clarify.
</p>
</div>
<div class="container-fluid panel" id="p4">
<h2 class="panel-heading text-center">Supervisor of The Arbor at UCSB</h2>
<h3>August 2012-June 2015</h3>
<p>
The Arbor was my first step into the working world. I learned a number of lessons about how to deal with the various needs of the customers, coworkeres and managers. Every customer has unique needs and by working here I was able to find the various ways to help everyone to the best of my abilities. These coworkers had showed me how keeping a good atmosphere would make a good business, and happy employees because we often made compromises, to fit our schedules and kept everyone well informed about changes and news. The biggest thing I valued was that the managers had inspired me to take more iniatives and become more of a leader. I became a supervisor and delegated tasks to keep the store running at top performance. There were many days of back stocking and heavy rushes of people since we were the largest store on campus.
</p>
</div>