Aman GargGood 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
Aman GargI documented some of the common go concurrency patterns in this repository (with comments/tests)https://github.com/isopropylcyanide/go-patternsJan 3Jan 3
Aman GargIt'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
Aman GargApart 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
Aman GargThanks 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
Aman GargHey 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
Aman GarginNerd 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
Aman GarginNerd 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
Aman GargDecluttering the Uber Tech BlogSolid content in the Uber tech blogs. But the UI seems a bit off.Mar 12, 2021Mar 12, 2021
Aman GarginLevel Up CodingDissecting why some Pull Request merges get delayedIs it the reviewer? Is it the developer? Can we figure out the rate determining step?Mar 12, 2021Mar 12, 2021