Ask HN: Where can I see many examples of real companies' software architecture?
91–100 of 106 posts
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#92The interesting part is how larger scale makes things fail more often, and the response to increased failure can either be running around with your hair on fire for years, or a solid firefighting team, or actually teaching teams not to build products that catch on fire. The only way to get the last one is by focusing on people, not technology.
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#93All of our Sourcegraph docs are public, including our architecture overviews and a myriad other docs linked from there. https://docs.sourcegraph.com/dev/background-information/arch...
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#94Re: Ask HN: Where can I see many examples of real companies' software architecture?
#95A 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…
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#96> Other than some very high-profile companies (like Netflix, github) ... it's hard for me to find easily digestible (20-60 mins) examples So I think this doesn't meet your requirements, but I like Tech Dummies Narendra L's YouTube videos [0]. He introduces big tech companies' systems in 30-60min videos and it's not difficult to understand. [0] https://www.youtube.com/playlist?list=PLkQkbY7JNJuBoTemzQfjy...
so like.. not to be too cynical but how does he know his representation is correct or at least not misleading? a lot of youtuber content is just made up.
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#97Re: Ask HN: Where can I see many examples of real companies' software architecture?
#98Re: Ask HN: Where can I see many examples of real companies' software architecture?
#99Earlier quoted context omitted.
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…
This is awesome (as well as the ball of mud "paper"). I think the building construction analogy might be similar to a home which has seen multiple remodels. Now imagine a scenario where you have an absentee owner with a lot of money, a permanently staffed architect and a bunch of extremely able, slightly competitive contractors all on staff - each trying to prove their annual salary. The original one story building w…