-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (118 loc) · 5.92 KB
/
index.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
114
115
116
117
118
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume | Brian H. Rutledge</title>
<link rel="stylesheet" href="https://unpkg.com/normalize.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<article class="resume">
<header class="header">
<h1 class="name">Brian H. Rutledge</h1>
<h2 class="title">Software Engineer</h2>
<div class="city">Somerville, MA</div>
<div class="contact">
<div class="email"><a href="mailto:brian@bhrutledge.com">brian@bhrutledge.com</a></div>
<div class="url"><a href="https://github.com/bhrutledge">github.com/bhrutledge</a></div>
</div>
</header>
<section class="section">
<h2 class="title">Key Skills & Technologies</h2>
<p>Adapting, Analyzing, Assimilating, Communicating, Documenting, Editing, Explaining, Researching, Questioning, Teaching, Troubleshooting. <strong>Software Development:</strong> Python, JavaScript, SQL, Git, Linux/Unix, Test-Driven Development, Code Review, Continuous Integration. <strong>Web Development:</strong> Django, REST, Vue, Webpack, jQuery, Charts, Maps, SASS, Bootstrap, Selenium, Responsive Design, Typography. <strong>Data Engineering:</strong> Pandas, Jupyter.</p>
</section>
<section class="section">
<h2 class="title">Professional Experience</h2>
<section class="role">
<header class="header">
<h3 class="title">Software Engineer, Full Stack Web Developer, Data Engineer, IT Support</h3>
<div class="dates">2014–Present</div>
</header>
<section class="organization">
<header class="header">
<h4 class="name">EnergySage, Inc.</h4>
<div class="city">Boston, MA</div>
<div class="summary">The world’s first and largest online marketplace for solar panel installation</div>
</header>
</section>
<ul>
<li>Coordinated and contributed to the development of core user experiences, including project planning & design discussions, data engineering, prototyping, and implementation</li>
<li>Advocated for, coordinated, and contributed to the adoption of modern JavaScript tooling to develop new features more rapidly</li>
<li>Improved setup, documentation, testing, and continuous integration for the Django development environment</li>
<li>Managed, researched, and contributed to the migration to Python 3, including increasing test coverage and developing custom tools</li>
<li>Developed and maintained an environment for reproducible data engineering</li>
<li>Python, Django, Jupyter, Pandas, JavaScript, Vue, Webpack, Backbone, jQuery, D3, Selenium, HTML, SASS, CSS, BEM, Bootstrap, MySQL, Celery, Git, AWS, Google Cloud</li>
</ul>
</section>
<section class="role">
<header class="header">
<h3 class="title">Full Stack Web Developer</h3>
<div class="dates">2006–Present</div>
</header>
<section class="organization">
<header class="header">
<h4 class="name">Freelance</h4>
</header>
</section>
<ul>
<li>Designed and developed the CMS and front-end for my band’s website, an application for a small retailer to analyze sales reports, and brochure websites for friends and family</li>
<li>Python, Django, Flask, jQuery, PHP, SQLite, HTML, CSS, Git, Apache, Linux</li>
</ul>
</section>
<section class="role">
<header class="header">
<h3 class="title">IT Operations Manager, Bicycle Fitter, Buyer, Salesperson</h3>
<div class="dates">2006–2014</div>
</header>
<section class="organization">
<header class="header">
<h4 class="name">Belmont Wheelworks</h4>
<div class="city">Belmont, MA</div>
<div class="summary">Bicycle sales and service, catering to all levels of cyclists in greater Boston</div>
</header>
</section>
<ul>
<li>Configured the website CMS, developed a front-end theme, and developed scripts to synchronize inventory</li>
<li>Python, SQL, jQuery, CSS</li>
</ul>
</section>
<section class="role">
<header class="header">
<h3 class="title">Software Engineer</h3>
<div class="dates">2001–2005</div>
</header>
<section class="organization">
<header class="header">
<h4 class="name">Applied Innovation Inc.</h4>
<div class="city">Dublin, OH</div>
<div class="summary">Network management hardware and software for the telecommunications industry</div>
</header>
</section>
<ul>
<li>Assumed development responsibility for a troubled network device, turning it into a major source of income</li>
<li>Assembly, C, C++, Java, Python, Perforce</li>
</ul>
</section>
</section>
<section class="section">
<h2 class="title">Education</h2>
<section class="role">
<header class="header">
<h3 class="title">Bachelor of Science, Computer & Information Science</h3>
<div class="dates">2002</div>
</header>
<section class="organization">
<header class="header">
<h4 class="name">The Ohio State University</h4>
<div class="city">Columbus, OH</div>
</header>
</section>
<ul>
<li>Graduated Cum Laude with Honors in the Liberal Arts, 3.640 GPA</li>
</ul>
</section>
</section>
</article>
</body>
</html>