Live data from Hacker News

Ask HN: What startsups made the best early-tech decisions?

news.ycombinator.com

1–10 of 10 posts

Re: Ask HN: What startsups made the best early-tech decisions?

#2
Zerodha. They are the biggest stock broker in India with a team of less than 40 people. Check out their tech blog for their tech philosophy: https://zerodha.tech/blog/hello-world/

Also, WhatsApp with their choice of Erlang. https://www.google.com/amp/s/www.wired.com/2015/09/whatsapp-...

Re: Ask HN: What startsups made the best early-tech decisions?

#5

Slack using php. Most people recoil from it but their reasons were sound and they played well off its strengths and planned for and mitigated its weaknesses.

A lot can be said for having an engineering team with the experience and maturity to recognize both strengths and weaknesses of their technology choices.

Re: Ask HN: What startsups made the best early-tech decisions?

#7

Slack using php. Most people recoil from it but their reasons were sound and they played well off its strengths and planned for and mitigated its weaknesses.

What were their reasons?

They wrote a blog post about it but it's been a few years since I read it. IIRC it centered on the inherently stateless request model and how that interacts with the way they wanted to do concurrency.

Re: Ask HN: What startsups made the best early-tech decisions?

#8

Slack using php. Most people recoil from it but their reasons were sound and they played well off its strengths and planned for and mitigated its weaknesses.

What were their reasons?

https://slack.engineering/taking-php-seriously/

Re: Ask HN: What startsups made the best early-tech decisions?

#10
post #2

Zerodha. They are the biggest stock broker in India with a team of less than 40 people. Check out their tech blog for their tech philosophy: https://zerodha.tech/blog/hello-world/ Also, WhatsApp with their choice of Erlang. https://www.google.com/amp/s/www.wired.com/2015/09/whatsapp-...

The zerodha post is ... hard to believe. Self managed _everything_ and one devops engineer, no SREs? Who's managing the self-hosted PostgreSQL instances with the hundreds of billions or rows of _financial_ data?