From 1665a944b221a775bf1a2d69625d8c58fd9a61d2 Mon Sep 17 00:00:00 2001 From: HaQadosch Date: Sun, 19 Nov 2023 16:38:20 +0000 Subject: [PATCH] add links to RUST tutorials --- README.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.org b/README.org index d61b337..20fd5a7 100644 --- a/README.org +++ b/README.org @@ -67,10 +67,21 @@ or *org-mode* and have the snippet executable. *** TODO Issue for reading the article *** DONE Create API repo for RUST https://gittea.dev/HaQadosch/SpinSocial_RUSTAPI +**** TODO Create template for Rust API +**** TODO Make an app, any app, that works with Rust +Just to get the feel for it and make sure you have all the libs installed. +***** TODO Follow the quickstart in Rust +https://developer.fermyon.com/spin/v2/quickstart +***** TODO Follow the RUST tutorial +https://developer.fermyon.com/spin/v2/rust-components *** DONE Create SPA repo for Vue https://gittea.dev/HaQadosch/SpinSocial_SPAVue *** TODO Create API repo for GRPC *** TODO Create API repo for HTML+CSS+JS +*** TODO Make a template out of it +and be able to create an instance of the social app easily +*** TODO Make it an Activity Pub based +and let multiple instance connect to each other * Footnotes @@ -79,6 +90,7 @@ https://gittea.dev/HaQadosch/SpinSocial_SPAVue [fn:4] [[https://buf.build/][Buf]] absolutely rocks. [fn:3] They have a [[https://www.sqlite.org/download.html][wasm]] version by the way. +And they even have a [[https://www.fermyon.com/blog/noops-and-serverless-are-the-perfect-pair][tutorial]] for that! [fn:2] Or rather, how I understand it.