Aviv Rozenboim

Results 8 comments of Aviv Rozenboim

Anyone know anything about JS bundling? I started playing around with rollup for this, and I'm not sure which bundles we need to create. If I understand correctly, we need...

This is much more complex than I initially thought, but some things we should think about: ## Response Stream (Client connection) We could offer full websocket connections (i.e. use websockets...

The more I think, I realize there are two distinct types of subscriptions - *Event* style, and *Query* style. Imagine we have a backend pubsub topic with events published for...

Apollo has done a lot of prior work on this, should probably not re-invent the wheel completely here. https://www.apollographql.com/docs/apollo-server/performance/caching/

> It's interesting if the evaluator can put a fake obj placeholder with partial data (can be based args, such as id), and only it there's a need for obj/parent...

More on this: https://github.com/graphql/graphql-js/issues/623

I like the idea, the only thing I'm not sure of is wether that should this be a part of airbag or a different sidecar entirely I wouldn't wanna end...

Do you know if this has an effect on performance? Airbag is widely used in soluto, and env vars like `CORECLR_ENABLE_PROFILING` seem kind of risky performance wise...