Skip to content

Commit 50ccc78

Browse files
committed
sprinkling in a few new resources
1 parent 975141e commit 50ccc78

File tree

8 files changed

+18
-9
lines changed

8 files changed

+18
-9
lines changed

all.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,6 +2753,11 @@ <h2>Task queue resources</h2>
27532753
<p><a href="https://www.youtube.com/watch?v=68QWZU_gCDA">A 4 Minute Intro to Celery</a> is
27542754
a short introductory task queue screencast.</p>
27552755
</li>
2756+
<li>
2757+
<p>Heroku wrote about how to
2758+
<a href="https://engineering.heroku.com/blogs/2014-09-15-securing-celery">secure Celery</a>
2759+
when tasks are otherwise sent over unencrypted networks.</p>
2760+
</li>
27562761
</ul>
27572762
<h2>Task queue learning checklist</h2>
27582763
<p><i class="fa fa-check-square-o"></i>
@@ -3732,6 +3737,7 @@ <h1>Change Log</h1>
37323737
<h2>2014</h2>
37333738
<h3>September</h3>
37343739
<ul>
3740+
<li>New resources for Flask and task queues sections.</li>
37353741
<li>A few new resources for NoSQL data stores.</li>
37363742
</ul>
37373743
<h3>August</h3>
@@ -3950,9 +3956,6 @@ <h1>Future Directions</h1>
39503956
important with Django)</p>
39513957
</li>
39523958
<li>
3953-
<p>Flesh out new continuous integration, web design and code metrics sections.</p>
3954-
</li>
3955-
<li>
39563959
<p>Split web application security and other security (lower level protocols)
39573960
into separate pages.</p>
39583961
</li>

change-log.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ <h1>Change Log</h1>
4646
<h2>2014</h2>
4747
<h3>September</h3>
4848
<ul>
49+
<li>New resources for Flask and task queues sections.</li>
4950
<li>A few new resources for NoSQL data stores.</li>
5051
</ul>
5152
<h3>August</h3>

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-09-11T06:57:37Z</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-09-16T08:55:27Z</updated></feed>

future-directions.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ <h1>Future Directions</h1>
7070
important with Django)</p>
7171
</li>
7272
<li>
73-
<p>Flesh out new continuous integration, web design and code metrics sections.</p>
74-
</li>
75-
<li>
7673
<p>Split web application security and other security (lower level protocols)
7774
into separate pages.</p>
7875
</li>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ when scaling out a large deployment of distributed task queues.
139139
* [A 4 Minute Intro to Celery](https://www.youtube.com/watch?v=68QWZU_gCDA) is
140140
a short introductory task queue screencast.
141141

142+
* Heroku wrote about how to
143+
[secure Celery](https://engineering.heroku.com/blogs/2014-09-15-securing-celery)
144+
when tasks are otherwise sent over unencrypted networks.
145+
142146

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

source/content/pages/11-misc/1103-change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ the
2424

2525
## 2014
2626
### September
27+
* New resources for Flask and task queues sections.
2728
* A few new resources for NoSQL data stores.
2829

2930
### August

source/content/pages/11-misc/1104-future-directions.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ Here are some things I'm actively working on:
4848
what the files are when a new boilerplate project is created (especially
4949
important with Django)
5050

51-
* Flesh out new continuous integration, web design and code metrics sections.
52-
5351
* Split web application security and other security (lower level protocols)
5452
into separate pages.
5553

task-queues.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ <h2>Task queue resources</h2>
179179
<p><a href="https://www.youtube.com/watch?v=68QWZU_gCDA">A 4 Minute Intro to Celery</a> is
180180
a short introductory task queue screencast.</p>
181181
</li>
182+
<li>
183+
<p>Heroku wrote about how to
184+
<a href="https://engineering.heroku.com/blogs/2014-09-15-securing-celery">secure Celery</a>
185+
when tasks are otherwise sent over unencrypted networks.</p>
186+
</li>
182187
</ul>
183188
<h2>Task queue learning checklist</h2>
184189
<p><i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)