-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
79 lines (74 loc) · 4.2 KB
/
resume.html
File metadata and controls
79 lines (74 loc) · 4.2 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<title>Rae Bonfanti</title>
<script type="text/javascript" src="javascripts/vendor/modernizr-build.min.js"></script>
<link type="text/css" href="stylesheets/base.css" rel="stylesheet">
<link type="text/css" href="stylesheets/resume.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,500;0,600;0,700;0,900;1,500;1,600;1,700;1,900&display=swap" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="content">
<main>
<a href="index.html">
<h1 class="flowers" id="flowers">Rae Bonfanti</h1>
</a>
<nav>
<ul class="navigation">
<li class="navigation__item">
<a href="resume.html" class="a--current">resume</a>
</li>
<li class="navigation__item">
<a href="https://github.com/raebot"><i class="fa fa-lg fa-github-alt"></i></a>
</li>
<li class="navigation__item">
<a href="https://www.linkedin.com/in/raebonfanti/"><i class="fa fa-lg fa-linkedin-square"></i></a>
</li>
</ul>
</nav>
<div class="resume">
<h2 class="resume__section-header">Summary</h2>
<p>
Software developer generalist leading teams in a diversity of business and technical domains. Pair
programming and test-driven development are some of my go-tos for building teams and applications. As a
consultant, I've deepened my knowledge of Rails, React, and SQL and learned new tools quickly to meet
project milestones. Love a good conversation about mentoring people new and not-so-new to tech, dance music,
cats, or rock climbing.
</p>
<h2 class="resume__section-header">Software Experience</h2>
<h3 class="resume__element">Carbon Five</h3>
<h4 class="resume__detail-highlights">Principal Engineer, Engineering Manager | March 2015 - now</h4>
<h4 class="resume__detail-highlights">Select projects</h4>
<ul class="resume__detail">
<li class="resume__detail-item">
<span class="resume__detail-emphasis">Stitch Fix</span> - Personal style delivered to your door. Senior developer on a cross-discipline team that evolved the
platform to serve a new business line, millions more customers, and enable better analytics for personalization.
<span class="resume__detail-emphasis">Service-oriented architecture, Rails, & React</span>
</li>
<li class="resume__detail-item">
<span class="resume__detail-emphasis">Bendable</span> - Lifelong learning system for the city of South Bend. Led team of 4 developers, working directly with
a design agency, St. Joseph County Public Library, and client stakeholders. Took product from inception to major
public demo. <span class="resume__detail-emphasis">Rails & React</span>
</li>
<li class="resume__detail-item">
<span class="resume__detail-emphasis">Gap</span> - Worldwide clothing and accessories retailer. Developer on an international team that worked to bring a
legacy system with maintenance challenges into the present as a global production planning and allocation tool
core to business. <span class="resume__detail-emphasis">Java, HBase, & Angular</span>
</li>
</ul>
<h3 class="resume__element">SocialChorus</h3>
<h4 class="resume__detail-highlights">Software Developer | September 2013 - December 2014</h4>
<ul class="resume__detail">
<li class="resume__detail-item">Developed full-stack product features, collaborating with product management and design</li>
<li class="resume__detail-item">Practiced and encouraged TDD and pairing, boosting team knowledge sharing</li>
<li class="resume__detail-item">Led team retrospectives, identifying best practices, pain points, and new things to try</li>
<li class="resume__detail-item">Grew knowledge of and gave talks on object-oriented design in Ruby</li>
</ul>
</div>
</main>
</div>
</body>