From 4028f303953875e262bc50cf5fffac5a24456ff2 Mon Sep 17 00:00:00 2001 From: Thomas Bishop Date: Wed, 28 Dec 2022 18:34:14 +0000 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d687a67 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# computer_science + +This repository contains my notes from autodidactic study of Computer Science. As well as standard CS curricula topics it also houses notes related to my professional development as a software engineer. So there is a lot of practical content mixed-in, such as topics in DevOps, Git, shell scripting etc.