-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
53 lines (45 loc) · 1.68 KB
/
about.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
---
title: About
layout: default
---
<main>
<header>
<h2>Hi, I’m Nick!</h2>
</header>
<img class="about-avatar" src="/resources/images/avatar.jpeg">
<p>
I’m a developer living in London, where I spend my time building
digital products.
</p>
<p>
For the past several years, I’ve been
<a href="https://bikepacking.com">bikepacking</a> over long distances
(ultra-light bike touring) out in the wilderness which had lead me to some
wonderful places. I run a lot, too, which helps me switch off.
</p>
<p>
Since 2015, I’ve helped build and operate software for clients at
<a href="https://thoughtbot.com">thoughtbot</a>, where I’m now a
<em>Development Team Lead</em>. I’ve helped build out new MVPs for
startups, re-platform existing solutions, bring new technologies to market
and navigated complex requirements and legacy infrastructure at larger
enterprises. I’ve had the privilege of working in New York, Berlin,
Paris and various other places, too.
</p>
<p>
I’m also lead maintainer on
<a href="https://github.com/thoughtbot/administrate"><em>administrate</em></a>
(a dashboard library for Rails) and
<a href="/projects.html"><em>appraisal</em></a> (which lets you try out
multiple gem versions) and
<a href="https://github.com/nickcharlton/talks">have spoken at several events about maintaining open source projects</a>.
</p>
<p>
Prior to thoughtbot, I co-founded a fitness class app startup and before
then did a bit of freelancing.
</p>
<p>
Want to chat?
<a href="mailto:[email protected]">Feel free to email me</a>.
</p>
</main>