Earlier quoted context omitted.
>Before AWS it took thousands of people and billions in capital investment to do so. Could you expand on this? I can't tell if you mean to launch a service/company or if you're talking about some large scale.. thing.. I haven't heard of.
Instagram comes to mind. 13 employees and $1B acquisition. Hard to imagine that without AWS.
Amazon CodeGuru – Preview
191–200 of 209 posts
Re: Amazon CodeGuru – Preview
#192Re: Amazon CodeGuru – Preview
#193The code review feature seems too expensive to run on every PR automatically (to me): $0.75 per 100 lines of code. From their example pricing: "if you have a typical pull request with 500 lines of code, it would only cost $3.75 to run CodeGuru Reviewer on it." I wonder if it's actually good enough to justify that price.
PR I sent yesterday, line changes: +2,703 −3,529. That's like 50 bucks just for that PR.
If you divide the 50 bucks by that number, you get a cost ratio. If it's lower than the ratio of (benefit expected by automatic code review) / (benefit expected by manual code review), it's worth using.
I guess we can speculate all we want; in the end, only experience will show if the service is worth it or not.
Re: Amazon CodeGuru – Preview
#194Earlier quoted context omitted.
How so? There is so many things that we sometimes forgot. Even experienced developers will make mistakes.
If you relieve the programmer of thinking where his error is and give him the fix, the programmer will not bother to reason out what the solution is, he will simply expect it from you.
Re: Amazon CodeGuru – Preview
#195Disclaimer: I work at AWS on an unrelated team. I was not involved in development of this product. Opinions stated are my own, and not necessarily a reflection of my employer. Nothing here is being posted in any sort of official capacity. There's lots of focus here in the comments on the code reviewer portion, but one of the things I'm most excited about is the profiler - https://aws.amazon.com/codeguru/features/ I d…
I've used Blackfire for a while, and this type of visualization is definitely helpful for finding bottlenecks in web performance. I've been able to reduce page load by caching big chunks that I was able to see in the graph / timeline.
Re: Amazon CodeGuru – Preview
#196Earlier quoted context omitted.
WhatsApp? Similar story, no AWS.
Well, WhatsApp was started by industry experts in scaling. If you're making a point about functional programming, I'd tend to agree but from a business perspective I'd look to why Netflix still uses AWS: https://www.quora.com/Why-does-Netflix-still-use-AWS
Re: Amazon CodeGuru – Preview
#197Re: Amazon CodeGuru – Preview
#198So let me get this straight: Amazon packages open source software (Linux, Postgres etc) in a way that is an abstracted service (RDS, EBS, Elastic Load Balancer). They add so many abstracted building blocks that you need a special skill set to manage them (Aws Certified Solutions Architect) instead of knowing how to do this with bare metal or a container image running in your own data center. And now that things are c…
I'm not saying lock in doesn't exist. But I can't really envision how you would design a full cloud offering without vendor lock in of some sort? Beyond offering all services as open source so you can run them on your own data-center. I'm being serious, how do you design an API and a set of distributed intercommunicating systems in a way that doesn't couple you with their specific APIs, communication channels and sem…
I believe this is what Rackspace was attempting a while ago -- leveraging OpenStack to provide cloud services, so you'd be free from lockin in the sense that you could move to some other OpenStack compatible provider.
Re: Amazon CodeGuru – Preview
#199Earlier quoted context omitted.
I don't care if AWS is big and bundled as long as they use standard interfaces . Linux is big and it doesn't really matter that there's not much competition. I don't care what system (or even virtual machines or containers) runs my program. If there were an open standard for "way to upload and store and serve files on the web", and S3 happened to implement that standard, and other companies and open-source projects d…
At this point, S3 IS the standard for that. And Google's and Microsoft's offering all mimic that API. This could happen for all other of their services.