Ask HN: Where can I see many examples of real companies' software architecture?
61–70 of 106 posts
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#62Re: Ask HN: Where can I see many examples of real companies' software architecture?
#63AWS Summit is approaching. I usually find other teams, even nominal competitors, or hulking behemoths of industry, to be quite proud of what they've built, and generous with their battle tested knowledge. All you have to do is reach out and ask ;)
Great plan. Additionally, there is a “This is my architecture” series on YouTube where AWS interviews users. https://youtube.com/playlist?list=PLhr1KZpdzukdeX8mQ2qO73bg6... https://aws.amazon.com/architecture/this-is-my-architecture/
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#64A popular choice in the real world is known as 'the big ball of mud', e.g. as described at http://www.laputan.org/mud/ .
It isn't really a choice, it is just what happens due to incentives and changing needs and leaders and politics and technologies inside the company. People assume that software architecture is like building architecture, in some ways it is, but NO ONE has ever showed up to a construction site that was half way done and said "Hey guys the steel framing we ordered has been delayed so please continue building the rest o…
Some choices by sales, some by engineering, some by management. All doing their best. Each reasonable on a sufficiently small time horizon.
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#65Re: Ask HN: Where can I see many examples of real companies' software architecture?
#66Re: Ask HN: Where can I see many examples of real companies' software architecture?
#67Blobs of code. It's hard to see the systems level.
I think there's a startup idea in there.
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#68Twitch recently open-sourced all their software.
Oh and I’m pretty sure I’ve seen GitHub Enterprise too.
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#69You can get a good view on some architectures from AOSA, thought it may not be as focused on web as you're looking for: http://aosabook.org/en/index.html A good example is Scalable Web Architecture and Distributed Systems by Kate Matsudaira: http://aosabook.org/en/distsys.html