Skip to content

Commit e33cb3a

Browse files
committed
updating changelog and future directions
1 parent e7ef71e commit e33cb3a

File tree

5 files changed

+7
-12
lines changed

5 files changed

+7
-12
lines changed

change-log.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ <h3>May</h3>
5151
developer capabilities.</li>
5252
<li>Updated APIs page with basic information on webhooks.</li>
5353
<li>Added learning checklist for source control, application dependencies,
54-
configuration management, NoSQL data stores, APIs and API integration.</li>
54+
configuration management, NoSQL data stores, APIs, API integration and
55+
API creation sections.</li>
5556
<li>Moving learning checklists to the bottom of the pages since they are
5657
specific advice for steps to take after reading a section.</li>
5758
<li>Added a stub section for APIs.</li>

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-05-28T08:53:23Z</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-05-28T08:54:22Z</updated></feed>

future-directions.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,19 @@ <h1>Future Directions</h1>
5454
<p>Here are some things I'm actively working on:</p>
5555
<ul>
5656
<li>
57-
<p>Add one more section for building and exposing APIs.</p>
58-
</li>
59-
<li>
6057
<p>Clear, concise descriptions for each concept in every section along with
6158
the "why [x] is needed"</p>
6259
</li>
6360
<li>
6461
<p>Flesh out <a href="../javascript.html">JavaScript</a>,
6562
<a href="../configuration-management.html">Configuration Management</a>,
66-
<a href="../api-integration.html">API Integration</a>,
63+
<a href="../api-integration.html">API Integration</a>
6764
and <a href="../web-application-security.html">Web Security</a> sections.</p>
6865
</li>
6966
<li>
7067
<p>Create learning checklists for every section where it makes sense. The
7168
remaining sections that need checklists are </p>
7269
<ol>
73-
<li>API creation</li>
7470
<li>static content</li>
7571
<li>caching</li>
7672
<li>logging</li>

source/content/pages/10-misc/1005-change-log.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ the
2828
developer capabilities.
2929
* Updated APIs page with basic information on webhooks.
3030
* Added learning checklist for source control, application dependencies,
31-
configuration management, NoSQL data stores, APIs and API integration.
31+
configuration management, NoSQL data stores, APIs, API integration and
32+
API creation sections.
3233
* Moving learning checklists to the bottom of the pages since they are
3334
specific advice for steps to take after reading a section.
3435
* Added a stub section for APIs.

source/content/pages/10-misc/1007-future-directions.markdown

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,17 @@ submit one when you see a fix or improvement that needs to be made!
3333

3434
Here are some things I'm actively working on:
3535

36-
* Add one more section for building and exposing APIs.
37-
3836
* Clear, concise descriptions for each concept in every section along with
3937
the "why [x] is needed"
4038

4139
* Flesh out [JavaScript](../javascript.html),
4240
[Configuration Management](../configuration-management.html),
43-
[API Integration](../api-integration.html),
41+
[API Integration](../api-integration.html)
4442
and [Web Security](../web-application-security.html) sections.
4543

4644
* Create learning checklists for every section where it makes sense. The
4745
remaining sections that need checklists are
4846

49-
1. API creation
5047
1. static content
5148
1. caching
5249
1. logging

0 commit comments

Comments
 (0)