Hacker News new | ask | show | jobs
by upstarter 3207 days ago
> 4. Establish security layers. It is good software engineering practice to have individually secured layers behind a public-facing presentation layer

What are your best sources/tutorials explaining the perfect server architecture setup which address this point?

1 comments

You're looking for information on N-tier applications; https://msdn.microsoft.com/en-us/library/bb384398.aspx?f=255....

You don't come across this too often these days in OSS or startups. It's a pretty big explosion in complexity. What hot N-tier enabling frameworks have you read about recently?