From f0ccf9aef829b0aa04c105df24a42c62fbf8af42 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 24 Jul 2021 12:17:59 +0100 Subject: [PATCH] Add draft post [ci skip] --- source/_posts/weeknotes-2021-07-24.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 source/_posts/weeknotes-2021-07-24.md diff --git a/source/_posts/weeknotes-2021-07-24.md b/source/_posts/weeknotes-2021-07-24.md new file mode 100644 index 000000000..365f29a87 --- /dev/null +++ b/source/_posts/weeknotes-2021-07-24.md @@ -0,0 +1,18 @@ +--- +title: 'Weeknotes: July 24th' +excerpt: TODO. +tags: + - personal + - week-notes +draft: true +--- + +## Using PowerToys and FancyZones + +## Continuous integration vs. feature branching + +## Growing an automated test suite + +## Git hooks + +## Deploying (and reverting) with feature toggles