-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
242 lines (234 loc) · 12.6 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Zach McCormick" />
<meta name="twitter:creator" content="@zachmccormick">
<meta property="og:type" content="article" />
<meta name="twitter:card" content="summary">
<meta property="og:title" content="Zach McCormick"/>
<meta name="twitter:title" content="Zach McCormick">
<meta property="og:url" content="." />
<meta property="og:site_name" content="Zach McCormick's Personal Blog" />
<meta property="og:article:author" content="Zach McCormick" />
<title>Zach McCormick's Personal Blog
</title>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./theme/css/pygments.css" media="screen">
<link rel="stylesheet" type="text/css" href="./theme/tipuesearch/tipuesearch.css" media="screen">
<link rel="stylesheet" type="text/css" href="./theme/css/elegant.css" media="screen">
<link rel="stylesheet" type="text/css" href="./theme/css/admonition.css" media="screen">
<link rel="stylesheet" type="text/css" href="./theme/css/custom.css" media="screen">
<link href="https://z11k.com/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Zach McCormick's Personal Blog - Full Atom Feed" />
<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-134718312-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="content-sans-footer">
<div class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="./"><span class=site-name>Zach McCormick's Personal Blog</span></a>
<div class="nav-collapse collapse">
<ul class="nav pull-right top-menu">
<li class="active"><a href=".">Home</a></li>
<li ><a href="./categories">Categories</a></li>
<li ><a href="./tags">Tags</a></li>
<li ><a href="./archives">Archives</a></li>
<li><form class="navbar-search" action="./search.html" onsubmit="return validateForm(this.elements['q'].value);"> <input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input"></form></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span1"></div>
<div class="span10">
<div class="row-fluid">
<header class="page-header span12">
<h1><a href=".">Zach McCormick</a></h1>
</header>
<div class="row-fluid">
<div class="span8">
<header>
<h1 id="about-me">About me</h1>
</header>
<div class="article-content">
<p>Zach is a software engineer and manager passionate about building and maintaining global-scale distributed systems. He has experience with distributed systems, web applications, and mobile applications across a variety of industries, including marketing automation, fintech, IoT, healthcare, and mobile cybersecurity, as well as across a variety of languages and technologies, including Python, Java, JavaScript, Ruby, PostgreSQL, MySQL, MongoDB, Redis, and others. He currently works for Braze managing the engineering team behind Canvas, a workflow engine for marketing automation that is responsible for orchestrating hundreds of millions of messages per day.</p>
</div>
</div>
<div class="span4">
<header>
<h1 id="my-projects">My Projects</h1>
</header>
<ul class="list-all-articles">
<li>
<a href="https://github.com/ColossusInnovation/django-on-heroku" title="Django on Heroku">Django on Heroku</a> <span class="proj-desc">Template for developing modern Django applications on Heroku using Redis and Postgres for data stores and queues, and using Celery for asynchronous tasks.</span>
</li>
</ul>
<ul class="list-all-articles">
<li>
<a href="https://github.com/ColossusInnovation/django-gis-on-heroku" title="Django GIS on Heroku">Django GIS on Heroku</a> <span class="proj-desc">A guide and template for using GeoDjango - a Django configuration with GIS support. This template also uses Redis, Postgres, and Celery.</span>
</li>
</ul>
<ul class="list-all-articles">
<li>
<a href="https://github.com/ColossusInnovation/django-react-multi-page-on-heroku" title="Django React Multi-Page on Heroku">Django React Multi-Page on Heroku</a> <span class="proj-desc">A template for combining Django with React by rendering individual applications as Django pages (with initial state provided by the view). Uses Redis, Postgres, and Celery.</span>
</li>
</ul>
<ul class="list-all-articles">
<li>
<a href="https://github.com/zachmccormick/django-related-select" title="Django Related Select">Django Related Select</a> <span class="proj-desc">Adds AJAX-powered select fields to Django in a DRY way.</span>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<header>
<h1 id="recent-posts">Recent Posts <a id="allposts" href="./archives">all posts</a></h1>
</header>
<div class="recent-posts">
<article itemscope>
<a href="./posts/2019/06/connected-content-and-the-slashdot-effect-or-how-i-learned-to-scale-apis/">Connected Content And The Slashdot Effect (Or How I Learned To Scale APIs) </a>
<section>
posted in
<a href="./categories#software-development-ref">Software Development</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2019-06-20T00:00:00-04:00">Thu 20 June 2019</time>
</div>
</section>
</article>
<article itemscope>
<a href="./posts/2018/12/achieving-resiliency-with-queues-building-a-system-that-never-skips-a-beat-in-a-billion/">Achieving Resiliency With Queues: Building A System That Never Skips A Beat In A Billion </a>
<section>
posted in
<a href="./categories#software-development-ref">Software Development</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2018-12-20T00:00:00-05:00">Thu 20 December 2018</time>
</div>
</section>
</article>
<article itemscope>
<a href="./posts/2018/06/code-vision/">Code Vision </a>
<section>
posted in
<a href="./categories#software-development-ref">Software Development</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2018-06-18T00:00:00-04:00">Mon 18 June 2018</time>
</div>
</section>
</article>
<article itemscope>
<a href="./posts/2018/03/leaving-nashville/">Leaving Nashville </a>
<section>
posted in
<a href="./categories#life-ref">Life</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2018-03-02T00:00:00-05:00">Fri 02 March 2018</time>
</div>
</section>
</article>
<article itemscope>
<a href="./posts/2018/01/proverbs-and-programming/">Proverbs and Programming </a>
<section>
posted in
<a href="./categories#engineering-management-ref">Engineering Management</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2018-01-02T00:00:00-05:00">Tue 02 January 2018</time>
</div>
</section>
</article>
<article itemscope>
<a href="./posts/2017/08/running-geodjango-on-heroku-august-2017/">Running GeoDjango on Heroku (August 2017) </a>
<section>
posted in
<a href="./categories#software-development-ref">Software Development</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2017-08-16T00:00:00-04:00">Wed 16 August 2017</time>
</div>
</section>
</article>
<article itemscope>
<a href="./posts/2017/07/devops-and-horizontal-scaling-part-3/">DevOps and Horizontal Scaling: Part 3 </a>
<section>
posted in
<a href="./categories#engineering-management-ref">Engineering Management</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2017-07-25T00:00:00-04:00">Tue 25 July 2017</time>
</div>
</section>
</article>
<article itemscope>
<a href="./posts/2017/06/devops-and-horizontal-scaling-part-2/">DevOps and Horizontal Scaling: Part 2 </a>
<section>
posted in
<a href="./categories#engineering-management-ref">Engineering Management</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2017-06-29T00:00:00-04:00">Thu 29 June 2017</time>
</div>
</section>
</article>
<article itemscope>
<a href="./posts/2017/06/devops-and-horizontal-scaling-part-1/">DevOps and Horizontal Scaling: Part 1 </a>
<section>
posted in
<a href="./categories#engineering-management-ref">Engineering Management</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2017-06-28T00:00:00-04:00">Wed 28 June 2017</time>
</div>
</section>
</article>
<article itemscope>
<a href="./posts/2017/02/tags-for-sentry-for-android/">Tags for Sentry for Android </a>
<section>
posted in
<a href="./categories#software-development-ref">Software Development</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2017-02-28T00:00:00-05:00">Tue 28 February 2017</time>
</div>
</section>
</article>
</div>
</div>
</div>
</div>
</div>
<div class="span1"></div>
</div>
</div>
<div id="push"></div>
</div>
<footer>
<div id="footer">
<ul class="footer-content">
<li class="elegant-power">Powered by <a href="http://getpelican.com/" title="Pelican Home Page">Pelican</a>. Theme: <a href="https://github.com/Pelican-Elegant/elegant/" title="Theme Elegant Home Page">Elegant</a></li>
</ul>
</div>
</footer> <script src="//code.jquery.com/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script>
function validateForm(query)
{
return (query.length > 0);
}
</script>
</body>
<!-- Theme: Elegant built for Pelican
License : MIT -->
</html>