-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (72 loc) · 3.95 KB
/
index.html
File metadata and controls
81 lines (72 loc) · 3.95 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Brian Bickerton</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Brian Bickerton</h1>
<p></p>
<p><img src="images/FishingPortrait_270w.jpg" /></p>
</header>
<section>
<h3>
<a name="about" class="anchor" href="#about"><span class="octicon octicon-link"></span></a>About</h3>
<p>Brian Bickerton is a web engineer who designs, develops, and maintains web-focused software applications to satisfy the diverse and demanding needs of clients, with an emphasis on speed and scalability.</p>
<h3>
<a name="presentations" class="anchor" href="#presentations"><span class="octicon octicon-link"></span></a>Presentations</h3>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=dQbzmlopwkc"><em>Building a Mobile Backend API with Node.js: Better Than Expected</em> (video)</a> - <a href="https://speakerdeck.com/tau_zero/building-a-mobile-backend-api-with-node-dot-js-better-than-expected">(slides)</a> (<a href="http://surge.omniti.com/2013">Surge 2013</a>)</li>
<li>
<a href="https://speakerdeck.com/tau_zero/riak-in-production-baltimore-riak-meetup"><em>Riak in Production</em></a> (July 18, 2013 Baltimore Riak Meetup)</li>
</ul>
<h3>
<a name="articles" class="anchor" href="#articles"><span class="octicon octicon-link"></span></a>Articles</h3>
<ul>
<li>
<a href="http://tauzero.roughdraft.io/3948969265a2a427cf83-requiring-interdependent-node-js-modules"><em>Requiring Interdependent Node.js Modules</em></a> (Jun 5, 2014)
</li>
<li>
<a href="http://omniti.com/seeds/migrating-riak-do-it-live"><em>Migrating Riak: We'll Do It Live!</em></a> (Nov 18, 2013, <a href="http://omniti.com/seeds">OmniTI Seeds</a>)</li>
<li>
<a href="http://omniti.com/seeds/preserving-nodejs-packages-and-sanity"><em>Preserving Node.js Packages and Sanity</em></a> (Feb 28, 2013, <a href="http://omniti.com/seeds">OmniTI Seeds</a>)</li>
<li>
<a href="http://circonus.com/blog/2013/01/Web-Application-Stat-Collection-with-Node.js-and-Circonus"><em>Web Application Stat Collection with Node.js and Circonus</em></a> (Jan 24, 2013, <a href="http://circonus.com/blog">Circonus Blog</a>)</li>
<li>
<a href="http://omniti.com/seeds/histograms-monitor-hot-spots"><em>Histograms: Monitoring Hot Spots</em></a> (July 11, 2012, <a href="http://omniti.com/seeds">OmniTI Seeds</a>)</li>
</ul><h3>
<a name="around-the-web" class="anchor" href="#around-the-web"><span class="octicon octicon-link"></span></a>Around the Web</h3>
<ul>
<li><a href="https://github.com/bbickerton">GitHub - @bbickerton</a></li>
<li><a href="https://www.linkedin.com/in/brianbickerton">Linkedin</a></li>
<li><a href="https://speakerdeck.com/brianb">Speaker Deck - @brianb</a></li>
<li><a href="https://stackoverflow.com/users/713486/brian">StackOverflow - @brian</a></li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Original theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-22980232-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>