Hacker News new | ask | show | jobs
by c8d3f7b49897918 3085 days ago
Negative trend 6: adopting a trendy, complex web stack before you absolutely have to when a simple one would get you to market faster
2 comments

What are some examples of a trendy, complex web stack? Or, what are some examples of a non-trendy, non-complex web stack?
Adding pub-sub/queue/message broker in your app when a normal when a normal connection to SQL db from your web app is more than sufficient. There are a lot of companies that have kafka in their stack when they actually don't need it. This is one thing i have seen a lot.

On front-end side adding redux when a normal react-app would be just fine.

What do you think draws people to these technologies?
This website.
Lately this website has been a SQL love fest.
I constantly need to remind myself of this.