-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththomas.html
More file actions
53 lines (47 loc) · 1.96 KB
/
thomas.html
File metadata and controls
53 lines (47 loc) · 1.96 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
---
layout: default
---
<div class="container">
<div class="section">
<div class="row">
<div class="col s12"></div>
</div>
<div class="row">
<div class="col s12 m4"></div>
<div class="col s12 m4">
<img class="circle responsive-img z-depth-4"
src="/images/thomas_square.jpg">
<h5 class="center-align">Thomas Cothran</h5>
</div>
<div class="col s12 m4"></div>
</div>
<div class="row">
<div class="col s1"></div>
<div class="col s10">
<div class="card">
<div class="card-content">
<p>I am a software developer. I began in software as a lawyer, starting
a bootstrapped SaaS business that automated legal processes in the
areas of elder law kyspecialneedsplanning.com
and family law (kydivorcekits.com). I transitioned to full time
consulting in 2016, forming Ventre Tech. My primarily languages
are Python (proficiant), JavaScript (proficient), and Ruby
(prior professional experience).
</p>
<br>
<p>I have created a number of web applications in different
frameworks, including Django, Meteor, Node.js, Jekyll and Ruby on
Rails. I love Clojure/ClojureScript and am looking for an excuse
to use it professionally. On the front end, I have used
both React.js and Angular 1 professionally. I have also ventured
into mobile development with React Native.
I follow a TDD style and know my way around Selenium, Jasmine,
and Karma.
</p>
</div>
</div>
</div>
<div class="col s1"></div>
</div>
</div> <!-- end section -->
</div> <!-- end container -->