Great video! New comers will defs be sold on your value proposition. I was already sold but learned about the enums and exceptions which is pretty neat!
Thank you Viktor for the nice introduction content. I already start to learn Serverpod. And I was facing some issue with uploading file and images. I don't find any demo video or code of this(whole process of uploading and maintain), can you help me with any suggestion. Or if possible, please create any official video on it.
Did you check our documentation here: docs.serverpod.dev/concepts/file-uploads We recently updated it with more information about uploads to Google Cloud Storage.
hey!, i have been planning to make an app like omegle where strangers can randomly video chat with each other using flutter , but this require duplex connections and websockets can serverpod help in this?
Yes, Serverpod has support for websockets. The next planned release (2.1) will have much improved support for handling streams. We will hopefully have it out in about a week! 🥳
Hello Team serverpod, it is indeed great and I am super excited to try it out. One thing I would like to add though: is it possible to add a tab on your GUI tooling to see the server's max stress capacity with its current endpoints and based on that how many instances must be run atleast while it will be in production. Best Regards
Thank you Viktor for the amazing content!! Hoping to see more Serverpod Official Tutorials!! Keep'em coming!
Thank you!!
Great video! New comers will defs be sold on your value proposition. I was already sold but learned about the enums and exceptions which is pretty neat!
Thank you! And thanks for your great videos!
Thanks man, I hope you will be doing tutorials on developing a solid backend in Serverpod with sql / nosql
can you please make a complete course for someone like coming into backend development
I really love this im starting to wotk with serverpod and pushit through the community
question: is there any command that I can automatically map an existing database and the model is created based on that ?
Thanks a lot for the tutorial! 🔥
You are welcome, happy you like it!! 🤩
i don't know anything about serverpod, but the yml looks odd.
21:38 why aren't "table" and "fields" indented? there are other examples, as well.
The "table" and "fields" are top keys in a map, hence they shouldn't be indented. :)
Thank you Viktor for the nice introduction content. I already start to learn Serverpod. And I was facing some issue with uploading file and images. I don't find any demo video or code of this(whole process of uploading and maintain), can you help me with any suggestion. Or if possible, please create any official video on it.
Did you check our documentation here: docs.serverpod.dev/concepts/file-uploads
We recently updated it with more information about uploads to Google Cloud Storage.
WOW, This is mind blowing
Thank you! 🤩
Can I somehow connect Serverpod with SUpabase?
hey!, i have been planning to make an app like omegle where strangers can randomly video chat with each other using flutter , but this require duplex connections and websockets can serverpod help in this?
Yes, Serverpod has support for websockets. The next planned release (2.1) will have much improved support for handling streams. We will hopefully have it out in about a week! 🥳
Love the insights tooling!
Hello Team serverpod, it is indeed great and I am super excited to try it out. One thing I would like to add though: is it possible to add a tab on your GUI tooling to see the server's max stress capacity with its current endpoints and based on that how many instances must be run atleast while it will be in production.
Best Regards
We are building our own hosting service for Serverpod. It will give you more detailed analytics on usage!
Thanks Viktor !!!. What are the recommended IDE's for serverpod?
We use VS Code and have made a plug in for it too. But other IDEs, such as Intellij should be good!
We need more vidéos like this ❤❤
Many more are coming! 🤩
Please, we would like more clarification about the exceptions
You can find more here: docs.serverpod.dev/concepts/exceptions
How serverpod maps dart code to sql query?
waiting for Serverpod IDX template and Also Some improvements in VS Code Extension
We need to see how to build microservice with serverpod
how can i make serve pod work effectively on windows
Serverpod should work for Windows out of the box. 🙂 If you have trouble, write a post on Github and we can help you there!
As Serverpod is a very new technology is it used by any production grade projects if yes can you please name them
Yes, there are quite a few. Here is a pretty cool one: twitter.com/ServerpodDev/status/1783502917309251854
Bro how to stream (music) data.
Serverpod isn't really meant for streaming music. You may want to use a specialized system for that.
Great Job !!!! can you make a video explaining how to deploy Serverpod to ubuntu server ? I managed to do it long time ago but I forgot the steps xD .
Thank you! And that is a good idea for a future video. 🙂
23:22 is the Id an integer? a uuid?
The "id" field of a table is an integer when working with Serverpod.