From 3c9f2c0d00b87925f64f62a2a7d316fe47d8764a Mon Sep 17 00:00:00 2001 From: Will <83637728+wi11-holdsworth@users.noreply.github.com> Date: Thu, 29 May 2025 12:38:44 +1000 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e0fd12 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# fi33.buzz + +My personal site detailing current/past projects and blogposts. + +## FizzBuzz? + +The name is derived from a (very simple) interview screening technique called [FizzBuzz](https://en.wikipedia.org/wiki/Fizz_buzz#Programming). + +I quite enjoy [stefbrad15's solution](https://beapython.dev/2020/09/16/best-python-fizzbuzz-code-on-the-entire-internet/). + +## Ethos + +I've been following the advice described in [Plain Vanilla Web](https://plainvanillaweb.com/index.html) for no particular reason other than passive interest in vanilla web dev.