Good read.Additionally, it feels like the sidecar is doing a race with the native broker in almost all formats and functions (dir watch, assignment…Sep 23Sep 23
I documented some of the common go concurrency patterns in this repository (with comments/tests)https://github.com/isopropylcyanide/go-patternsJan 3Jan 3
It's often a good idea to wrap the database access into two buckets -> mutations and queries.The main function (in business application layer) should just return well defined custom errors such as "ErrCancelNotApplicable". This…Apr 5, 20231Apr 5, 20231
Apart from the focus on data quality, freshness SLAs and column based restrictions, more so for PII…One of the problems organizations face is establishing all the clear write paths into the store and documenting the consumer behaviour from…May 19, 20221May 19, 20221
Thanks for sharing.The article switches anywhere from Billion / day as the title to per minute (when talking about feature store ingestion) to per second…Jan 8, 2022Jan 8, 2022
Hey Nikhil, thanks for reading.To explain this, you must realise that relying on database sequences is inherently broken for two major reasons.Nov 18, 20211Nov 18, 20211
Published inNerd For TechThe “Nullbuster ” workaround for the unique index in SQLWhat happens when you need a unique index on columns that is not always unique but still has to be enforced ?Oct 17, 20211Oct 17, 20211
Published inNerd For TechElegant Patterns to execute work concurrently using Completion Service [Java]And then building an abstraction to support future use cases.Mar 14, 2021Mar 14, 2021
Decluttering the Uber Tech BlogSolid content in the Uber tech blogs. But the UI seems a bit off.Mar 12, 2021Mar 12, 2021