Skip to content

Commit 10e2de9

Browse files
committed
fixing learning checklist on APIs page
1 parent f3c434b commit 10e2de9

File tree

7 files changed

+11
-3
lines changed

7 files changed

+11
-3
lines changed

about-author.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ <h1>About the Author</h1>
5151
<a href="https://github.com/makaimc/underwear/">Underwear</a>. You can reach him by
5252
email at matthew.makai@gmail.com or tweet at
5353
<a href="https://twitter.com/mattmakai">him on Twitter</a>. </p>
54+
<p>Read my thoughts on the "full stack" trend in a
55+
<a href="http://programming.oreilly.com/2014/05/driving-demand-for-full-stack-developers.html">post I wrote for O'Reilly Programming</a>.</p>
5456
<p>Typos, inaccurate statements, or general areas for improvement can be handled
5557
through a pull request on
5658
<a href="https://github.com/makaimc/fullstackpython.github.com/">GitHub</a>.</p>

application-programming-interfaces.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h2>API resources</h2>
7070
<a href="https://zapier.com/blog/apis-101/">APIs 101</a> free guide for what APIs
7171
are, why they are valuable and how to use them properly. </li>
7272
</ul>
73-
<h2>CSS learning checklist</h2>
73+
<h2>APIs learning checklist</h2>
7474
<p><i class="fa fa-check-square-o"></i>
7575
Learn the API concepts of machine-to-machine communication with JSON and XML,
7676
endpoints and webhooks.</p>

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ <h1>Change Log</h1>
4747
<h2>2014</h2>
4848
<h3>May</h3>
4949
<ul>
50+
<li>Added link to my O'Reilly Programming blog post on demand for full stack
51+
developer capabilities.</li>
5052
<li>Updated APIs page with basic information on webhooks.</li>
5153
<li>Added learning checklist for source control, application dependencies,
5254
configuration management, NoSQL data stores and 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-27T06:45:44Z</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-27T07:01:32Z</updated></feed>

source/content/pages/06-apis/0601-application-programming-interfaces.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ on the number's page on Twilio as shown below.
5757
are, why they are valuable and how to use them properly.
5858

5959

60-
## CSS learning checklist
60+
## APIs learning checklist
6161
<i class="fa fa-check-square-o"></i>
6262
Learn the API concepts of machine-to-machine communication with JSON and XML,
6363
endpoints and webhooks.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ and
3030
email at matthew.makai@gmail.com or tweet at
3131
[him on Twitter](https://twitter.com/mattmakai).
3232

33+
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).
3335

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ the
2424

2525
## 2014
2626
### May
27+
* Added link to my O'Reilly Programming blog post on demand for full stack
28+
developer capabilities.
2729
* Updated APIs page with basic information on webhooks.
2830
* Added learning checklist for source control, application dependencies,
2931
configuration management, NoSQL data stores and APIs.

0 commit comments

Comments
 (0)