Ask HN: Why there is no software architecture inspiration source?
There are tons of UI inspiration web apps and people upload their work.
Why is there no such site for software architecture?
Am I missing any sites out there?
Why is there no such site for software architecture?
Am I missing any sites out there?
11 comments
[ 2.7 ms ] story [ 16.5 ms ] thread- https://github.com/aosabook/
- https://github.com/mspnp/
- https://martinfowler.com/
Regarding distributed architecture:
- http://highscalability.com/
- https://github.com/theanalyst/awesome-distributed-systems
- https://github.com/binhnguyennus/awesome-scalability
Also https://github.com ;)
https://docs.microsoft.com/en-us/azure/architecture/patterns...
If you have one or a few specific domain of architectures in mind, for example “how to do user management in AWS”, you can search for a collection of similar architectures like this https://coderecipe.ai/search?q=%23usermanagement , this way you can compare different alternatives. Similarly, if you are interested in different ways to “Store time series of data”, there’s also a collection of that here https://coderecipe.ai/search?q=%23timeseriesdb. The site contains a lot of recipes that is based on serverless design, so this will give you everything serverless related https://coderecipe.ai/search?q=%23serverless .
I am the founder of this platform, currently we have mostly AWS related recipes but there will be more GCP and Azure stuff coming soon, let me know if you have any questions :)
Like UX Pin, Dribble, there should be for backend/front end software architecture.
I liked the site. What's plan on adding more resources?
What is the architecture of coderecipe. It looks like angular on front end. What are you using for CMS?
architecture of coderecipe: haha good question! yes we are using angular for frontend, and CMS is custom code built on top of AWS serverless.