extra_rice

↗ HN profile [ 93.0 ms ] full profile

No user record in our sample, but extra_rice has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. I've run in to this interesting question multiple times mostly during systems design interviews, but I'm never quite sure what's the "best" way to address this since I've not encountered it in any of my real world…

  2. There are myriad of ways to improve and optimise application performance, but one of the most commonly used is caching. I want to learn more about caching strategies especially in the context of modern distributed…

  3. I know it’s actually been a while, but I’ve only recently learned that they stopped selling eBooks online in favour of their subscription service. I do tend to prefer physical books over eBooks, but at the right price,…

  4. I'm curious if development teams prefer to run databases in or out of Kubernetes. For those who do, how to you make it work? What are the key points you think anyone who is considering doing the same should think about…

  5. I'm currently working on a software project where I need to query datasets that could be very large (maybe hundreds of thousands per single context), and then do some computations on the results. It's basically, find…