-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume_config.toml
96 lines (83 loc) · 4.28 KB
/
resume_config.toml
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
[info]
title = "Zachary Spar - Resume"
charset = "UTF-8"
viewport = "width=device-width, initial-scale=1"
[styles]
css = ["https://www.w3schools.com/w3css/4/w3.css", "https://fonts.googleapis.com/css?family=Roboto", "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"]
[body]
class = "w3-light-grey"
[image]
src = "" # you can either specify an image URL
local = "home/SPAR_headshot.jpeg" # or a local file within the static folder
alt = "Headshot"
[favicon]
src = "" # you can either specify an image URL
local = "home/favicon.ico" # or a local file within the static folder
[personal_info]
name = "Zachary Spar"
position = "Backend Software Engineer"
location = "New York, NY"
email = "[email protected]"
phone = "(914) 486-8258"
[tools_frameworks]
list = ["Linux / Unix", "Django (Original / REST / Channels)", "Flask", "Nginx", "AWS", "Git", "Batch / BCP / ETL"]
[languages]
list = ["Python (2 & 3)", "Perl", "C++", "Java", "SQL"]
[[education]]
university = "UNIVERSITY OF MICHIGAN"
college = "College of Engineering"
location = "Ann Arbor, MI"
year = "2015 - 2019"
degree = "Bachelor of Science in Engineering, May 2019"
major = "Computer Science"
[[work_experience]]
company = "Ampla Technologies, New York, NY"
position = "Software Engineer II - Growth Capital"
duration = "Dec 2021 – Jan 2024"
tasks = [
"Initiated and executed Growth-Line-of-Credit (GLOC) ACH automation project, achieving flawless daily imports, a 99% audit reconciliation rate for GLOC customers, and enhanced process efficiency",
"Collaborated closely with Risk team to resolve complex customer-centric issues, implementing comprehensive features and infrastructure improvements to enhance internal processes",
"Led implementation of SFTP system and standardized incoming Mailchimp webhooks, optimizing data management capabilities and setting the stage for future projects",
"Maintained open communication and stakeholder collaboration, contributing to improved customer experiences; played a key role in the growth transition from a team of 35 to over 100 employees"
]
[[work_experience]]
company = "MORGAN STANLEY - E*TRADE, New York, NY"
position = "Software Engineer I - Wealth Management Tech"
duration = "Jun 2019 – Dec 2021"
tasks = [
"Upgraded out-of-date IPO services and interfaces for middle office advisors",
"Assembled real-time IPO service pipeline for deals and customer orders flowing from E*TRADE to Morgan Stanley",
"Composed and documented critical daily batch processes for advisor equities, mutual funds, and fees",
"Delineated and optimized legacy C services",
"Scripted bulk copy programs to facilitate management fee calculations and analysis",
"Produced manipulable Job Control Language code generator written in Python"
]
[[work_experience]]
company = "UNDERGROUND SOUND, New York, NY"
position = "Co-Founder & CTO"
duration = "Nov 2020 – Present"
tasks = [
"Maintained version control, test suites, API & websocket framework documentation, and general application deployments",
"Implemented fault-tolerant and auto-scaling backend system to run API and websocket servers",
"Built continuous integration pipeline for staging and production, resulting in zero downtime application updates",
"On App Store: 'Underground Sound – UGS'"
]
[[work_experience]]
company = "DARKOWL, Denver, CO"
position = "Technology Team Intern"
duration = "Jun 2018 – Sep 2018"
tasks = [
"Designed plugin transforms analyzing API sourced data to visually display sensitive information on Maltego software platform",
"Developed client-requested dynamic display of customizable data characteristics using company API",
"Illustrated client-facing Python library, facilitating access to proprietary DarkOwl API",
"Optimized internal legacy processes with streamlined programming using Python and Java"
]
[[work_experience]]
company = "ELLIOTT MANAGEMENT CORPORATION, New York, NY"
position = "Summer Technology Analyst"
duration = "Jun 2017 – Sep 2017"
tasks = [
"Constructed interactive graphic portfolio interface displaying relevant financial indicators for company-held securities",
"Scripted autonomous Python applet that tracked and processed recent IPO's",
"Assisted senior technology team in full database encryption and security monitoring"
]