Replies: 1 comment 1 reply
-
While it would be great to have Dart-specific details here, I don't think there would be anything different than what already exists for other languages/frameworks. I'd suggest digging into general guidance in this area. Excited to see what you learn! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
I think this is a great project. Thanks to authors for helping us have a shared language (Dart) for client and server. Given projects like this and projects like googleapi, perhaps the era of monolithic web frameworks are over.
I would love to hear if there are any best practices in the community regarding how to handle devops for Dart functions in an efficient way? I'm thinking about topics like ...
Developer environment and set up
Testing and staging
Deployment and continuous integration
Secrets management (like service account keys for other services etc)
Logging and monitoring
...
Feel free to share your experiences below. What is working well? What are your pain points?
What tools and services do you use? What is your process?
Let's assume Google Cloud Run as a hosting plattform for this thread.
Beta Was this translation helpful? Give feedback.
All reactions