diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-07-18 22:44:04 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-07-18 22:44:04 -0400 |
commit | e13ae14064901c0f4baa6e7d95ef878a1a056c7b (patch) | |
tree | 82e05d926c1afe57b6a6f43e6b4e35cdd4ae62c2 /pages/projects.php | |
parent | 3fddf4e0d72d8e2b40837269d849cd248107bd07 (diff) | |
download | 53hor-e13ae14064901c0f4baa6e7d95ef878a1a056c7b.tar.xz 53hor-e13ae14064901c0f4baa6e7d95ef878a1a056c7b.zip |
feat: two new cps rusts and update now, projects
Diffstat (limited to 'pages/projects.php')
-rw-r--r-- | pages/projects.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/projects.php b/pages/projects.php index 41b0178..141280f 100644 --- a/pages/projects.php +++ b/pages/projects.php @@ -3,7 +3,6 @@ <h2>Active Projects</h2> <ul> - <li><a href="https://github.com/adpllc/altruistic-angelshark">Altruistic Angelshark</a>: an automation API and command-line interface for Avaya Communication Managers. </ul> @@ -11,5 +10,5 @@ <ul> <li><a href="https://www.youtube.com/@carpentertutoring841">Carpenter Tutoring</a>: practical computer programming and software development tutorials with no fluff.</li> - <li>Computational Problem Solving with Rust: stay tuned!</li> + <li><a href="https://youtube.com/playlist?list=PLXGxiiv_uyipnFxS6c93UKuXc8mJzkl4h">Computational Problem Solving with Rust</a>: a CS-101 style YouTube course using Rust as a first programming language.</li> </ul> |