Posts
Media
Videos
Starter Packs
Reposted by Michael Staib
Reposted by Michael Staib
Reposted by Michael Staib
GraphQL
@graphql.org
· Aug 20
Offset Pagination Is Dead! Meet Relative Cursors - Michael Staib, ChilliCream | GraphQLConf 2025
What if you could keep traditional UI pagination concepts, but with the performance and reliability of cursor-based pagination? In this lightning talk, you’ll learn how relative cursors enable fast, consistent pagination while preserving familiar UX patterns like “jump to page.” It’s a smarter, more robust approach to navigating data—ideal for modern APIs and real-world apps.
graphql.org
Reposted by Michael Staib
Reposted by Michael Staib
Reposted by Michael Staib
Reposted by Michael Staib
Reposted by Michael Staib
Michael Staib
@michaelstaib.bsky.social
· Dec 12
Reposted by Michael Staib
Michael Staib
@michaelstaib.bsky.social
· Nov 18
Reposted by Michael Staib
Alvin Ashcraft
@alvinashcraft.com
· Jul 25
How use a Blazor QuickGrid with GraphQL - .NET Blog
In this is the second post in a series of posts about GraphQL and .NET, we will see how to fill a Blazor QuickGrid component with data fetched with GraphQL. We will also use the virtualize feature of ...
devblogs.microsoft.com
Reposted by Michael Staib
Alvin Ashcraft
@alvinashcraft.com
· Sep 18
Building a GraphQL Client in .NET with JetBrains Rider and StrawberryShake | The .NET Tools Blog
Many teams are using GraphQL for their API needs, thanks to its powerful query language and flexibility. Unlike traditional REST APIs, GraphQL lets you fetch the data you need in a single request, mak
buff.ly