HackerTrans
TopNewTrendsCommentsPastAskShowJobs

olakease

no profile record

comments

olakease
·il y a 2 ans·discuss
I have built advertisement bidders and ad servers. I avoid querying the database on every request (and caches) by creating app in-memory materialized views of the database. See https://www.confluent.io/blog/leveraging-power-database-unbu... for more about this. Another cool feature of the replication protocol is that I can tell if all app servers are on the same version of the data.
olakease
·il y a 2 ans·discuss
Modern type system over BEAM sounds great but unfortunately OTP is still not 100% supported https://github.com/gleam-lang/otp?tab=readme-ov-file#limitat...