-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathresume.platf.yaml
205 lines (205 loc) · 7.68 KB
/
resume.platf.yaml
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
settings:
includeSkills: false
includeProjects: false
basics:
name: Arash (Ash) Outadi
label: Programmer
email: [email protected]
phone: null
website: 'http://arashout.site'
location:
address: null
postalCode: null
city: null
countryCode: CA
region: British Columbia
regionCode: BC
htmlTitle: Software Engineer
profiles:
- website: Gmail
username: [email protected]
url: 'mailto:arash'
html: >-
<a href='mailto:[email protected]' title='Email me'> <span
class='fa-stack fa-lg'> <i class='fa fa-circle fa-stack-2x'></i> <i
class='fa fa-envelope fa-stack-1x fa-inverse'></i> </span> </a>
- website: Github
username: arashout
url: 'https://github.com/arashout'
html: >-
<a href='https://github.com/arashout' title='Github'> <span
class='fa-stack fa-lg'> <i class='fa fa-circle fa-stack-2x'></i> <i
class='fa fa-github fa-stack-1x fa-inverse'></i> </span> </a>
- website: LinkedIn
username: arashout
url: 'https://www.linkedin.com/in/arashout/'
html: >-
<a href='https://www.linkedin.com/in/arashout/' title='LinkedIn'> <span
class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i
class="fa fa-linkedin fa-stack-1x fa-inverse"></i> </span> </a>
- website: Resume
username: Arash
url: >-
https://github.com/arashout/ResumeGenerator/raw/master/arash_outadi_resume.pdf
html: >-
<a
href="https://github.com/arashout/ResumeGenerator/raw/master/arash_outadi_resume.pdf"
title="PDF Resume"> <span class="fa-stack fa-lg"> <i class="fa fa-circle
fa-stack-2x"></i> <i class="fa fa-file-pdf-o fa-stack-1x fa-inverse"></i>
</span> </a>
experiences:
- company: Dropbox
position: Software Engineer
startDate: 2022-11-15T00:00:00.000Z
endDate: 2024-11-15T00:00:00.000Z
summary: Moved 300+ engineers from Phabricator over to Github and built out custom tooling to enrich UX, ensure proper code reviews and maintain compliance on Github
highlights:
- Custom rules engine used for efficiently assigning code reviewers, making automated comments based on code changes and other actions, resulting in significant time savings for engineers
- Internal Go CLI for interacting with git/Github and managing pull requests using internal tooling and CI
- Go service that ensures all code owners and subscribers have reviewed PR before merge, integrated with Github webhooks
- A Notification service built-in on top of Github webhooks that addressed short-comings with built-in Github notifications
technologies:
- Golang
- Python
- Bazel
- company: KeepTruckin
position: Software Engineer
startDate: 2020-11-15T00:00:00.000Z
endDate: 2022-08-15T00:00:00.000Z
summary: Building IoT infrastructure and Developer Productivity Tooling
highlights:
- Unified AWS Lambda deployment pipeline with rest of KT infrastructure using custom K8s controller, vastly improving developer productivity
- Mentored and onboarded new hires on the IoT team; allowing them to hit the ground running and contribute immediately!
- Significantly reduced IoT toil and embedded developer workflow and tooling, resulting in much faster release cycles
technologies:
- Golang
- Ruby/Rails
- Kubernetes
- AWS
- Bazel
- Nix
- company: Infoblox
position: Software Engineer
startDate: 2019-07-15T00:00:00.000Z
endDate: 2020-10-15T00:00:00.000Z
summary: Building and maintaining Go services powering Bloxone DDI services.
highlights:
- >-
Reduced developer time spent by 75% by replacing custom health checking application with several manual steps with Prometheus using Kubernetes service discovery.
- >-
Outlined and implemented best logging/tracing practices for the team leading to improved bug resolution times.
- >-
Lead initiative to implement distributed tracing significantly improving observability when dealing with complex multi-service bugs
technologies:
- Golang
- Docker
- Kubernetes
- AWS
- company: Ravelin
position: Software Engineer
startDate: 2017-09-12T00:00:00.000Z
endDate: 2018-08-17T00:00:00.000Z
summary: >-
Full stack engineer primarily developing and maintaining customer facing
dashboard built with Angular and powered by Go micro-services
highlights:
- >-
Added end-to-end tests using Cypress to Angular dashboard to catch regressions during
critical user paths
- >-
Upgraded various parts of CI pipeline to ultimately reduce build times
by 50%
- >-
Improved/implemented many new features of graph visualizations,
including closest neighbors highlighting and various filters
- >-
Built a critical chrome extension used daily by the sales team for
prospecting
technologies:
- Angular
- TypeScript
- Golang
- Cirlcle CI
- Docker
- D3
- React
- Cypress
- AWS
education:
- institution: University of British Columbia
location:
city: Vancouver
regionCode: BC
studyType: Bachelor of Applied Science
area: Mechanical Engineering
startDate: 2013-09-07T00:00:00.000Z
endDate: 2019-05-01T00:00:00.000Z
contributions:
- name: NuShell
role: Contributor
source: 'https://github.com/nushell/nushell/pulls?q=+is%3Apr+author%3Aarashout+'
summary: >-
Cross-platform shell that understands the structure of your data!
highlights:
- Implemented streaming functionality when opening files with proper encoding support.
Making it possible to stream very large files.
- Added additional math functions while refactoring math command and improving test coverage.
technologies:
- Rust
projects:
- name: JobBot
source: 'https://github.com/arashout/JobBot'
summary: >-
The bot that landed me my job at Ravelin! It's automatically able to apply
to job listings using personalized cover letter based on keywords from
the job description.
technologies:
- Python
- Selenium
- XPath
- NLP
- name: Improved UBC Transcript
source: 'https://github.com/arashout/ImprovedUBCTranscript'
writeup: 'http://arashout.site/posts/improved-ubc-transcript'
summary: >-
Bookmarklet that enhances and beautifies the unofficial UBC transcript, it
gets about 450 hits per month and is included as a sidebar resource on the
r/UBC subreddit!
technologies:
- Python
- Flask
- TypeScript
- MongoDB
- AWS Lambda
- name: Alphabet Match
noDisplay: true
demo: 'https://arashout.github.io/alphabet-match/'
image: 'https://raw.githubusercontent.com/arashout/alphabet-match/master/demo.gif'
source: 'https://github.com/arashout/alphabet-match'
summary: >-
Memory matching game built to help adults learn English letters and their
associated sounds. Made with love for my grandmother!
technologies:
- React
- TypeScript
- name: Sudoku Solver
noDisplay: true
demo: 'https://sudoku-solve.azurewebsites.net'
source: 'https://github.com/arashout/SudokuSolveCP'
summary: >-
A Sudoku Solver that uses the constraint propagation technique to
efficiently solve puzzles.
technologies:
- 'C#'
- ASP.net
- React
- Azure
- name: RoboRooney
source: 'https://github.com/arashout/RoboRooneyStarter'
summary: >-
Slack-bot to quickly scan all available openings at football pitches using
the MyLocalPitch API and help arrange soccer scrimmages through Slack
technologies:
- Go
- Slack
- Heroku