One advantage of using a dynamic language like Python is that you don't necessarily have to update the client code to be able to use new functions. You can just generate the necessary code during runtime after loading the specification from a web API. I believe this is what google does with their gcloud tools (and that's probably also the reason why it sometimes feels slow to react). Yes, you can probably do this usi…
Announcing Azure Command-Line Interface 2.0 Preview
11–20 of 161 posts
Re: Announcing Azure Command-Line Interface 2.0 Preview
#12Surprised this is getting so much attention here. They re-wrote their CLI in another language. What's the big deal...
Re: Announcing Azure Command-Line Interface 2.0 Preview
#13Surprised this is getting so much attention here. They re-wrote their CLI in another language. What's the big deal...
Re: Announcing Azure Command-Line Interface 2.0 Preview
#14Re: Announcing Azure Command-Line Interface 2.0 Preview
#15Did they explain why they switched? Not that I'm complaining. Love Python, dislike JS being everywhere.
Re: Announcing Azure Command-Line Interface 2.0 Preview
#16Personally I don't have any experience with working with neither of AWS,Azure,GCP,etc. But I am so curious to know how people who have worked with them find them? Which one is better ? What is advantage of each one? I couldn't find any useful information in web either. Update: I am familiar with basic stuff. But I am so curious about heavy load, for example why Spotify chose gcp or etc. Was there technical reason or…
All of these platforms offer a free trial and a lot of products have free tiers. I'd check them out and decide for yourself. (I work for Google Cloud and am happy to answer questions about GCP)
Re: Announcing Azure Command-Line Interface 2.0 Preview
#17One advantage of using a dynamic language like Python is that you don't necessarily have to update the client code to be able to use new functions. You can just generate the necessary code during runtime after loading the specification from a web API. I believe this is what google does with their gcloud tools (and that's probably also the reason why it sometimes feels slow to react). Yes, you can probably do this usi…
Yeah, absolutely no reason you couldn't do this (quickly) with Node. The only reason I see to use Python over Node here is for a smaller dep tree (sane Node development still requires a lot of dependencies) and some more mature CLI libraries - lots of CLI apps are written in Python.
https://azure.microsoft.com/en-us/blog/announcing-azure-cli-...
Re: Announcing Azure Command-Line Interface 2.0 Preview
#18Re: Announcing Azure Command-Line Interface 2.0 Preview
#19Re: Announcing Azure Command-Line Interface 2.0 Preview
#20Half the people complained about VB being good enough and more popular.
But the overall feeling was that once the rapid application dev version is out the door and ok then it's a good time to redo it with something more engineering-y, for long term support before the first version gets too ossified.
(i'm sure i'm going to burn karma for comparing node with vb but...)