-
Notifications
You must be signed in to change notification settings - Fork 0
/
resum0.html
113 lines (102 loc) · 5.04 KB
/
resum0.html
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tevin Cameron Carter's Resume</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 40px;
}
h1, h2, h3, h4 {
color: #333;
}
ul, p {
margin-bottom: 20px;
}
</style>
</head>
<body>
<h1>Tevin Cameron Carter</h1>
<p>116-30 Sutphin Blvd<br>
Jamaica, NY 11434<br>
Phone: 862-226-6380</p>
<h2>EDUCATION</h2>
<ul>
<li>Rutgers University, New Brunswick NJ, Computer Science and Economics, 2012 – 2015</li>
<li>App Academy 2022 NYC</li>
<li>Passaic Valley Regional High School 2012, Little Falls NJ</li>
</ul>
<h2>RELEVANT COURSES</h2>
<p>Computer Science 101, Data Structures & Algorithms, Micro Economics, Macro Economics, Scientific & Technical Writing, English Composition, Computer Human Interaction, Econometrics, Calculus, Statistics, Discrete Mathematics and Money & Banking.</p>
<h2>EXPERIENCE</h2>
<h3>Junior Stock Broker Trainee, Phoenix Financial Services</h3>
<p>100 Wall Street, New York, NY<br>
January 2020 to May 2021</p>
<ul>
<li>Create contacts, leads, pitches and assist in the creation of new brokerage accounts.</li>
<li>Direct sales via cold calling.</li>
<li>Qualify investors.</li>
<li>Market analysis.</li>
<li>Sales and equities training.</li>
<li>Investment banking experience and exposure.</li>
<li>Manage client’s assets in equities.</li>
</ul>
<h3>Python Programmer, Office Clerk and Technical IT Adviser, Amco Auto Parts</h3>
<p>Paterson NJ<br>
December 2018 to June 2019</p>
<ul>
<li>Power user of Excel for office and administrative tasks.</li>
<li>E-commerce and marketing assistant and strategist.</li>
<li>Provide needed IT and computer technical assistance, set up and maintenance.</li>
<li>Advise President on issues concerning technology and computers.</li>
<li>Design Python solutions for the maintenance of CSV files to automate the online product uploading process.</li>
<li>Created company database in Python to maintain and edit online catalog.</li>
<li>Draft financial reports of the company’s monthly financial activities.</li>
<li>Assisted in the creation of a sales plan and marketing of the company's brand named manual transmission auto part(s): Ralco RZ.</li>
<li>Assist manager.</li>
</ul>
<h3>Financial Advisor (Part-Time), CJC Financial Resource Services</h3>
<p>Totowa NJ<br>
May 2017 to January 2020</p>
<ul>
<li>Assist in the preparation and processing of income tax documents and financial paperwork.</li>
<li>Maintain, repair and address all computer related and technical issues of the company.</li>
<li>Advance user of Excel for data entry, maintenance/creation of a simple database and clerical office work.</li>
<li>Create financial solutions and plans for clients.</li>
<li>Personal financial adviser (stocks, bonds, options, budgets, 401k, annuities, financial plans and strategies, etc).</li>
</ul>
<h3>Knowledge Advisor (Commission Based Salesman), Micro Center</h3>
<p>Morristown NJ<br>
May 2017 to December 2018</p>
<ul>
<li>Assist, discover and perform sales concerning customers/businesses present computer situations and needs.</li>
<li>Maintain strict sales requirements and quotas.</li>
<li>Sell complete computer system solutions to customers based on customer needs and to offset company logistical loss.</li>
<li>Keep up to date with the latest in technology and computers.</li>
<li>Used knowledge of Linux, Microsoft, Apple, Network security and the market to assist customers in various issues both personal and professional.</li>
<li>Weekly sales mentoring, coaching and training by a sales manager.</li>
</ul>
<h3>IT Help Desk Analyst, Rutgers University</h3>
<p>New Brunswick NJ<br>
September 2012 to March 2015</p>
<ul>
<li>Performed computer repairs and setups.</li>
<li>Managed and planned multiple technological projects.</li>
<li>Provided technical support with printers, PC's and networks via a work order system.</li>
<li>Troubleshoot various technological problems (Printers, Network Devices, TCP/IP, Software and Hardware, etc).</li>
<li>Provided service to faculty using a high volume work order system with up to 30-40 work orders per day.</li>
</ul>
<h2>SKILLS/ACTIVITIES</h2>
<p>LSAMP Scholar, Dean's List 2012 – 2013, President of Computer Club, Slackware Contributor, Data Structures & Algorithms, Python, Ruby, C/C++, Rust, Java, JavaScript, Node.js, V8, SQL and *NIX Operating Systems.</p>
<h2>CERTIFICATES</h2>
<ul>
<li>SIE, A+</li>
<li>Coursera - Algorithms Part I/II – Princeton University Course</li>
<li>Coursera – Data Structures & Algorithms Certificate – University of California San Diego</li>
<li>Udemy - JavaScript Algorithms and Data Structures Master Class</li>
<li>Introduction to Discrete Mathematics for Computer Science Specialization - University of California San Diego</li>
</ul>
</body>
</html>