From bf33fdd4640f9998c676a68fe1a2695c56d28960 Mon Sep 17 00:00:00 2001 From: Ray Space Date: Mon, 17 Jul 2023 20:21:09 -0400 Subject: [PATCH] Add community example: rayspace.dev (#625) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3424c4d6..5af72bc6 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ - [Production-Grade Logging in Rust Applications](https://medium.com/better-programming/production-grade-logging-in-rust-applications-2c7fffd108a6): An article showcasing the use of [tracing](https://github.com/tokio-rs/tracing) in an Actix application - [Fullstack-Rust](https://github.com/vascokk/fullstack-rust): A Full Stack Rust application (Connect5 game) with Actix Web, Yew, Bulma CSS and Diesel. - [Mozilla Services Skeleton App](https://github.com/mozilla-services/skeleton) +- [rayspace.dev](https://github.com/ryspc/rayspace.dev): Minimalist dev portfolio and blog implemented as a Rust-powered SPA, featuring GitHub OAuth, session management, static file serving, API endpoints, and SQLx integration. ## Paid Resources