Erik Wittern (@erikwittern) 's Twitter Profile
Erik Wittern

@erikwittern

ID: 238073516

linkhttp://www.wittern.net calendar_today14-01-2011 08:55:36

293 Tweet

284 Followers

153 Following

Erik Wittern (@erikwittern) 's Twitter Profile Photo

For anyone interested in our recent FSE paper "A Principled Approach to #GraphQL Query Cost Analysis": JamieDavis wrote a blog post summarising it at medium.com/dev-genius/a-p…

Ivan Goncharov 🇺🇦 (@e1goncharov) 's Twitter Profile Photo

Two years ago I wrote a draft of "GraphQL over HTTP" spec together with Roman Hotsiy 🇺🇦 and today it was adopted by GraphQL Foundation 🎉 Big shout out to Sam Parsons who led this process for the last year and Now at @BrianWarnerIRL from the GraphQL Foundation 🙌

Two years ago I wrote a draft of "GraphQL over HTTP" spec together with <a href="/RomanHotsiy/">Roman Hotsiy 🇺🇦</a> and today it was adopted by GraphQL Foundation 🎉 Big shout out to Sam Parsons who led this process for the  last year  and <a href="/RealBrianWarner/">Now at @BrianWarnerIRL</a> from the <a href="/GraphQL/">GraphQL</a> Foundation 🙌
Erik Wittern (@erikwittern) 's Twitter Profile Photo

Delighted to see the post "GraphQL Query Generator by IBM" by Tomek Poniatowicz on HN - especially since Tomek is another MtG aficionado! Check it out at blog.graphqleditor.com/graphql-query-… Or find our library at github.com/ibm/graphql-qu…

Marc-André Giroux (@__xuorig__) 's Twitter Profile Photo

Tuesday at 12PM PST, Tony Ghita and I are chatting with Erik Wittern from IBM about GraphQL research! 🤓 We'll talk about their recent paper called "A Principled Approach to GraphQL Query Cost Analysis", generating GraphQL from OpenAPI, and more! 👉 twitch.tv/graphqlfm

Tuesday at 12PM PST, <a href="/tonyghita/">Tony Ghita</a> and I are chatting with <a href="/erikwittern/">Erik Wittern</a> from IBM about GraphQL research! 🤓

We'll talk about their recent paper called "A Principled Approach to GraphQL Query Cost Analysis", generating GraphQL from OpenAPI, and more!

👉 twitch.tv/graphqlfm
Erik Wittern (@erikwittern) 's Twitter Profile Photo

The preprint of our FSE 2025 paper "A Principled Approach to GraphQL Query Cost Analysis" is now available: arxiv.org/abs/2009.05632 And I am delighted to share that it received an ACM Distinguished Paper Award 🏆 I am talking about it at 12 pm PST on twitch.tv/graphqlfm

Erik Wittern (@erikwittern) 's Twitter Profile Photo

Before blocking the Suez Canal, the Ever Given had crashed into a ferry boat in my hometown in early 2019 (fleetmon.com/maritime-news/…). Maybe try turning the ship‘s steering system off and on again?

Erik Wittern (@erikwittern) 's Twitter Profile Photo

An IBM-proposed specification for "GraphQL Cost Directives": ibm.github.io/graphql-specs/… The directives aim to consistently capture information required for query cost analysis. Thank you very much for the shoutout, mmatsa! I am excited to see our work finally being exposed.

Erik Wittern (@erikwittern) 's Twitter Profile Photo

When building an API, how to choose between REST, GraphQL, or RPC frameworks? Certain requirements can really drive the decision. Here is my (current) take: wittern.net/blog/choosing-…

Erik Wittern (@erikwittern) 's Twitter Profile Photo

I wrote about how we combine Firebase Firestore 🔥 with Zustand in Coup's React app. Our setup allows components to subscribe to updates of individual documents, even though we use a single Firestore query to listen to changes across multiple documents. wittern.net/blog/firestore…

Erik Wittern (@erikwittern) 's Twitter Profile Photo

It's the holiday season. Time to draft wish lists. In this case, for some amazing features that would oh-so-much improve the jolly #firebase services. wittern.net/blog/firebase-…

Erik Wittern (@erikwittern) 's Twitter Profile Photo

If you want to rely on URL query parameters in React components in a reactive way, useSyncExternalStore makes it pretty simple when combined with a proxy object. wittern.net/blog/use-url-p…