Thank you, I know you like this kind of videos! Waiting for more Go stuff from you!
@antonioinochi91704 ай бұрын
Just to understand, when you make a post request to add a user or you delete or you changed a user the modify is instantaneously show on the page, hiw it's possible ? There is no a refresh of the pag?... thanks and sorry if the question, I'm not an expert I'm a very beginner
@francescociulla4 ай бұрын
yes there is a method that gets the users after the request, that can also be improved and beyond the goal of the video, just to make it look good!
@dailydotdev2 ай бұрын
🔥🔥🔥🔥
@devtuts86774 ай бұрын
Thanks 👍
@francescociulla4 ай бұрын
You are welcome! Have you tried yew or rocket before watching this video?
@Abhishekedutain3 ай бұрын
bro, can you make full stack and complex web app in rust only with this tech stack, we need more bro, appreciate your support.
@francescociulla3 ай бұрын
appreciated, of course i will keep going
@swarnabhamajumder95614 ай бұрын
Sir is back again with some awesome stack. Thank you so much as always.
@francescociulla4 ай бұрын
Inded! This required a lot of effort but I hope it was worth it
@mikereid733 ай бұрын
Would you consider looking into testing? It's a part of rust web frameworks which is lacking on youtube😅
@francescociulla3 ай бұрын
good idea
@AlfredSLotsu4 ай бұрын
I am so happy, you're going into more advanced stuff now. Will you use Axum in future? I'm reading around about it
@francescociulla4 ай бұрын
Hey Alfred, I am glad you liked this one! the answer is ABSOLUTELY YES! I am loving the Rust web frameworksa and I will dive deep in all of them!
@AlfredSLotsu4 ай бұрын
@@francescociulla Seriously Francesco. You're the real MVP!
@francescociulla4 ай бұрын
@@AlfredSLotsu mind this comment...
@francescociulla4 ай бұрын
I announced this today! Are you stalking me? 😂 x.com/FrancescoCiull4/status/1836646066432696730
@AlfredSLotsu4 ай бұрын
@@francescociulla ISN'T THAT JUST AMAZING!!! It's so good to see you just rise from one height to another, and learn from such a champ, the actual MVP man!
@ok-alarm3 ай бұрын
do some dioxus with database too! 😁
@francescociulla3 ай бұрын
dioxus is definitively on my todo list!
@azharalibhutto12094 ай бұрын
Great ❤❤❤❤❤❤❤❤
@francescociulla4 ай бұрын
thank you!
@redantcyber39653 ай бұрын
Hi, I find difficulty while installing the Trunk with the following error: error: could not find native static library `C`, perhaps an -L flag is missing? The following warnings were emitted during compilation: warning: openssl-sys@0.9.104: expando.c error: could not compile `openssl-sys` (lib) due to 1 previous error warning: build failed, waiting for other jobs to finish... error: failed to compile `trunk v0.21.1`, intermediate artifacts can be found at `C:\Users\user\AppData\Local\Temp Are you able to help step by step Trunk installation on Windows? I believe there are some steps related with openssl configuration as well as dependencies :) appreciate your help
@francescociulla3 ай бұрын
Install OpenSSL (choose the 64-bit version). Set OPENSSL_DIR to the OpenSSL installation path. Add the OpenSSL bin folder to your system’s PATH. Reinstall Trunk, and it should work! Let me know if you need more help.