Skip to content

Commit 6915d88

Browse files
committed
add html titles to blog posts, thx hynek
1 parent e143f32 commit 6915d88

12 files changed

+58
-12
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<html lang="en">
33

44
<head>
5-
<title>cosmic_python</title>
5+
<title>
6+
7+
Introducing Command Handler
8+
9+
</title>
610
<meta charset="utf-8">
711
<meta name="viewport" content="width=device-width, initial-scale=1">
812
<meta name="author" content="Harry Percival and Bob Gregory">

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<html lang="en">
33

44
<head>
5-
<title>cosmic_python</title>
5+
<title>
6+
7+
Repository and Unit of Work Pattern
8+
9+
</title>
610
<meta charset="utf-8">
711
<meta name="viewport" content="width=device-width, initial-scale=1">
812
<meta name="author" content="Harry Percival and Bob Gregory">

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<html lang="en">
33

44
<head>
5-
<title>cosmic_python</title>
5+
<title>
6+
7+
Commands, Handlers, Queries and Views
8+
9+
</title>
610
<meta charset="utf-8">
711
<meta name="viewport" content="width=device-width, initial-scale=1">
812
<meta name="author" content="Harry Percival and Bob Gregory">

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<html lang="en">
33

44
<head>
5-
<title>cosmic_python</title>
5+
<title>
6+
7+
Why use domain events?
8+
9+
</title>
610
<meta charset="utf-8">
711
<meta name="viewport" content="width=device-width, initial-scale=1">
812
<meta name="author" content="Harry Percival and Bob Gregory">

blog/2019-04-15-inversion-of-control.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<html lang="en">
33

44
<head>
5-
<title>cosmic_python</title>
5+
<title>
6+
7+
What is Inversion of Control and Why Does it Matter?
8+
9+
</title>
610
<meta charset="utf-8">
711
<meta name="viewport" content="width=device-width, initial-scale=1">
812
<meta name="author" content="Harry Percival and Bob Gregory">

blog/2019-08-03-ioc-techniques.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<html lang="en">
33

44
<head>
5-
<title>cosmic_python</title>
5+
<title>
6+
7+
Three Techniques for Inverting Control, in Python
8+
9+
</title>
610
<meta charset="utf-8">
711
<meta name="viewport" content="width=device-width, initial-scale=1">
812
<meta name="author" content="Harry Percival and Bob Gregory">

blog/2020-01-25-testing_external_api_calls.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<html lang="en">
33

44
<head>
5-
<title>cosmic_python</title>
5+
<title>
6+
7+
Writing tests for external API calls
8+
9+
</title>
610
<meta charset="utf-8">
711
<meta name="viewport" content="width=device-width, initial-scale=1">
812
<meta name="author" content="Harry Percival and Bob Gregory">

blog/2020-05-12-ddia-review.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<html lang="en">
33

44
<head>
5-
<title>cosmic_python</title>
5+
<title>
6+
7+
Book review: Designing Data-Intensive Applications, by Martin Kleppmann
8+
9+
</title>
610
<meta charset="utf-8">
711
<meta name="viewport" content="width=device-width, initial-scale=1">
812
<meta name="author" content="Harry Percival and Bob Gregory">

blog/2020-08-13-so-many-layers.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<html lang="en">
33

44
<head>
5-
<title>cosmic_python</title>
5+
<title>
6+
7+
So Many Layers! A Note of Caution.
8+
9+
</title>
610
<meta charset="utf-8">
711
<meta name="viewport" content="width=device-width, initial-scale=1">
812
<meta name="author" content="Harry Percival and Bob Gregory">

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<html lang="en">
33

44
<head>
5-
<title>cosmic_python</title>
5+
<title>
6+
7+
cosmic_python
8+
9+
</title>
610
<meta charset="utf-8">
711
<meta name="viewport" content="width=device-width, initial-scale=1">
812
<meta name="author" content="Harry Percival and Bob Gregory">

0 commit comments

Comments
 (0)