Ask HN: Where can I see many examples of real companies' software architecture?
31–40 of 106 posts
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#32Re: Ask HN: Where can I see many examples of real companies' software architecture?
#33look at public org charts, they'll define the architecture. only half joking
Like most things in software engineering, it's qualitative and empirical - but also has very strong potential to function as a supporting "first principles" theory for so many things.
Conway - "How committees innovate"
http://www.melconway.com/Home/pdf/committees.pdf
I think this paper has a fantastic corollary in Peter Naur's "Programming as theory building" which triumphantly explores the implications of institutional knowledge in long term software maintenance. https://pages.cs.wisc.edu/~remzi/Naur.pdf
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#34> 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...
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#35You 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
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#36http://highscalability.com/ Looks like it hasn’t been updated for a while though.
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#37Re: Ask HN: Where can I see many examples of real companies' software architecture?
#38Re: Ask HN: Where can I see many examples of real companies' software architecture?
#39If I’m curious how a company did something, searching for their job descriptions can turn up interesting stuff like what languages and frameworks they use, and often from there you can infer what their architecture might look like.