-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (90 loc) · 4.91 KB
/
index.html
File metadata and controls
98 lines (90 loc) · 4.91 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<html>
<head>
<title>Chris Coudron, Software Engineer</title>
<meta name="description" content="Software Engineer, San Francisco, CA. Javascript. Node. React. Angular.">
<link rel="author" href="https://google.com/+ChrisCoudron"/>
<meta property="og:type" content="profile" />
<script type="text/javascript" src="bundle.js"></script>
<link href='https://fonts.googleapis.com/css?family=Raleway:100,400,800' rel='stylesheet' type='text/css'>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69738643-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<div class="pic">
<img src="assets/images/coudron.png">
</div>
<div class="name">Chris Coudron</div>
<div class="title">Software Engineer, San Francisco, CA</div>
<div class="contact">
<strong>e:</strong> coudron@gmail.com |
<strong>t:</strong> @coudron |
<strong>w:</strong> coudron.github.io</div>
<div class="tech">Javascript, Node, Angular, React, Objective C, Cocoa, Python, Django, Flask, and other stuff</div>
<div class="section">
<h2>Experience</h2>
<div class="job">
<div class="time">
2015 - Present
</div>
<div class="company">Betable</div>
<div class="position">Software Engineer</div>
<div class="summary">
<p>Abstracting the regulated portions of real money gambling into a simple and easy to use platform that enables independent game developers to quickly monetize using gambling.</p>
<p>We're hiring!
<br/><a href="https://jobs.lever.co/betable">https://jobs.lever.co/betable</a></p>
</div>
</div>
<div class="job">
<div class="time">
2013 - 2014
</div>
<div class="company">Freelance Developer</div>
<div class="position">Web, Mobile, iOS</div>
</div>
<div class="job">
<div class="time">
2011 - 2012
</div>
<div class="company">ChoicePass (Acquired by Salesforce.com)</div>
<div class="position">Co-Founder & CTO</div>
<div class="summary">
<p>Early stage angel-backed corporate perks and employee rewards platform; Refined vision to create a frictionless cloud-based SaaS platform to provide and manage perks and rewards across web, mobile and offline (card-based) to improve
employee engagement, reward performance, and attract talent.</p>
<p>Engineering
<br>Designed, developed, and scaled the ChoicePass platform to deliver a seamless user experience across mobile and web by leveraging technologies and languages such as Python, Django, Objective-C, Stripe Payments, and PostgreSQL</p>
<p>Management
<br>Recruited, Hired, and Managed a team of Engineers, Designers, Sales Associates, and Interns using the Agile development process. Built prototypes, pitched investors, raised money, constructed a team, established culture, and drove
a team to generate over $50K in revenue run rate only 4 months after a complete pivot on our original concept.</div>
</div>
<div class="job">
<div class="time">
2009 - 2011
</div>
<div class="company">Adobe Systems</div>
<div class="position">Computer Scientist</div>
<div class="summary">Developed and maintained a plug-in architecture that allows for third parties to extend Flash Professional. Designed and developed several publishing workflows that allow users to develop content for platforms such as Android, iPhone,
and Adobe AIR.
</div>
</div>
</div>
<div class="section">
<h2>Education</h2>
<div class="job">
<div class="time">
2005 - 2009
</div>
<div class="company">Iowa State University</div>
<div class="position">BS in Computer Science</div>
<div class="summary">Computer Science Club President, Social Chair of Friley Noble, Undergraduate Research Assistant, CS 207 Teaching Assistant, HCI/CprE/CS 575x Teaching Assistant</div>
</div>
</div>
</div>
</body>
</html>