Skip to content

Commit c2750a0

Browse files
committed
fixing a link and adding new task queue resource
1 parent 7e997f7 commit c2750a0

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

about-author.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1>About the Author</h1>
5151
email at matthew.makai@gmail.com or tweet at
5252
<a href="https://twitter.com/mattmakai">him on Twitter</a>. </p>
5353
<p>Read my thoughts on the "full stack" trend in a
54-
<a href="http://programming.oreilly.com/2014/05/driving-demand-for-full-stack-developers.html">post I wrote for O'Reilly Programming</a>.</p>
54+
<a href="http://radar.oreilly.com/2014/05/driving-demand-for-full-stack-developers.html">post I wrote for O'Reilly Programming</a>.</p>
5555
<p>Typos, inaccurate statements, or general areas for improvement can be handled
5656
through a pull request on
5757
<a href="https://github.com/makaimc/fullstackpython.github.com/">GitHub</a>.</p>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-07-26T10:54:46Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-07-27T05:29:36Z</updated></feed>

source/content/pages/07-performance/0705-task-queues.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ when scaling out a large deployment of distributed task queues.
132132
are great reads for understanding the difference between a task queue and
133133
why you shouldn't use your database as one.
134134

135+
* [A 4 Minute Intro to Celery](https://www.youtube.com/watch?v=68QWZU_gCDA) is
136+
a short introductory task queue screencast.
137+
135138

136139
## Task queue learning checklist
137140
<i class="fa fa-check-square-o"></i>

source/content/pages/10-misc/1003-about-author.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ email at matthew.makai@gmail.com or tweet at
3131
[him on Twitter](https://twitter.com/mattmakai).
3232

3333
Read my thoughts on the "full stack" trend in a
34-
[post I wrote for O'Reilly Programming](http://programming.oreilly.com/2014/05/driving-demand-for-full-stack-developers.html).
34+
[post I wrote for O'Reilly Programming](http://radar.oreilly.com/2014/05/driving-demand-for-full-stack-developers.html).
3535

3636
Typos, inaccurate statements, or general areas for improvement can be handled
3737
through a pull request on

task-queues.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ <h2>Task queue resources</h2>
170170
are great reads for understanding the difference between a task queue and
171171
why you shouldn't use your database as one.</p>
172172
</li>
173+
<li>
174+
<p><a href="https://www.youtube.com/watch?v=68QWZU_gCDA">A 4 Minute Intro to Celery</a> is
175+
a short introductory task queue screencast.</p>
176+
</li>
173177
</ul>
174178
<h2>Task queue learning checklist</h2>
175179
<p><i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)