forked from jsocol/jsocol.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (83 loc) · 4.26 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
<title>James Socol</title>
<link rel="stylesheet" type="text/css" href="style-20150116.css">
<link rel="icon" type="img/png" href="images/js-magenta-icon.png">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="https://raw.github.com/aFarkas/html5shiv/master/dist/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<header>
<h1>James Socol</h1>
</header>
<article id="blurb">
<p>James is an engineer and leader with experience on all parts of the web application stack. He is an engineering manager at <a href="http://www.condenast.com/careers/">Condé Nast Digital</a>, and runs <a href="https://todaysmeet.com/">TodaysMeet</a>, the premier backchannel chat platform for educators.</p>
<p>Previously, James was a platform engineer at <a href="https://thegroundwork.com/">The Groundwork</a>, an API evangelist and application developer at <a href="http://bitly.com">Bitly</a> and a web engineering manager and web security liaison at <a href="http://www.mozilla.org">Mozilla</a>. He is an active member of the Python and JavaScript communities and maintains several popular open source software projects.</p>
<p>James blogs at <a href="http://coffeeonthekeyboard.com/">Coffee on the Keyboard</a>.</p>
</article>
<article id="opensource">
<h1>Open Source</h1>
<p>Some of the open source software James authored and
maintains. See more on his <a
href="https://github.com/jsocol">GitHub</a> profile.</p>
<dl>
<dt>Waffle</dt>
<dd>A feature-flipping library for Django.</dd>
<dd class="source"><a href="https://github.com/jsocol/django-waffle">Code</a></dd>
<dd class="docs"><a href="http://waffle.readthedocs.org/">Docs</a></dd>
<dt>StatsD</dt>
<dd>Python client for Etsy's <a href="https://github.com/etsy/statsd">StatsD server</a>.</dd>
<dd class="source"><a href="https://github.com/jsocol/pystatsd">Code</a></dd>
<dd class="docs"><a href="http://statsd.readthedocs.org/">Docs</a></dd>
<dt>Django-Ratelimit</dt>
<dd>Ratelimiting tools for Django applications.</dd>
<dd class="source"><a href="https://github.com/jsocol/django-ratelimit">Code</a></dd>
<dd class="docs"><a href="http://django-ratelimit.readthedocs.org/">Docs</a></dd>
<dt>Bleach</dt>
<dd>HTML sanitizing for Python.</dd>
<dd>(Created, but no longer maintaining.)</dd>
<dd class="source"><a href="https://github.com/mozilla/bleach">Code</a></dd>
<dd class="docs"><a href="http://bleach.readthedocs.org/">Docs</a></dd>
</dl>
<p>
Some of the companies using James' open source projects include
<a href="http://bitly.com/">Bitly</a>,
<a href="http://chartbeat.com/">ChartBeat</a>,
<a href="http://mozilla.org/">Mozilla</a>,
<a href="http://disqus.com/">Disqus</a>,
<a href="http://yipit.com/">Yipit</a>,
<a href="https://venmo.com/">Venmo</a>,
and others.
</p>
</article>
<article id="presence">
<h1>Presence</h1>
<ul>
<li class="email"><a href="mailto:[email protected]">Email</a></li>
<li class="blog"><a href="http://coffeeonthekeyboard.com/">Blog</a></li>
<li class="twitter"><a href="https://twitter.com/jamessocol">Twitter</a></li>
<li class="github"><a href="https://github.com/jsocol">GitHub</a></li>
<li class="linkedin"><a href="http://www.linkedin.com/in/jamessocol">LinkedIn</a></li>
<li class="keybase"><a href="https://keybase.io/jamessocol">Keybase</a> (<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x80F93DCE9EBFCF1D">pgp</a>)</li>
<li class="speaker"><a href="speaker.html">Speaker Bio</a></li>
</ul>
</article>
<footer>
</footer>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3260115-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('body')[0]; s.appendChild(ga);
})();
</script>
</body>
</html>
<!-- Made with Love in NYC. -->