Tell me about what your first time deploying to the cloud was like! Did you think the documentation provided was enough? Did you need help? Did you use a pipeline? What were your tests like? How long did it take you?
Share with me your experience and let's talk about how to make this experience easier for our beginner friends!
You can also reach out to me directly on twitter!
Tell me your story!
Top comments (2)
First time I used
Azure
was in 2015 I think, I deployed aASP.NET MVC
to production from Visual Studio by Just using theAzure
App Service URL. It was simple and quick. 😄I came to into web development from a Mechanical Engineering background and the company I joined was deploying to a GKE cluster, from a Jenkins pipeline, using Helm.
Talk about a steep learning curve! 😰
Eventually, though as I gained a better understanding of how all the pieces work together it all started to make sense.