The FREE source code is now available on GitHub here at github.com/WhiteSponge/rust_dashboard_app/ ! Hope you have fun with it! Also some useful links here: Leptos: leptos.dev/ SurrealDB: surrealdb.com/
@@WhiteSponge true and even surrealdb got matured, unless it makes its storage layer native, it is still slow. there are two hops of network the data needs to travel back and forth that is, the query layer in one machine and the storage layer(tikv) in another. speed in database is very important, that's the reason why discord left cassandra for scylladb.
The FREE source code is now available on GitHub here at github.com/WhiteSponge/rust_dashboard_app/ ! Hope you have fun with it!
Also some useful links here:
Leptos: leptos.dev/
SurrealDB: surrealdb.com/
Could you make a tutorial covering authentication (login, register, pageaccess) using this stack? That would be really helpful!
Hey hello! Yes that does sound like a good idea 😆
I second this request 😀
great tutorial... great selection of technologies. very well executed. kudos to you sir...
Thanks Jason! 😁
Great video and explanation as you're going through each step. 10/10
@@tonytiger6874 thanks! Hope it was helpful!
Just what i needed. Keep em coming king
Haha hope it helped!
Ah, that's the Rust on RALS stack lol. I just submitted a project for university a couple weeks ago using this. Wish the video came out back then 😅
Hahahaha hope you had fun when you were doing it 😁!
Excellent content. Can we have Leptos Axum Postgress with testing and docker next video?
Haha hope it was helpful! That does sound like a viable stack choice!
thank you so much for this! this helps a lot :)))
@@Iturner72 haha hope it was! 😆
thank you 🎉
Haha thanks!!
What do you think of egui for web
I think it's a possible alternative especially if you're used to it!
Thank you
@@filipkrivcik1786 no thank you too!
Well done, looking forward to it! :D
Hope it was helpful!
what are we building , just joined !!!
We're building a dashboard app!
yes sir!! Thank you!
thank you too!
Awesome
Thanks Sean! 😊
Next video react native and backend rust ples
That is actually an awesome idea!
@@WhiteSponge Please do this because you will be the first one to do this in detail.
@@silq300 ahahaha I actually have a video recorded! So most likely this will be the one after the next (1 or 2 videos) lol
@@WhiteSponge I am waiting for you with enthusiasm
nice!!
Hey thanks man! :D
@@WhiteSponge can you do an expense tracker or any app through tauri? I'm still learning rust and planning to learn tauri as well. 👍
Wating for it
It's out!! :D
surrealdb has a lot of modern features but it is too slow, not only at the query level, but with storage level (tikv).
for sure it isn't as mature as other databases as it's still relatively new! Would be interesting to see some benchmarks!
@@WhiteSponge true and even surrealdb got matured, unless it makes its storage layer native, it is still slow. there are two hops of network the data needs to travel back and forth that is, the query layer in one machine and the storage layer(tikv) in another. speed in database is very important, that's the reason why discord left cassandra for scylladb.