-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
114 lines (93 loc) · 3.44 KB
/
cv.tex
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
%!TEX TS-program = xelatex
\documentclass[]{friggeri-cv}
% \usepackage{fontawesome}
% \addbibresource{bibliography.bib}
\begin{document}
\header{devan}{grose}
{ software engineer | web developer }
% In the aside, each new line forces a line break
\begin{aside}
\section{contact}
800 Lynnwood Ave NE
Renton 98056
Washington
~
425.361.6022
\href{mailto:[email protected]}{[email protected]}
~
linkedin.com/in/devangrose
github.com/devangrose
\section{programming}
react
AWS (Lambdas/SNS/SQS, ECS, Cloudformation, DynamoDB)
CI/CD pipelines
Docker
C\#
rust
nextjs
SQL/NoSQL
git
nodejs/express
\end{aside}
\section{experience}
\begin{entrylist}
\entry
{jul22 -}
{Staff Software Engineer}
{Thred - Kigo}
{
Own, architect and maintain full stack microservices architecture. \\
Coordinate cloud resources to deliver assets to client using scalable, extensible principles. \\
Implement and manage CI/CD pipelines, test suites, and logging insights. \\
Reduce costs by establishing serverless resources to reduce inefficiencies in our distributed computing pipelines. \\
Design, scope, execute, and deliver features using Agile methods. \\
Research and implement web3 features to deliver an amazing user experience (generate customized images, mint, burn, transfer, authentication, smart contracts).
Software Architecture, Docker, CI/CD, NextJS, Rust, Web3, NodeJS, AWS Lambda, SQS, Codebuild, IAM, SNS, Copilot, Image Manipulation
}
\entry
{mar21 jun22}
{Software Developer}
{Crowdstreet}
{
Facilitated departmental learning by leading Typescript workshops.\\
Increased incremental delivery by designing a frontend feature flag system. \\
Improved frontend performance and maintainability by implementing a microfrontend architecture.\\
Microfrontends, React, Java, Django, Pyhton, Angular, AWS Lambda, Software Integrations, Data Compliance
}
\entry
{jan18 feb21}
{Software Developer}
{Navex Global}
{
Reduced department development time by standardizing ReactJS patterns.\\
Created platform-wide libraries allowing efficient, readable, and correct code.\\
Increased backend api stability with C\# rail track architecture and BDD.\\
Owned agile epics, scoped stories, and coordinated teams to meet deadlines.
C#, Frontend Architecture, React, AWS Lambda, SNS, SQS, Docker, Data Access (ACL, Roles/Permissions), Data Compliance
}
\entry
{2018 - }
{Owner | Developer}
{Code Solutions, LLC}
{
Drove client sales + traffic with responsive, Material Design single-page apps. \\
Scaled out business by managing small Designer/Developer pairs.\\
Created storefronts via AWS serverless APIs using ReactJS + Python. \\
Aligned product creation with client needs through clear communication.
React, CI/CD, SES, NodeJS, Software Architecture
}
\end{entrylist}
\section{mentorship}
\begin{entrylist}
\entry
{feb 2023 - }
{Victory Code}
{Mentor Role}
{Mentored students in a web development bootcamp designed and facilitated for formerly incarcerated individuals.}
\entry
{2018 - }
{Mentorship}
{Personal Project}
{Mentored people making the transition into a tech-based role. Included tutoring, practice interviews, learning plans, job hunting, career development.}
\end{entrylist}
\end{document}