Hello, World – Zerodha, India's largest stock broker
51–60 of 82 posts
Re: Hello, World – Zerodha, India's largest stock broker
#52I am just amazed a 30 member team pulled of such an engineering feat. Great job , I am happy to see such strong engineering teams coming from India.
Re: Hello, World – Zerodha, India's largest stock broker
#53HN post is going to change that real soon..
Re: Hello, World – Zerodha, India's largest stock broker
#54Re: Hello, World – Zerodha, India's largest stock broker
#55All of our performance-critical, high throughput services are written in Go. We have not received any unsolicited advice asking us to rewrite everything in Rust or Nim (yet). HN post is going to change that real soon..
Re: Hello, World – Zerodha, India's largest stock broker
#56Re: Hello, World – Zerodha, India's largest stock broker
#57There is some reports that they sell your contact information to shady investment marketing companies. Many people have observed a sudden influx of calls from small, unheard of investment companies calling them up with investment offers, after they have signed up with Zerodha. Also there have been much publcised issues with futures trading on their platform, with a court ordering them to refund a large sum to an inve…
I've talked about the technical issues in a couple other responses on this post. About spam, we've been working with the capital markets regulators, cyber crime units (Police), and TRAI (telecom regulator). It is a nasty issue that plagues all capital markets institutions in India. I'd gone into some detail on the data leaks on this Reddit AMA last year: https://www.reddit.com/r/IndiaInvestments/comments/bhv18e/we...
Re: Hello, World – Zerodha, India's largest stock broker
#58Re: Hello, World – Zerodha, India's largest stock broker
#59Earlier quoted context omitted.
How did you find writing your apps in Dart when using Flutter? That was one language I haven't been in a rush to learn but the performance metrics you talk about can be quite persuasive. I've heard a number of people having issues with React Native. I'm curious if that is just an immaturity thing or something more fundamental.
Dart is alright. For being able to use Flutter, it's a fair trade-off. React Native, it was both. Fundamentally, it uses a JS engine that acts as a bridge, and that can be a performance bottleneck depending on the usecase.
Flutter sounds like a good compromise between Native code (Swift/Kotlin) and React Native then.
If you need high performance but no code sharing - use Native code (Swift/Kotlin)
If you code sharing but okays performance - use React Native
If you need both high performance but code sharing - use Flutter
Re: Hello, World – Zerodha, India's largest stock broker
#60This was an amazing read. Thanks for the post. While leading a really small tech team for a fast paced and ever-morphing world of Esports in India, this was a really helpful (It looks like your team plays a lot of CS:CZ. SoStronk is our product #ShamelessPlug). This point of yours caught my attention. >Be extremely wary of technical debt. Know when to scrap and rewrite systems. We have scrapped and rewritten the majo…
With small teams your job is to keep the factory lights on as long as possible, till the cash starts flowing predictably. If you have survived long enough for that, then you can think about tech debt.