Skip to content

Commit 3d28924

Browse files
committed
adding new resource for databases
1 parent 5960843 commit 3d28924

File tree

5 files changed

+31
-15
lines changed

5 files changed

+31
-15
lines changed

databases.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ <h2>Database resources</h2>
195195
provides some perspective on the impedance mismatch between ORMs and
196196
traditional SQL queries.</p>
197197
</li>
198+
<li>
199+
<p><a href="https://julien.danjou.info/blog/2014/db-integration-testing-strategies-python">Databases integration testing strategies</a>
200+
covers a difficult topic that comes up on every real world project.</p>
201+
</li>
198202
</ul>
199203
<h2>Databases learning checklist</h2>
200204
<p><i class="fa fa-check-square-o"></i>

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-30T09:30:32Z</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-30T09:56:03Z</updated></feed>

future-directions.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,15 @@ <h1>Future Directions</h1>
5454
<p>Here are some things I'm actively working on:</p>
5555
<ul>
5656
<li>
57-
<p>Clear, concise descriptions for each concept in every section along with
58-
the "why [x] is needed"</p>
59-
</li>
60-
<li>
61-
<p>Flesh out <a href="../javascript.html">JavaScript</a>,
62-
<a href="../configuration-management.html">Configuration Management</a>,
63-
<a href="../api-integration.html">API Integration</a>
64-
and <a href="../web-application-security.html">Web Security</a> sections.</p>
57+
<p>Update these sections with better explanations and resources: </p>
58+
<ol>
59+
<li><a href="../javascript.html">JavaScript</a></li>
60+
<li><a href="../configuration-management.html">Configuration Management</a></li>
61+
<li><a href="../api-integration.html">API Integration</a></li>
62+
<li><a href="../api-creation.html">API Creation</a></li>
63+
<li><a href="../web-application-security.html">Web Security</a></li>
64+
<li></li>
65+
</ol>
6566
</li>
6667
<li>
6768
<p>Create learning checklists for every section where it makes sense. The
@@ -73,6 +74,10 @@ <h1>Future Directions</h1>
7374
<li>web application security</li>
7475
</ol>
7576
</li>
77+
<li>
78+
<p>After those updates are done I'll go back through and apply visuals to
79+
each section to make them easier to read and understand.</p>
80+
</li>
7681
</ul>
7782
<h3>That's what coming. What would you like to learn right now?</h3>
7883
<div class="row">

source/content/pages/04-data/0401-databases.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ SQL integrates with Google App Engine but can be used independently as well.
176176
provides some perspective on the impedance mismatch between ORMs and
177177
traditional SQL queries.
178178

179+
* [Databases integration testing strategies](https://julien.danjou.info/blog/2014/db-integration-testing-strategies-python)
180+
covers a difficult topic that comes up on every real world project.
181+
179182

180183
## Databases learning checklist
181184
<i class="fa fa-check-square-o"></i>

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ 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-
* Clear, concise descriptions for each concept in every section along with
37-
the "why [x] is needed"
36+
* Update these sections with better explanations and resources:
3837

39-
* Flesh out [JavaScript](../javascript.html),
40-
[Configuration Management](../configuration-management.html),
41-
[API Integration](../api-integration.html)
42-
and [Web Security](../web-application-security.html) sections.
38+
1. [JavaScript](../javascript.html)
39+
1. [Configuration Management](../configuration-management.html)
40+
1. [API Integration](../api-integration.html)
41+
1. [API Creation](../api-creation.html)
42+
1. [Web Security](../web-application-security.html)
43+
1.
4344

4445
* Create learning checklists for every section where it makes sense. The
4546
remaining sections that need checklists are
@@ -49,5 +50,8 @@ Here are some things I'm actively working on:
4950
1. web analytics
5051
1. web application security
5152

53+
* After those updates are done I'll go back through and apply visuals to
54+
each section to make them easier to read and understand.
55+
5256

5357
### That's what coming. What would you like to learn right now?

0 commit comments

Comments
 (0)