summaryrefslogtreecommitdiffhomepage
path: root/resources/pug/finals/articles/index.pug
diff options
context:
space:
mode:
Diffstat (limited to 'resources/pug/finals/articles/index.pug')
-rw-r--r--resources/pug/finals/articles/index.pug8
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/pug/finals/articles/index.pug b/resources/pug/finals/articles/index.pug
index b9fcfff..9edea4e 100644
--- a/resources/pug/finals/articles/index.pug
+++ b/resources/pug/finals/articles/index.pug
@@ -15,6 +15,14 @@ block page
| You can also go back to my #[a(href='/') home page].
h1
+ a(href='2021-09-07-testing-arduino-code-with-haskell-quickcheck.html').
+ 7 September 2021: Testing Arduino code with Haskell QuickCheck
+ blockquote.
+ An Arduino program of mine showed a weird bug, but I couldn't reliably reproduce it.
+ I isolated the relevant C code so that I could run it on a computer, and used Haskell QuickCheck to run automated property tests against it.
+ With that set up, fixing the bug was a matter of minutes.
+
+ h1
a(href='2021-08-02-cloogle-search-overview.html').
2 August 2021: Cloogle search overview
blockquote.