Skip to content

Commit 95bb328

Browse files
committed
add lots of images to posts
1 parent 853a078 commit 95bb328

40 files changed

Lines changed: 74 additions & 46 deletions

blog/2017-09-07-introducing-command-handler.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ <h1> Introducing Command Handler</h1>
3939
<div class="row">
4040
<div class="column">
4141
<img src="/images/tarantula_nebula.jpg" />
42+
43+
<p class="float-right"><em><small><a href="https://www.nasa.gov/image-feature/spitzers-view-of-the-tarantula-nebula">find out more about this image</a></small></em></p>
44+
4245
</div>
4346
</div>
4447

blog/2017-09-08-repository-and-unit-of-work-pattern-in-python.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,18 @@ <h1> Repository and Unit of Work Pattern</h1>
3636
<p>by Bob, 2017-09-08</p>
3737

3838

39+
<div class="row">
40+
<div class="column">
41+
<img src="/images/spider_nebula.jpg" />
42+
43+
<p class="float-right"><em><small><a href="https://www.nasa.gov/image-feature/jpl/pia20357/the-spider-nebula">find out more about this image</a></small></em></p>
44+
45+
</div>
46+
</div>
47+
3948

4049
<div class="content">
41-
<hr>
42-
<p>In the previous part
50+
<p>In the previous part
4351
(<a href="./blog/2017-09-07-introducing-command-handler.html">Introducing Command Handler</a>)
4452
of this series we built a toy system that could add a new Issue to an IssueLog, but
4553
had no real behaviour of its own, and would lose its data every time the

blog/2017-09-13-commands-and-queries-handlers-and-views.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,18 @@ <h1> Commands, Handlers, Queries and Views</h1>
3636
<p>by Bob, 2017-09-13</p>
3737

3838

39+
<div class="row">
40+
<div class="column">
41+
<img src="/images/crab_nebula.png" />
42+
43+
<p class="float-right"><em><small><a href="https://www.nasa.gov/image-feature/new-view-of-the-crab-nebula">find out more about this image</a></small></em></p>
44+
45+
</div>
46+
</div>
47+
3948

4049
<div class="content">
41-
<hr>
42-
<p>In the first and second parts of this series I introduced the
50+
<p>In the first and second parts of this series I introduced the
4351
<a href="{% post_url 2017-09-07-introducing-command-handler %}">Command-Handler</a>
4452
and
4553
<a href="{% post_url 2017-09-08-repository-and-unit-of-work-pattern-in-python %}">Unit of Work and Repository patterns</a>.

blog/2017-09-19-why-use-domain-events.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,18 @@ <h1> Why use domain events?</h1>
3636
<p>by Bob, 2017-09-19</p>
3737

3838

39+
<div class="row">
40+
<div class="column">
41+
<img src="/images/red_spider_nebula.jpg" />
42+
43+
<p class="float-right"><em><small><a href="https://www.nasa.gov/image-feature/goddard/2016/hubble-spins-a-web-into-a-giant-red-spider-nebula">find out more about this image</a></small></em></p>
44+
45+
</div>
46+
</div>
47+
3948

4049
<div class="content">
41-
<hr>
42-
<p>Nota bene: this instalment in the Ports and Adapters with Command Handlers
50+
<p>Nota bene: this instalment in the Ports and Adapters with Command Handlers
4351
series is code-heavy, and isn&rsquo;t going to make much sense unless you&rsquo;ve read the
4452
previous parts:</p>
4553
<ul>

blog/2020-01-25-testing_external_api_calls.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ <h1> Writing tests for external API calls</h1>
3939
<div class="row">
4040
<div class="column">
4141
<img src="/images/veil_nebula.jpg" />
42+
43+
<p class="float-right"><em><small><a href="https://en.wikipedia.org/wiki/Veil_Nebula">find out more about this image</a></small></em></p>
44+
4245
</div>
4346
</div>
4447

book/appendix_csvs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ <h3 id="_implementing_a_repository_and_unit_of_work_for_csvs">Implementing a Rep
516516
<script>
517517

518518
var disqus_config = function () {
519-
this.page.url = 'https://cosmicpython.com';
519+
this.page.url = 'https://cosmicpython.com/book/appendix_csvs.html';
520520
this.page.identifier = 'appendix_csvs';
521521
};
522522

book/appendix_django.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ <h3 id="_steps_along_the_way">Steps Along the Way</h3>
758758
<script>
759759

760760
var disqus_config = function () {
761-
this.page.url = 'https://cosmicpython.com';
761+
this.page.url = 'https://cosmicpython.com/book/appendix_django.html';
762762
this.page.identifier = 'appendix_django';
763763
};
764764

book/appendix_ds1_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h2 id="appendix_ds1_table">Appendix A: Summary Diagram and Table</h2>
253253
<script>
254254

255255
var disqus_config = function () {
256-
this.page.url = 'https://cosmicpython.com';
256+
this.page.url = 'https://cosmicpython.com/book/appendix_ds1_table.html';
257257
this.page.identifier = 'appendix_ds1_table';
258258
};
259259

book/appendix_project_structure.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
746746
<script>
747747

748748
var disqus_config = function () {
749-
this.page.url = 'https://cosmicpython.com';
749+
this.page.url = 'https://cosmicpython.com/book/appendix_project_structure.html';
750750
this.page.identifier = 'appendix_project_structure';
751751
};
752752

book/appendix_validation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ <h3 id="_validating_pragmatics">Validating Pragmatics</h3>
824824
<script>
825825

826826
var disqus_config = function () {
827-
this.page.url = 'https://cosmicpython.com';
827+
this.page.url = 'https://cosmicpython.com/book/appendix_validation.html';
828828
this.page.identifier = 'appendix_validation';
829829
};
830830

0 commit comments

Comments
 (0)