Skip to content

Commit 9b9dd61

Browse files
committed
add new postgresql resource. update sidebar
1 parent 89cf9b4 commit 9b9dd61

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

content/pages/03-data/01-databases.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ speed on SQL if you have never previously used it.
213213
* [DB Weekly](http://dbweekly.com/) is a weekly roundup of general database
214214
articles and resources.
215215

216+
* [Designing Highly Scalable Database Architectures](https://www.red-gate.com/simple-talk/cloud/cloud-data/designing-highly-scalable-database-architectures/)
217+
covers horizontal and vertical scaling, replication and caching in
218+
relational database architectures.
219+
216220
* [Online migrations at scale](https://stripe.com/blog/online-migrations)
217221
is a great read on breaking down the complexity of a database schema
218222
migration for an operational database. The approach the author's team

theme/templates/books-videos/learnmore.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
<div class="pnb">
44
<a href="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python"><img src="/img/logos/intro-to-ansible.jpg" alt="Introduction to Ansible video course logo." class="shot rnd outl" width="100%"></a>
55
<p style="font-size: .8em; margin-top: 10px;">Deploy web apps with the <a href="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python">Ansible configuration management tool</a>.</p>
6-
<hr>
7-
<a href="https://testdriven.io/courses/microservices-with-docker-flask-and-react/?utm_source=fsp"><img src="/img/logos/testdriven.jpg" alt="TestDriven logo" width="100%" style="padding:12px 0 18px"></a>
8-
<p class="sps">Build <a href="https://testdriven.io/courses/microservices-with-docker-flask-and-react/?utm_source=fsp">microservices with Docker, Flask &amp; React</a> in this great course.</p>
96
</div>
107
</div>

theme/templates/sponsor.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,12 @@
88
{% elif page.sortorder[0:2] == "03" %}
99
{% include "sponsor/begin-sponsor-panel.html" %}
1010
{% include "sponsor/rollbar.html" %}
11-
<hr>
12-
{% include "sponsor/digitalocean.html" %}
13-
<hr>
14-
{% include "sponsor/scout.html" %}
1511
{% include "sponsor/end-sponsor-panel.html" %}
1612
{% elif page.sortorder[0:2] == "04" %}
1713
{% include "sponsor/all-sponsor.html" %}
1814
{% elif page.sortorder[0:2] == "05" or page.sortorder == "06" %}
1915
{% include "sponsor/begin-sponsor-panel.html" %}
20-
{% include "sponsor/digitalocean.html" %}
21-
<hr>
2216
{% include "sponsor/rollbar.html" %}
23-
<hr>
24-
{% include "sponsor/scout.html" %}
2517
{% include "sponsor/end-sponsor-panel.html" %}
2618
{% endif %}
2719
{% endif %}

0 commit comments

Comments
 (0)